Searched refs:glCopyTextureSubImage2D (Results 1 – 15 of 15) sorted by relevance
/external/angle/src/libGLESv2/ |
D | opengl32_with_wgl_autogen.def | 2249 glCopyTextureSubImage2D
|
/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 | 632 …TextureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubImage2D");
|
D | glwApi.inl | 124 #define glCopyTextureSubImage2D glwCopyTextureSubImage2D macro
|
/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/mesa3d/include/GL/ |
D | glcorearb.h | 2788 GLAPI void APIENTRY glCopyTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
|
D | glext.h | 2761 GLAPI void APIENTRY glCopyTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 10428 …r = ((glCopyTextureSubImage2D = (PFNGLCOPYTEXTURESUBIMAGE2DPROC)glewGetProcAddress((const GLubyte*… in _glewInit_GL_ARB_direct_state_access()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 4450 #define glCopyTextureSubImage2D GLEW_GET_FUN(__glewCopyTextureSubImage2D) macro
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | gl_generated.h | 17071 #define glCopyTextureSubImage2D epoxy_glCopyTextureSubImage2D macro
|
/external/libepoxy/prebuilt-intermediates/src/ |
D | gl_generated_dispatch.c | 114921 GEN_THUNKS(glCopyTextureSubImage2D, (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLi…
|