Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DComposeShader.java46 native_shader = nativePostCreate2(native_instance, shaderA.native_shader, in ComposeShader()
47 shaderB.native_shader, pdMode != null ? pdMode.nativeInt : 0); in ComposeShader()
49 native_shader = nativePostCreate1(native_instance, shaderA.native_shader, in ComposeShader()
50 shaderB.native_shader, mode != null ? mode.native_instance : 0); in ComposeShader()
66 native_shader = nativePostCreate2(native_instance, shaderA.native_shader, in ComposeShader()
67 shaderB.native_shader, mode.nativeInt); in ComposeShader()
74 private static native int nativePostCreate1(int native_shader, int native_skiaShaderA, in nativePostCreate1() argument
76 private static native int nativePostCreate2(int native_shader, int native_skiaShaderA, in nativePostCreate2() argument
DShader.java35 public int native_shader; field in Shader
81 nativeSetLocalMatrix(native_instance, native_shader, in setLocalMatrix()
89 nativeDestructor(native_instance, native_shader); in finalize()
93 private static native void nativeDestructor(int native_shader, int native_skiaShader); in nativeDestructor() argument
94 private static native void nativeSetLocalMatrix(int native_shader, in nativeSetLocalMatrix() argument
DSweepGradient.java45 native_shader = nativePostCreate1(native_instance, cx, cy, colors, positions); in SweepGradient()
58 native_shader = nativePostCreate2(native_instance, cx, cy, color0, color1); in SweepGradient()
64 private static native int nativePostCreate1(int native_shader, float cx, float cy, in nativePostCreate1() argument
66 private static native int nativePostCreate2(int native_shader, float cx, float cy, in nativePostCreate2() argument
DRadialGradient.java43 native_shader = nativePostCreate1(native_instance, x, y, radius, colors, positions, in RadialGradient()
61 native_shader = nativePostCreate2(native_instance, x, y, radius, color0, color1, in RadialGradient()
70 private static native int nativePostCreate1(int native_shader, float x, float y, float radius, in nativePostCreate1() argument
72 private static native int nativePostCreate2(int native_shader, float x, float y, float radius, in nativePostCreate2() argument
DLinearGradient.java40 native_shader = nativePostCreate1(native_instance, x0, y0, x1, y1, colors, positions, in LinearGradient()
56 native_shader = nativePostCreate2(native_instance, x0, y0, x1, y1, color0, color1, in LinearGradient()
64 private native int nativePostCreate1(int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate1() argument
66 private native int nativePostCreate2(int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate2() argument
DBitmapShader.java42 native_shader = nativePostCreate(native_instance, b, tileX.nativeInt, tileY.nativeInt); in BitmapShader()
47 private static native int nativePostCreate(int native_shader, int native_bitmap, in nativePostCreate() argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DShader_Delegate.java79 /*package*/ static void nativeDestructor(int native_shader, int native_skiaShader) { in nativeDestructor() argument
80 sManager.removeJavaReferenceFor(native_shader); in nativeDestructor()
84 /*package*/ static void nativeSetLocalMatrix(int native_shader, int native_skiaShader, in nativeSetLocalMatrix() argument
87 Shader_Delegate shaderDelegate = sManager.getDelegate(native_shader); in nativeSetLocalMatrix()
DComposeShader_Delegate.java82 /*package*/ static int nativePostCreate1(int native_shader, int native_skiaShaderA, in nativePostCreate1() argument
89 /*package*/ static int nativePostCreate2(int native_shader, int native_skiaShaderA, in nativePostCreate2() argument
DRadialGradient_Delegate.java72 /*package*/ static int nativePostCreate1(int native_shader, float x, float y, float radius, in nativePostCreate1() argument
79 /*package*/ static int nativePostCreate2(int native_shader, float x, float y, float radius, in nativePostCreate2() argument
DSweepGradient_Delegate.java66 /*package*/ static int nativePostCreate1(int native_shader, float cx, float cy, in nativePostCreate1() argument
73 /*package*/ static int nativePostCreate2(int native_shader, float cx, float cy, in nativePostCreate2() argument
DLinearGradient_Delegate.java76 int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate1() argument
84 int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate2() argument
DBitmapShader_Delegate.java83 /*package*/ static int nativePostCreate(int native_shader, int native_bitmap, in nativePostCreate() argument
/frameworks/base/core/java/android/view/
DGLES20Canvas.java1340 nSetupShader(mRenderer, shader.native_shader); in setupModifiers()
1364 nSetupShader(mRenderer, shader.native_shader); in setupModifiers()