Home
last modified time | relevance | path

Searched refs:glProgramUniformMatrix4fv (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES31.java793 public static native void glProgramUniformMatrix4fv( in glProgramUniformMatrix4fv() method in GLES31
804 public static native void glProgramUniformMatrix4fv( in glProgramUniformMatrix4fv() method in GLES31
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec46 void glProgramUniformMatrix4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose…
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt304 glProgramUniformMatrix4fv; # introduced=21
Dentries.in760 GL_ENTRY(void, glProgramUniformMatrix4fv, GLuint program, GLint location, GLsizei count, GLboolean …
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc641 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniformMatrix4fv);
1489 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glProgramUniformMatrix4fv); in init_stub_library()
Dstubs_arm64.cc641 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniformMatrix4fv);
1489 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glProgramUniformMatrix4fv); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm.cc641 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniformMatrix4fv);
1489 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glProgramUniformMatrix4fv); in init_stub_library()
Dstubs_arm64.cc641 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniformMatrix4fv);
1489 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glProgramUniformMatrix4fv); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in874 void API_ENTRY(glProgramUniformMatrix4fv)(GLuint program, GLint location, GLsizei count, GLboolean …
875 CALL_GL_API(glProgramUniformMatrix4fv, program, location, count, transpose, value);
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp2603 glProgramUniformMatrix4fv( in android_glProgramUniformMatrix4fv__IIIZ_3FI()
2644 glProgramUniformMatrix4fv( in android_glProgramUniformMatrix4fv__IIIZLjava_nio_FloatBuffer_2()
/frameworks/native/opengl/include/GLES3/
Dgl31.h1498 GL_APICALL void GL_APIENTRY glProgramUniformMatrix4fv (GLuint program, GLint location, GLsizei coun…
Dgl32.h1498 GL_APICALL void GL_APIENTRY glProgramUniformMatrix4fv (GLuint program, GLint location, GLsizei coun…
/frameworks/base/core/api/
Dcurrent.txt29723 method public static void glProgramUniformMatrix4fv(int, int, int, boolean, float[], int);
29724 … method public static void glProgramUniformMatrix4fv(int, int, int, boolean, java.nio.FloatBuffer);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20729 method public static void glProgramUniformMatrix4fv(int, int, int, boolean, float[], int);
20730 … method public static void glProgramUniformMatrix4fv(int, int, int, boolean, java.nio.FloatBuffer);