Searched refs:native_shader (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DComposeShader.java60 native_shader = nativePostCreate2(native_instance, shaderA.native_shader,
61 shaderB.native_shader, pdMode != null ? pdMode.nativeInt : 0);
63 native_shader = nativePostCreate1(native_instance, shaderA.native_shader,
64 shaderB.native_shader, mode != null ? mode.native_instance : 0);
82 native_shader = nativePostCreate2(native_instance, shaderA.native_shader,
83 shaderB.native_shader, mode.nativeInt);
111 private static native int nativePostCreate1(int native_shader, in argument
113 nativePostCreate2(int native_shader, int native_skiaShaderA, int native_skiaShaderB, int porterDuffMode) argument
[all...]
H A DShader.java35 public int native_shader; field in class:Shader
81 nativeSetLocalMatrix(native_instance, native_shader,
89 nativeDestructor(native_instance, native_shader);
115 private static native void nativeDestructor(int native_shader, int native_skiaShader); argument
116 private static native void nativeSetLocalMatrix(int native_shader, argument
H A DBitmapShader.java47 native_shader = nativePostCreate(native_instance, b, tileX.nativeInt, tileY.nativeInt);
62 private static native int nativePostCreate(int native_shader, int native_bitmap, argument
H A DSweepGradient.java66 native_shader = nativePostCreate1(native_instance, cx, cy, colors, positions);
84 native_shader = nativePostCreate2(native_instance, cx, cy, color0, color1);
112 private static native int nativePostCreate1(int native_shader, float cx, float cy, argument
114 private static native int nativePostCreate2(int native_shader, float cx, float cy, argument
H A DLinearGradient.java69 native_shader = nativePostCreate1(native_instance, x0, y0, x1, y1, colors, positions,
93 native_shader = nativePostCreate2(native_instance, x0, y0, x1, y1, color0, color1,
123 private native int nativePostCreate1(int native_shader, float x0, float y0, float x1, float y1, argument
125 private native int nativePostCreate2(int native_shader, float x0, float y0, float x1, float y1, argument
H A DRadialGradient.java69 native_shader = nativePostCreate1(native_instance, x, y, radius, colors, positions,
94 native_shader = nativePostCreate2(native_instance, x, y, radius, color0, color1,
125 private static native int nativePostCreate1(int native_shader, float x, float y, float radius, argument
127 private static native int nativePostCreate2(int native_shader, float x, float y, float radius, argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DShader_Delegate.java79 /*package*/ static void nativeDestructor(int native_shader, int native_skiaShader) { argument
80 sManager.removeJavaReferenceFor(native_shader);
84 /*package*/ static void nativeSetLocalMatrix(int native_shader, int native_skiaShader, argument
87 Shader_Delegate shaderDelegate = sManager.getDelegate(native_shader);
H A DComposeShader_Delegate.java82 /*package*/ static int nativePostCreate1(int native_shader, int native_skiaShaderA, argument
89 /*package*/ static int nativePostCreate2(int native_shader, int native_skiaShaderA, argument
H A DLinearGradient_Delegate.java76 int native_shader, float x0, float y0, float x1, float y1,
84 int native_shader, float x0, float y0, float x1, float y1,
75 nativePostCreate1(LinearGradient thisGradient, int native_shader, float x0, float y0, float x1, float y1, int colors[], float positions[], int tileMode) argument
83 nativePostCreate2(LinearGradient thisGradient, int native_shader, float x0, float y0, float x1, float y1, int color0, int color1, int tileMode) argument
H A DRadialGradient_Delegate.java72 /*package*/ static int nativePostCreate1(int native_shader, float x, float y, float radius, argument
79 /*package*/ static int nativePostCreate2(int native_shader, float x, float y, float radius, argument
H A DSweepGradient_Delegate.java66 /*package*/ static int nativePostCreate1(int native_shader, float cx, float cy, argument
73 /*package*/ static int nativePostCreate2(int native_shader, float cx, float cy, argument
H A DBitmapShader_Delegate.java83 /*package*/ static int nativePostCreate(int native_shader, int native_bitmap, argument
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java1423 nSetupShader(mRenderer, shader.native_shader);
1447 nSetupShader(mRenderer, shader.native_shader);

Completed in 182 milliseconds