HomeSort by relevance Sort by last modified time
    Searched refs:glUniformMatrix3x2fv (Results 1 - 24 of 24) sorted by null

  /external/deqp/framework/egl/
egluStaticES30Library.inl 22 { "glUniformMatrix3x2fv", (deFunctionPtr)glUniformMatrix3x2fv },
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 40 FIND_PROC(glUniformMatrix3x2fv);
146 !glUniformMatrix3x2fv ||
258 GL_APICALL void (* GL_APIENTRY glUniformMatrix3x2fv) (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
gl3stub.h 400 extern GL_APICALL void (* GL_APIENTRY glUniformMatrix3x2fv) (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 41 FIND_PROC( glUniformMatrix3x2fv );
134 || !glDrawBuffers || !glUniformMatrix2x3fv || !glUniformMatrix3x2fv
248 GL_APICALL void (* GL_APIENTRY glUniformMatrix3x2fv)( GLint location,
gl3stub.h 410 extern GL_APICALL void (* GL_APIENTRY glUniformMatrix3x2fv) (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp     [all...]
es3fUniformApiTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp     [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 164 gl->uniformMatrix3x2fv = &glUniformMatrix3x2fv;
glwApi.inl 203 #define glUniformMatrix3x2fv glwUniformMatrix3x2fv
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 203 gl->uniformMatrix3x2fv = glUniformMatrix3x2fv;
tcuNullRenderContextFuncs.inl 1326 GLW_APICALL void GLW_APIENTRY glUniformMatrix3x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value)
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 212 void glUniformMatrix3x2fv (int location, int count, deBool transpose, const float* value);
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 803 case glu::TYPE_FLOAT_MAT3X2: glUniformMatrix3x2fv (location, 1, GL_FALSE, &val[0]); break;
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glprocs.h 481 "glUniformMatrix3x2fv\0"
    [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 203 void glUniformMatrix3x2fv (glw::GLint location, glw::GLsizei count, glw::GLboolean transpose, const glw::GLfloat* value);
    [all...]
gluCallLogWrapper.inl     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h     [all...]
glext.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
glext.h     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp     [all...]

Completed in 103 milliseconds