Searched refs:glCopyTextureImage1DEXT (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/opengl/wrapper/ |
D | glwInitExtGL.inl | 64 …tureImage1DEXT = (glCopyTextureImage1DEXTFunc) loader->get("glCopyTextureImage1DEXT"); 323 …tureImage1DEXT = (glCopyTextureImage1DEXTFunc) loader->get("glCopyTextureImage1DEXT");
|
D | glwApi.inl | 120 #define glCopyTextureImage1DEXT glwCopyTextureImage1DEXT macro
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 120 gl->copyTextureImage1DEXT = glCopyTextureImage1DEXT;
|
D | tcuNullRenderContextFuncs.inl | 1156 GLW_APICALL void GLW_APIENTRY glCopyTextureImage1DEXT (GLuint texture, GLenum target, GLint level, … function
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 371 #define glCopyTextureImage1DEXT MANGLE(CopyTextureImage1DEXT) macro
|
D | glcorearb.h | 4318 GLAPI void APIENTRY glCopyTextureImage1DEXT (GLuint texture, GLenum target, GLint level, GLenum int…
|
D | glext.h | 7049 GLAPI void APIENTRY glCopyTextureImage1DEXT (GLuint texture, GLenum target, GLint level, GLenum int…
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 120 void glCopyTextureImage1DEXT (glw::GLuint texture, glw::GLenum target, glw::GLint level,…
|
D | gluCallLogWrapper.inl | 817 void CallLogWrapper::glCopyTextureImage1DEXT (glw::GLuint texture, glw::GLenum target, glw::GLint l… function in CallLogWrapper 820 …m_log << TestLog::Message << "glCopyTextureImage1DEXT(" << texture << ", " << toHex(target) << ", …
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 4329 GLAPI void APIENTRY glCopyTextureImage1DEXT (GLuint texture, GLenum target, GLint level, GLenum int…
|
D | glext.h | 7060 GLAPI void APIENTRY glCopyTextureImage1DEXT (GLuint texture, GLenum target, GLint level, GLenum int…
|