Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2042cc40 authored by Jason Sams's avatar Jason Sams Committed by Android (Google) Code Review
Browse files

Merge "Update IP and IP2" into jb-mr2-dev

parents 7a7369a8 e6991471
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ package com.android.rs.image;

import java.lang.Math;

import android.renderscript.Allocation;

public class BWFilter extends TestBase {
    private ScriptC_bwfilter mScript;
+1 −2
Original line number Diff line number Diff line
@@ -12,8 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#pragma version(1)
#pragma rs java_package_name(com.android.rs.image)
#include "ip.rsh"

uchar alpha = 0x0;

+1 −2
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@
 * limitations under the License.
 */

#pragma version(1)
#pragma rs java_package_name(com.android.rs.image)
#include "ip.rsh"
//#pragma rs_fp_relaxed

static float sr = 0.f;
+1 −2
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@
 * limitations under the License.
 */

#pragma version(1)
#pragma rs java_package_name(com.android.rs.image)
#include "ip.rsh"
#pragma rs_fp_relaxed


+1 −4
Original line number Diff line number Diff line
@@ -14,10 +14,7 @@
 * limitations under the License.
 */

#pragma version(1)
#pragma rs java_package_name(com.android.rs.image)
#pragma rs_fp_relaxed

#include "ip.rsh"

static rs_matrix4x4 Mat;

Loading