Searched refs:glCopyTextureSubImage2D (Results 1 – 13 of 13) sorted by relevance
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 124 gl->copyTextureSubImage2D = glCopyTextureSubImage2D;
|
D | tcuNullRenderContextFuncs.inl | 1206 GLW_APICALL void GLW_APIENTRY glCopyTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, … function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL46.inl | 94 …extureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubImage2D");
|
D | glwInitGL45.inl | 94 …extureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubImage2D");
|
D | glwInitExtGL.inl | 616 …TextureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubImage2D");
|
D | glwApi.inl | 124 #define glCopyTextureSubImage2D glwCopyTextureSubImage2D macro
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 376 #define glCopyTextureSubImage2D MANGLE(CopyTextureSubImage2D) macro
|
D | glcorearb.h | 2844 GLAPI void APIENTRY glCopyTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
|
D | glext.h | 2804 GLAPI void APIENTRY glCopyTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 124 void glCopyTextureSubImage2D (glw::GLuint texture, glw::GLint level, glw::GLint xoffset,…
|
D | gluCallLogWrapper.inl | 845 void CallLogWrapper::glCopyTextureSubImage2D (glw::GLuint texture, glw::GLint level, glw::GLint xof… function in CallLogWrapper 848 …m_log << TestLog::Message << "glCopyTextureSubImage2D(" << texture << ", " << level << ", " << xof…
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2844 GLAPI void APIENTRY glCopyTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
|
D | glext.h | 2804 GLAPI void APIENTRY glCopyTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
|