Home
last modified time | relevance | path

Searched refs:glProgramUniformMatrix2fv (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java751 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 DlibGLESv3.map.txt298 glProgramUniformMatrix2fv; # introduced=21
H A Dentries.in748 GL_ENTRY(void, glProgramUniformMatrix2fv, GLuint program, GLint location, GLsizei count, GLboolean …
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec44 void glProgramUniformMatrix2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose…
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc629 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniformMatrix2fv);
1477 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glProgramUniformMatrix2fv); in init_stub_library()
H A Dstubs_arm64.cc629 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 Dstubs_arm.cc629 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniformMatrix2fv);
1477 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glProgramUniformMatrix2fv); in init_stub_library()
H A Dstubs_arm64.cc629 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 Dgl2_api.in868 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 Dandroid_opengl_GLES31.cpp2431 glProgramUniformMatrix2fv( in android_glProgramUniformMatrix2fv__IIIZ_3FI()
2472 glProgramUniformMatrix2fv( in android_glProgramUniformMatrix2fv__IIIZLjava_nio_FloatBuffer_2()
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1496 GL_APICALL void GL_APIENTRY glProgramUniformMatrix2fv (GLuint program, GLint location, GLsizei coun…
H A Dgl32.h1496 GL_APICALL void GL_APIENTRY glProgramUniformMatrix2fv (GLuint program, GLint location, GLsizei coun…
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt29771 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 Dandroid-22.txt20717 method public static void glProgramUniformMatrix2fv(int, int, int, boolean, float[], int);
20718 … method public static void glProgramUniformMatrix2fv(int, int, int, boolean, java.nio.FloatBuffer);