/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES31.java | 751 public static native void glProgramUniformMatrix2fv( in glProgramUniformMatrix2fv() method in GLES31 762 public static native void glProgramUniformMatrix2fv( in glProgramUniformMatrix2fv() method in GLES31
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv3.map.txt | 298 glProgramUniformMatrix2fv; # introduced=21
|
H A D | entries.in | 748 GL_ENTRY(void, glProgramUniformMatrix2fv, GLuint program, GLint location, GLsizei count, GLboolean …
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES31.spec | 44 void glProgramUniformMatrix2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose…
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/ |
H A D | stubs_arm.cc | 629 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniformMatrix2fv); 1477 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glProgramUniformMatrix2fv); in init_stub_library()
|
H A D | stubs_arm64.cc | 629 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniformMatrix2fv); 1477 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glProgramUniformMatrix2fv); in init_stub_library()
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/ |
H A D | stubs_arm.cc | 629 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniformMatrix2fv); 1477 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glProgramUniformMatrix2fv); in init_stub_library()
|
H A D | stubs_arm64.cc | 629 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniformMatrix2fv); 1477 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glProgramUniformMatrix2fv); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/GLES2/ |
H A D | gl2_api.in | 868 void API_ENTRY(glProgramUniformMatrix2fv)(GLuint program, GLint location, GLsizei count, GLboolean … 869 CALL_GL_API(glProgramUniformMatrix2fv, program, location, count, transpose, value);
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES31.cpp | 2431 glProgramUniformMatrix2fv( in android_glProgramUniformMatrix2fv__IIIZ_3FI() 2472 glProgramUniformMatrix2fv( in android_glProgramUniformMatrix2fv__IIIZLjava_nio_FloatBuffer_2()
|
/aosp12/frameworks/native/opengl/include/GLES3/ |
H A D | gl31.h | 1496 GL_APICALL void GL_APIENTRY glProgramUniformMatrix2fv (GLuint program, GLint location, GLsizei coun…
|
H A D | gl32.h | 1496 GL_APICALL void GL_APIENTRY glProgramUniformMatrix2fv (GLuint program, GLint location, GLsizei coun…
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 29771 method public static void glProgramUniformMatrix2fv(int, int, int, boolean, float[], int); 29772 … method public static void glProgramUniformMatrix2fv(int, int, int, boolean, java.nio.FloatBuffer);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 20717 method public static void glProgramUniformMatrix2fv(int, int, int, boolean, float[], int); 20718 … method public static void glProgramUniformMatrix2fv(int, int, int, boolean, java.nio.FloatBuffer);
|