Searched refs:glCopyTextureSubImage2D (Results 1 – 16 of 16) sorted by relevance
/external/angle/src/libGL/ |
D | libGL_autogen.def | 983 glCopyTextureSubImage2D
|
D | libGL_autogen.cpp | 5578 void GL_APIENTRY glCopyTextureSubImage2D(GLuint texture, in glCopyTextureSubImage2D() function
|
/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 | glwInitGL45.inl | 94 …extureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubImage2D");
|
D | glwInitGL46.inl | 94 …extureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubImage2D");
|
D | glwInitExtGL.inl | 622 …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 | 2807 GLAPI void APIENTRY glCopyTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
|
D | glext.h | 2768 GLAPI void APIENTRY glCopyTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
|
/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…
|
/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
|