Home
last modified time | relevance | path

Searched defs:native_shader (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DShader.java75 private static native void nativeDestructor(int native_shader); in nativeDestructor()
76 private static native boolean nativeGetLocalMatrix(int native_shader, in nativeGetLocalMatrix()
78 private static native void nativeSetLocalMatrix(int native_shader, in nativeSetLocalMatrix()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DShader_Delegate.java87 /*package*/ static void nativeDestructor(int native_shader) { in nativeDestructor()
92 /*package*/ static boolean nativeGetLocalMatrix(int native_shader, int matrix_instance) { in nativeGetLocalMatrix()
118 /*package*/ static void nativeSetLocalMatrix(int native_shader, int matrix_instance) { in nativeSetLocalMatrix()