/external/deqp/framework/opengl/wrapper/ |
glwInitES32Direct.inl | 332 gl->uniformMatrix3fv = &glUniformMatrix3fv;
|
glwInitGL30.inl | 223 gl->uniformMatrix3fv = (glUniformMatrix3fvFunc) loader->get("glUniformMatrix3fv");
|
glwInitES31.inl | 288 gl->uniformMatrix3fv = (glUniformMatrix3fvFunc) loader->get("glUniformMatrix3fv");
|
glwInitES32.inl | 332 gl->uniformMatrix3fv = (glUniformMatrix3fvFunc) loader->get("glUniformMatrix3fv"); [all...] |
glwInitGL31.inl | 235 gl->uniformMatrix3fv = (glUniformMatrix3fvFunc) loader->get("glUniformMatrix3fv");
|
glwInitGL32.inl | 253 gl->uniformMatrix3fv = (glUniformMatrix3fvFunc) loader->get("glUniformMatrix3fv");
|
glwInitGL33.inl | 272 gl->uniformMatrix3fv = (glUniformMatrix3fvFunc) loader->get("glUniformMatrix3fv");
|
glwInitGL40.inl | 312 gl->uniformMatrix3fv = (glUniformMatrix3fvFunc) loader->get("glUniformMatrix3fv"); [all...] |
/external/deqp/modules/egl/ |
teglGetProcAddressTests.inl | 323 "glUniformMatrix3fv", [all...] |
/frameworks/base/libs/hwui/debug/ |
unwrap_gles.h | 868 #undef glUniformMatrix3fv
|
wrap_gles.h | [all...] |
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/ |
GwtGL20.java | [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/ |
ShaderProgram.java | 562 gl.glUniformMatrix3fv(location, 1, transpose, matrix.val, 0);
575 gl.glUniformMatrix3fv(location, count, transpose, buffer);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/mesa/ |
libGL.so | |
libGL.so.1 | |
libGL.so.1.2 | |
/external/deqp/modules/gles31/functional/ |
es31fNegativeShaderApiTests.cpp | [all...] |
/prebuilts/android-emulator/linux-x86_64/lib/ |
libGLES_V2_translator.so | |
/frameworks/base/core/jni/ |
android_opengl_GLES20.cpp | [all...] |
/frameworks/native/opengl/libs/GLES2/ |
gl2_api.in | 385 void API_ENTRY(glUniformMatrix3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) { 386 CALL_GL_API(glUniformMatrix3fv, location, count, transpose, value); [all...] |
/development/ndk/platforms/android-21/include/GLES2/ |
gl2.h | 505 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
|
/development/ndk/platforms/android-5/include/GLES2/ |
gl2.h | 602 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
|
/external/deqp/doc/ |
GLES3 Negative API Functions.txt | 233 o glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
|
/external/deqp/framework/platform/null/ |
tcuNullRenderContextInitFuncs.inl | 554 gl->uniformMatrix3fv = glUniformMatrix3fv; [all...] |
/external/mesa3d/include/GLES2/ |
gl2.h | 602 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
|