Home
last modified time | relevance | path

Searched refs:nativeSetLocalMatrix (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DShader.java85 native_instance = nativeSetLocalMatrix(native_instance, in setLocalMatrix()
128 private static native long nativeSetLocalMatrix(long native_shader, long matrix_instance); in nativeSetLocalMatrix() method in Shader
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DShader_Delegate.java84 /*package*/ static long nativeSetLocalMatrix(long native_shader, long matrix_instance) { in nativeSetLocalMatrix() method in Shader_Delegate