Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES31.java772 public static native void glProgramUniformMatrix3fv( in glProgramUniformMatrix3fv() method in GLES31
783 public static native void glProgramUniformMatrix3fv( in glProgramUniformMatrix3fv() method in GLES31
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec45 void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose…
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt301 glProgramUniformMatrix3fv; # introduced=21
Dentries.in754 GL_ENTRY(void, glProgramUniformMatrix3fv, GLuint program, GLint location, GLsizei count, GLboolean …
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc635 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniformMatrix3fv);
1483 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glProgramUniformMatrix3fv); in init_stub_library()
Dstubs_arm64.cc635 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniformMatrix3fv);
1483 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glProgramUniformMatrix3fv); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm.cc635 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniformMatrix3fv);
1483 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glProgramUniformMatrix3fv); in init_stub_library()
Dstubs_arm64.cc635 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniformMatrix3fv);
1483 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glProgramUniformMatrix3fv); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in871 void API_ENTRY(glProgramUniformMatrix3fv)(GLuint program, GLint location, GLsizei count, GLboolean …
872 CALL_GL_API(glProgramUniformMatrix3fv, program, location, count, transpose, value);
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp2517 glProgramUniformMatrix3fv( in android_glProgramUniformMatrix3fv__IIIZ_3FI()
2558 glProgramUniformMatrix3fv( in android_glProgramUniformMatrix3fv__IIIZLjava_nio_FloatBuffer_2()
/frameworks/native/opengl/include/GLES3/
Dgl31.h1497 GL_APICALL void GL_APIENTRY glProgramUniformMatrix3fv (GLuint program, GLint location, GLsizei coun…
Dgl32.h1497 GL_APICALL void GL_APIENTRY glProgramUniformMatrix3fv (GLuint program, GLint location, GLsizei coun…
/frameworks/base/core/api/
Dcurrent.txt29717 method public static void glProgramUniformMatrix3fv(int, int, int, boolean, float[], int);
29718 … method public static void glProgramUniformMatrix3fv(int, int, int, boolean, java.nio.FloatBuffer);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20723 method public static void glProgramUniformMatrix3fv(int, int, int, boolean, float[], int);
20724 … method public static void glProgramUniformMatrix3fv(int, int, int, boolean, java.nio.FloatBuffer);