Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def63 glCopyTexSubImage1D = glCopyTexSubImage1D@24
Dopengl32.def63 glCopyTexSubImage1D
Dstw_context.c762 &glCopyTexSubImage1D,
/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/mesa3d/src/mesa/drivers/windows/gdi/
Dmesa.def352 glCopyTexSubImage1D
/external/deqp/framework/opengl/wrapper/
DglwInitGL31.inl50 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwInitGL30.inl49 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");
DglwInitGL45.inl90 gl->copyTexSubImage1D = (glCopyTexSubImage1DFunc) loader->get("glCopyTexSubImage1D");
DglwApi.inl91 #define glCopyTexSubImage1D glwCopyTexSubImage1D macro
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl91 gl->copyTexSubImage1D = glCopyTexSubImage1D;
DtcuNullRenderContextFuncs.inl778 GLW_APICALL void GLW_APIENTRY glCopyTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLint… function
/external/mesa3d/include/GL/
Dgl.h1378 GLAPI void GLAPIENTRY glCopyTexSubImage1D( GLenum target, GLint level,
Dgl_mangle.h314 #define glCopyTexSubImage1D MANGLE(CopyTexSubImage1D) macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl91 void glCopyTexSubImage1D (glw::GLenum target, glw::GLint level, glw::GLint xoffset, glw:…
DgluCallLogWrapper.inl611 void CallLogWrapper::glCopyTexSubImage1D (glw::GLenum target, glw::GLint level, glw::GLint xoffset,… function in CallLogWrapper
614 …m_log << TestLog::Message << "glCopyTexSubImage1D(" << toHex(target) << ", " << level << ", " << x…