HomeSort by relevance Sort by last modified time
    Searched full:native_shader (Results 1 - 13 of 13) sorted by null

  /frameworks/base/graphics/java/android/graphics/
ComposeShader.java 46 native_shader = nativePostCreate2(native_instance, shaderA.native_shader,
47 shaderB.native_shader, pdMode != null ? pdMode.nativeInt : 0);
49 native_shader = nativePostCreate1(native_instance, shaderA.native_shader,
50 shaderB.native_shader, mode != null ? mode.native_instance : 0);
66 native_shader = nativePostCreate2(native_instance, shaderA.native_shader,
67 shaderB.native_shader, mode.nativeInt);
74 private static native int nativePostCreate1(int native_shader, int native_skiaShaderA
    [all...]
Shader.java 35 public int native_shader; field in class:Shader
81 nativeSetLocalMatrix(native_instance, native_shader,
89 nativeDestructor(native_instance, native_shader);
93 private static native void nativeDestructor(int native_shader, int native_skiaShader);
94 private static native void nativeSetLocalMatrix(int native_shader,
SweepGradient.java 45 native_shader = nativePostCreate1(native_instance, cx, cy, colors, positions);
58 native_shader = nativePostCreate2(native_instance, cx, cy, color0, color1);
64 private static native int nativePostCreate1(int native_shader, float cx, float cy,
66 private static native int nativePostCreate2(int native_shader, float cx, float cy,
LinearGradient.java 40 native_shader = nativePostCreate1(native_instance, x0, y0, x1, y1, colors, positions,
56 native_shader = nativePostCreate2(native_instance, x0, y0, x1, y1, color0, color1,
64 private native int nativePostCreate1(int native_shader, float x0, float y0, float x1, float y1,
66 private native int nativePostCreate2(int native_shader, float x0, float y0, float x1, float y1,
RadialGradient.java 43 native_shader = nativePostCreate1(native_instance, x, y, radius, colors, positions,
61 native_shader = nativePostCreate2(native_instance, x, y, radius, color0, color1,
70 private static native int nativePostCreate1(int native_shader, float x, float y, float radius,
72 private static native int nativePostCreate2(int native_shader, float x, float y, float radius,
BitmapShader.java 42 native_shader = nativePostCreate(native_instance, b, tileX.nativeInt, tileY.nativeInt);
47 private static native int nativePostCreate(int native_shader, int native_bitmap,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Shader_Delegate.java 79 /*package*/ static void nativeDestructor(int native_shader, int native_skiaShader) {
80 sManager.removeJavaReferenceFor(native_shader);
84 /*package*/ static void nativeSetLocalMatrix(int native_shader, int native_skiaShader,
87 Shader_Delegate shaderDelegate = sManager.getDelegate(native_shader);
ComposeShader_Delegate.java 82 /*package*/ static int nativePostCreate1(int native_shader, int native_skiaShaderA,
89 /*package*/ static int nativePostCreate2(int native_shader, int native_skiaShaderA,
LinearGradient_Delegate.java 76 int native_shader, float x0, float y0, float x1, float y1,
84 int native_shader, float x0, float y0, float x1, float y1,
RadialGradient_Delegate.java 72 /*package*/ static int nativePostCreate1(int native_shader, float x, float y, float radius,
79 /*package*/ static int nativePostCreate2(int native_shader, float x, float y, float radius,
SweepGradient_Delegate.java 66 /*package*/ static int nativePostCreate1(int native_shader, float cx, float cy,
73 /*package*/ static int nativePostCreate2(int native_shader, float cx, float cy,
BitmapShader_Delegate.java 83 /*package*/ static int nativePostCreate(int native_shader, int native_bitmap,
  /frameworks/base/core/java/android/view/
GLES20Canvas.java     [all...]

Completed in 629 milliseconds