Home
last modified time | relevance | path

Searched refs:glCopyTexSubImage1D (Results 1 – 25 of 29) sorted by relevance

12

/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def70 glCopyTexSubImage1D = glCopyTexSubImage1D@24
Dosmesa.def73 glCopyTexSubImage1D
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def63 glCopyTexSubImage1D = glCopyTexSubImage1D@24
Dopengl32.def63 glCopyTexSubImage1D
Dstw_context.c841 &glCopyTexSubImage1D,
/external/swiftshader/src/OpenGL/libGL/
DlibGL.def64 glCopyTexSubImage1D @62
DlibGL.cpp5869 void APIENTRY glCopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsi… in glCopyTexSubImage1D() function
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp159 void ContextWrapper::glCopyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, in… in glCopyTexSubImage1D() function in sglr::ContextWrapper
DsglrContextWrapper.hpp73 void glCopyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width);
/external/deqp/framework/opengl/wrapper/
DglwInitGL30.inl49 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL31.inl50 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL32.inl51 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL33.inl53 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL40.inl59 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL42.inl63 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL41.inl62 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL43.inl67 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL44.inl76 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL46.inl90 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL45.inl90 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwApi.inl116 #define glCopyTexSubImage1D glwCopyTexSubImage1D macro
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl116 gl->copyTexSubImage1D = glCopyTexSubImage1D;
/external/mesa3d/include/GL/
Dgl.h1350 GLAPI void GLAPIENTRY glCopyTexSubImage1D( GLenum target, GLint level,
Dgl_mangle.h366 #define glCopyTexSubImage1D MANGLE(CopyTexSubImage1D) macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl116 void glCopyTexSubImage1D (glw::GLenum target, glw::GLint level, glw::GLint xoffset, glw…

12