Home
last modified time | relevance | path

Searched refs:glCopyTextureSubImage1D (Results 1 – 16 of 16) sorted by relevance

/external/angle/src/libGL/
DlibGL_autogen.def982 glCopyTextureSubImage1D
DlibGL_autogen.cpp5573 glCopyTextureSubImage1D(GLuint texture, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) in glCopyTextureSubImage1D() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl122 gl->copyTextureSubImage1D = glCopyTextureSubImage1D;
DtcuNullRenderContextFuncs.inl1183 GLW_APICALL void GLW_APIENTRY glCopyTextureSubImage1D (GLuint texture, GLint level, GLint xoffset, … function
/external/deqp/framework/opengl/wrapper/
DglwInitGL45.inl93 …extureSubImage1D = (glCopyTextureSubImage1DFunc) loader->get("glCopyTextureSubImage1D");
DglwInitGL46.inl93 …extureSubImage1D = (glCopyTextureSubImage1DFunc) loader->get("glCopyTextureSubImage1D");
DglwInitExtGL.inl621 …TextureSubImage1D = (glCopyTextureSubImage1DFunc) loader->get("glCopyTextureSubImage1D");
DglwApi.inl122 #define glCopyTextureSubImage1D glwCopyTextureSubImage1D macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl122 void glCopyTextureSubImage1D (glw::GLuint texture, glw::GLint level, glw::GLint xoffset,…
DgluCallLogWrapper.inl831 void CallLogWrapper::glCopyTextureSubImage1D (glw::GLuint texture, glw::GLint level, glw::GLint xof… function in CallLogWrapper
834 …m_log << TestLog::Message << "glCopyTextureSubImage1D(" << texture << ", " << level << ", " << xof…
/external/mesa3d/include/GL/
Dglcorearb.h2806 GLAPI void APIENTRY glCopyTextureSubImage1D (GLuint texture, GLint level, GLint xoffset, GLint x, G…
Dglext.h2767 GLAPI void APIENTRY glCopyTextureSubImage1D (GLuint texture, GLint level, GLint xoffset, GLint x, G…
/external/swiftshader/include/GL/
Dglcorearb.h2843 GLAPI void APIENTRY glCopyTextureSubImage1D (GLuint texture, GLint level, GLint xoffset, GLint x, G…
Dglext.h2803 GLAPI void APIENTRY glCopyTextureSubImage1D (GLuint texture, GLint level, GLint xoffset, GLint x, G…
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c10427 …r = ((glCopyTextureSubImage1D = (PFNGLCOPYTEXTURESUBIMAGE1DPROC)glewGetProcAddress((const GLubyte*… in _glewInit_GL_ARB_direct_state_access()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h4449 #define glCopyTextureSubImage1D GLEW_GET_FUN(__glewCopyTextureSubImage1D) macro