HomeSort by relevance Sort by last modified time
    Searched refs:glUniformMatrix3fv (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 90 glUniformMatrix3fv,
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 139 {"glUniformMatrix3fv", (void*)glUniformMatrix3fv},
gl2_client_context.h 139 glUniformMatrix3fv_client_proc_t glUniformMatrix3fv;
    [all...]
gl2_entry.cpp 137 void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.h 204 FUNCTION_TABLE_ENTRY(glUniformMatrix3fv);
302 #define glUniformMatrix3fv LOOKUP_GL_FUNCTION(glUniformMatrix3fv)
OpenGLShims.cpp 170 ASSIGN_FUNCTION_TABLE_ENTRY(glUniformMatrix3fv, success);
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 111 interface->fUniformMatrix3fv = glUniformMatrix3fv;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 108 interface->fUniformMatrix3fv = glUniformMatrix3fv;
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 160 interface->fUniformMatrix3fv = glUniformMatrix3fv;
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 385 glUniformMatrix3fv = 359;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 130 void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 267 void (GL_APIENTRY *GLDispatch::glUniformMatrix3fv)(GLint,GLsizei,GLboolean,const GLfloat*) = NULL;
505 LOAD_GL_FUNC(glUniformMatrix3fv);
  /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/webkit/Source/ThirdParty/ANGLE/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 801 glUniformMatrix3fv(var, n, GL_FALSE, values);
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 601 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 803 case GLMessage::glUniformMatrix3fv:
    [all...]
  /frameworks/rs/driver/
rsdShader.cpp 361 RSD_CALL_GL(glUniformMatrix3fv, slot, arraySize, GL_FALSE, fd);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 601 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 601 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 601 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 601 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 601 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
  /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 601 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);

Completed in 1753 milliseconds

1 2 3