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

/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl462 gl->matrixTranslatefEXT = glMatrixTranslatefEXT;
H A DtcuNullRenderContextFuncs.inl3861 GLW_APICALL void GLW_APIENTRY glMatrixTranslatefEXT (GLenum mode, GLfloat x, GLfloat y, GLfloat z)
/external/mesa3d/include/GL/
H A Dgl_mangle.h1328 #define glMatrixTranslatefEXT MANGLE(MatrixTranslatefEXT) macro
H A Dglext.h6921 GLAPI void APIENTRY glMatrixTranslatefEXT (GLenum mode, GLfloat x, GLfloat y, GLfloat z);
/external/swiftshader/include/GLES2/
H A Dgl2ext.h3231 GL_APICALL void GL_APIENTRY glMatrixTranslatefEXT (GLenum mode, GLfloat x, GLfloat y, GLfloat z);
/external/deqp/framework/opengl/
H A DgluCallLogWrapperApi.inl462 void glMatrixTranslatefEXT (glw::GLenum mode, glw::GLfloat x, glw::GLfloat y, glw::GLfloat z);
H A DgluCallLogWrapper.inl3434 void CallLogWrapper::glMatrixTranslatefEXT (glw::GLenum mode, glw::GLfloat x, glw::GLfloat y, glw::GLfloat z)
3437 m_log << TestLog::Message << "glMatrixTranslatefEXT(" << toHex(mode) << ", " << x << ", " << y << ", " << z << ");" << TestLog::EndMessage;
/external/deqp/framework/opengl/wrapper/
H A DglwApi.inl462 #define glMatrixTranslatefEXT glwMatrixTranslatefEXT
/external/swiftshader/include/GL/
H A Dglcorearb.h4313 GLAPI void APIENTRY glMatrixTranslatefEXT (GLenum mode, GLfloat x, GLfloat y, GLfloat z);
H A Dglext.h7043 GLAPI void APIENTRY glMatrixTranslatefEXT (GLenum mode, GLfloat x, GLfloat y, GLfloat z);

Completed in 389 milliseconds