HomeSort by relevance Sort by last modified time
    Searched refs:glUniformMatrix3fv (Results 26 - 50 of 187) sorted by null

12 3 4 5 6 7 8

  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 130 void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
  /frameworks/base/libs/hwui/debug/
nullgles.cpp 254 void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) {}
unwrap_gles.h 868 #undef glUniformMatrix3fv
wrap_gles.h     [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES32Direct.inl 332 gl->uniformMatrix3fv = &glUniformMatrix3fv;
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_entry.cpp 137 void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtGL20.java     [all...]
  /external/libgdx/gdx/jni/android/
AndroidGL20.cpp     [all...]
  /external/libgdx/gdx/jni/iosgl/
iosgl20.cpp     [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);
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2.h 505 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 180 void glUniformMatrix3fv (int location, int count, deBool transpose, const float* value);
  /external/mesa3d/include/GLES2/
gl2.h 602 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 794 glUniformMatrix3fv(var, n, GL_FALSE, values);
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 387 GLES20.glUniformMatrix3fv(uniform.getLocation(), len / 9, false, values, 0);
  /frameworks/rs/driver/
rsdShader.cpp 363 RSD_CALL_GL(glUniformMatrix3fv, slot, arraySize, GL_FALSE, fd);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/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-12/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-12/arch-x86/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-13/arch-arm/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-13/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-13/arch-x86/usr/include/GLES2/
gl2.h 602 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);

Completed in 1392 milliseconds

12 3 4 5 6 7 8