Searched refs:glMatrixOrthoEXT (Results 1 – 13 of 13) sorted by relevance
/external/deqp/framework/opengl/wrapper/ |
D | glwInitExtGL.inl | 144 gl->matrixOrthoEXT = (glMatrixOrthoEXTFunc) loader->get("glMatrixOrthoEXT"); 403 gl->matrixOrthoEXT = (glMatrixOrthoEXTFunc) loader->get("glMatrixOrthoEXT");
|
D | glwApi.inl | 455 #define glMatrixOrthoEXT glwMatrixOrthoEXT macro
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 1684 "glMatrixOrthoEXT",
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 455 gl->matrixOrthoEXT = glMatrixOrthoEXT;
|
D | tcuNullRenderContextFuncs.inl | 3801 GLW_APICALL void GLW_APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdoubl… function
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 1320 #define glMatrixOrthoEXT MANGLE(MatrixOrthoEXT) macro
|
D | glcorearb.h | 4305 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, …
|
D | glext.h | 7036 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, …
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 3224 GL_APICALL void GL_APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble …
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 455 void glMatrixOrthoEXT (glw::GLenum mode, glw::GLdouble left, glw::GLdouble right, glw::…
|
D | gluCallLogWrapper.inl | 3385 void CallLogWrapper::glMatrixOrthoEXT (glw::GLenum mode, glw::GLdouble left, glw::GLdouble right, g… function in CallLogWrapper 3388 …m_log << TestLog::Message << "glMatrixOrthoEXT(" << toHex(mode) << ", " << left << ", " << right <…
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 4316 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, …
|
D | glext.h | 7047 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, …
|