Searched refs:glCopyTextureSubImage2DEXT (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/opengl/wrapper/ |
D | glwInitExtGL.inl | 67 …Image2DEXT = (glCopyTextureSubImage2DEXTFunc) loader->get("glCopyTextureSubImage2DEXT"); 326 …Image2DEXT = (glCopyTextureSubImage2DEXTFunc) loader->get("glCopyTextureSubImage2DEXT");
|
D | glwApi.inl | 125 #define glCopyTextureSubImage2DEXT glwCopyTextureSubImage2DEXT macro
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 125 gl->copyTextureSubImage2DEXT = glCopyTextureSubImage2DEXT;
|
D | tcuNullRenderContextFuncs.inl | 1219 GLW_APICALL void GLW_APIENTRY glCopyTextureSubImage2DEXT (GLuint texture, GLenum target, GLint leve… function
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 375 #define glCopyTextureSubImage2DEXT MANGLE(CopyTextureSubImage2DEXT) macro
|
D | glcorearb.h | 4321 GLAPI void APIENTRY glCopyTextureSubImage2DEXT (GLuint texture, GLenum target, GLint level, GLint x…
|
D | glext.h | 7052 GLAPI void APIENTRY glCopyTextureSubImage2DEXT (GLuint texture, GLenum target, GLint level, GLint x…
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 125 void glCopyTextureSubImage2DEXT (glw::GLuint texture, glw::GLenum target, glw::GLint leve…
|
D | gluCallLogWrapper.inl | 852 void CallLogWrapper::glCopyTextureSubImage2DEXT (glw::GLuint texture, glw::GLenum target, glw::GLin… function in CallLogWrapper 855 …m_log << TestLog::Message << "glCopyTextureSubImage2DEXT(" << texture << ", " << toHex(target) << …
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 4332 GLAPI void APIENTRY glCopyTextureSubImage2DEXT (GLuint texture, GLenum target, GLint level, GLint x…
|
D | glext.h | 7063 GLAPI void APIENTRY glCopyTextureSubImage2DEXT (GLuint texture, GLenum target, GLint level, GLint x…
|