Searched refs:glCopyTextureSubImage1DEXT (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/opengl/wrapper/ |
D | glwInitExtGL.inl | 66 …Image1DEXT = (glCopyTextureSubImage1DEXTFunc) loader->get("glCopyTextureSubImage1DEXT"); 325 …Image1DEXT = (glCopyTextureSubImage1DEXTFunc) loader->get("glCopyTextureSubImage1DEXT");
|
D | glwApi.inl | 123 #define glCopyTextureSubImage1DEXT glwCopyTextureSubImage1DEXT macro
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 123 gl->copyTextureSubImage1DEXT = glCopyTextureSubImage1DEXT;
|
D | tcuNullRenderContextFuncs.inl | 1194 GLW_APICALL void GLW_APIENTRY glCopyTextureSubImage1DEXT (GLuint texture, GLenum target, GLint leve… function
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 373 #define glCopyTextureSubImage1DEXT MANGLE(CopyTextureSubImage1DEXT) macro
|
D | glcorearb.h | 4320 GLAPI void APIENTRY glCopyTextureSubImage1DEXT (GLuint texture, GLenum target, GLint level, GLint x…
|
D | glext.h | 7051 GLAPI void APIENTRY glCopyTextureSubImage1DEXT (GLuint texture, GLenum target, GLint level, GLint x…
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 123 void glCopyTextureSubImage1DEXT (glw::GLuint texture, glw::GLenum target, glw::GLint leve…
|
D | gluCallLogWrapper.inl | 838 void CallLogWrapper::glCopyTextureSubImage1DEXT (glw::GLuint texture, glw::GLenum target, glw::GLin… function in CallLogWrapper 841 …m_log << TestLog::Message << "glCopyTextureSubImage1DEXT(" << texture << ", " << toHex(target) << …
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 4331 GLAPI void APIENTRY glCopyTextureSubImage1DEXT (GLuint texture, GLenum target, GLint level, GLint x…
|
D | glext.h | 7062 GLAPI void APIENTRY glCopyTextureSubImage1DEXT (GLuint texture, GLenum target, GLint level, GLint x…
|