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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.cpp 80 GrGLenum matrixMode =
82 GL_CALL(MatrixLoadIdentity(matrixMode));
413 GrGLenum matrixMode =
415 GL_CALL(MatrixLoadf(matrixMode, glMatrix));
  /external/chromium_org/gpu/GLES2/
gl2extchromium.h 729 typedef void(GL_APIENTRYP PFNGLMATRIXLOADFCHROMIUMPROC)(GLenum matrixMode,
732 GLenum matrixMode);
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h     [all...]
gles2_c_lib_autogen.h     [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 744 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) OVERRIDE;
746 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) OVERRIDE;
gles2_interface_autogen.h 507 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0;
508 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0;
gles2_interface_stub_autogen.h 540 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) OVERRIDE;
541 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) OVERRIDE;
gles2_trace_implementation_autogen.h 540 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) OVERRIDE;
541 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) OVERRIDE;
gles2_cmd_helper_autogen.h     [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_autogen.h     [all...]
  /frameworks/native/opengl/libagl/
matrix.cpp 74 c->transforms.matrixMode = GL_MODELVIEW;
497 switch (matrixMode) {
927 c->transforms.matrixMode = mode;
context.h 510 GLenum matrixMode;
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLFunctions.h 219 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLMatrixLoadfProc)(GrGLenum matrixMode, const GrGLfloat* m);
  /external/skia/include/gpu/gl/
GrGLFunctions.h 217 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLMatrixLoadfProc)(GrGLenum matrixMode, const GrGLfloat* m);
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java 407 private String getMatrixMode(int matrixMode) {
408 switch (matrixMode) {
416 return getHex(matrixMode);
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h     [all...]
gles2_cmd_format_test_autogen.h     [all...]

Completed in 772 milliseconds