HomeSort by relevance Sort by last modified time
    Searched full:gluniformmatrix3fv (Results 251 - 275 of 352) sorted by null

<<1112131415

  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/GLES2/
gl2.h 602 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/GLES2/
gl2.h 602 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /development/ndk/platforms/android-24/include/GLES2/
gl2.h     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 768 m_wrapper->glUniformMatrix3fv(location, count, (glw::GLboolean)transpose, value);
  /external/deqp/framework/opengl/wrapper/
glwInitGL41.inl     [all...]
glwInitGL42.inl     [all...]
glwInitGL43.inl     [all...]
glwInitGL44.inl     [all...]
glwInitGL45.inl     [all...]
  /external/deqp/scripts/opengl/
gen_call_log_wrapper.py 257 "glUniformMatrix3fv": LogSpec({3: pointer(size = "(count * 3*3)")}),
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 794 glUniformMatrix3fv(var, n, GL_FALSE, values);
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
entries.in     [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h 505 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
    [all...]
gl31.h 505 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 118 OVERRIDE(glUniformMatrix3fv);
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/GLES3/
gl3.h 505 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
    [all...]
gl31.h 505 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
    [all...]

Completed in 1446 milliseconds

<<1112131415