Searched refs:MatrixLoadfCHROMIUM (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h242 #define glMatrixLoadfCHROMIUM GLES2_GET_FUN(MatrixLoadfCHROMIUM)
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h864 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, function in class:GLES2InterfaceStub
H A Dgles2_trace_implementation_impl_autogen.h1529 void GLES2TraceImplementation::MatrixLoadfCHROMIUM(GLenum matrixMode, function in class:GLES2TraceImplementation
1531 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::MatrixLoadfCHROMIUM");
1532 gl_->MatrixLoadfCHROMIUM(matrixMode, m);
H A Dgles2_implementation_autogen.h744 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) OVERRIDE;
H A Dgles2_interface_autogen.h507 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0;
H A Dgles2_interface_stub_autogen.h540 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h540 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) OVERRIDE;
H A Dgles2_implementation_unittest_autogen.h1903 TEST_F(GLES2ImplementationTest, MatrixLoadfCHROMIUM) {
1915 gl_->MatrixLoadfCHROMIUM(GL_PATH_PROJECTION_CHROMIUM, &data[0]);
H A Dgles2_c_lib_autogen.h976 gles2::GetGLContext()->MatrixLoadfCHROMIUM(matrixMode, m);
H A Dgles2_implementation_impl_autogen.h2141 void GLES2Implementation::MatrixLoadfCHROMIUM(GLenum matrixMode, function in class:GLES2Implementation

Completed in 1833 milliseconds