Searched refs:glCopyTextureSubImage3D (Results 1 – 16 of 16) sorted by relevance
/external/angle/src/libGL/ |
D | libGL_autogen.def | 984 glCopyTextureSubImage3D
|
D | libGL_autogen.cpp | 5590 void GL_APIENTRY glCopyTextureSubImage3D(GLuint texture, in glCopyTextureSubImage3D() function
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 126 gl->copyTextureSubImage3D = glCopyTextureSubImage3D;
|
D | tcuNullRenderContextFuncs.inl | 1233 GLW_APICALL void GLW_APIENTRY glCopyTextureSubImage3D (GLuint texture, GLint level, GLint xoffset, … function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL45.inl | 95 …extureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubImage3D");
|
D | glwInitGL46.inl | 95 …extureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubImage3D");
|
D | glwInitExtGL.inl | 623 …TextureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubImage3D");
|
D | glwApi.inl | 126 #define glCopyTextureSubImage3D glwCopyTextureSubImage3D macro
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 126 void glCopyTextureSubImage3D (glw::GLuint texture, glw::GLint level, glw::GLint xoffset,…
|
D | gluCallLogWrapper.inl | 859 void CallLogWrapper::glCopyTextureSubImage3D (glw::GLuint texture, glw::GLint level, glw::GLint xof… function in CallLogWrapper 862 …m_log << TestLog::Message << "glCopyTextureSubImage3D(" << texture << ", " << level << ", " << xof…
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 2808 GLAPI void APIENTRY glCopyTextureSubImage3D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
|
D | glext.h | 2769 GLAPI void APIENTRY glCopyTextureSubImage3D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2845 GLAPI void APIENTRY glCopyTextureSubImage3D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
|
D | glext.h | 2805 GLAPI void APIENTRY glCopyTextureSubImage3D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 10429 …r = ((glCopyTextureSubImage3D = (PFNGLCOPYTEXTURESUBIMAGE3DPROC)glewGetProcAddress((const GLubyte*… in _glewInit_GL_ARB_direct_state_access()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 4451 #define glCopyTextureSubImage3D GLEW_GET_FUN(__glewCopyTextureSubImage3D) macro
|