Home
last modified time | relevance | path

Searched refs:glCopyTexImage1D (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def68 glCopyTexImage1D = glCopyTexImage1D@28
Dosmesa.def71 glCopyTexImage1D
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def61 glCopyTexImage1D = glCopyTexImage1D@28
Dopengl32.def61 glCopyTexImage1D
Dstw_context.c927 &glCopyTexImage1D,
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp149 void ContextWrapper::glCopyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, … in glCopyTexImage1D() function in sglr::ContextWrapper
DsglrContextWrapper.hpp71 …void glCopyTexImage1D (deUint32 target, int level, deUint32 internalformat, int x, int y, i…
/external/deqp/framework/opengl/wrapper/
DglwInitGL31.inl48 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL30.inl47 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL32.inl49 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL33.inl51 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL40.inl57 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL42.inl61 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL41.inl60 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL43.inl65 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL44.inl74 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL45.inl88 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL46.inl88 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwApi.inl114 #define glCopyTexImage1D glwCopyTexImage1D macro
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl114 gl->copyTexImage1D = glCopyTexImage1D;
DtcuNullRenderContextFuncs.inl1079 GLW_APICALL void GLW_APIENTRY glCopyTexImage1D (GLenum target, GLint level, GLenum internalformat, … function
/external/mesa3d/include/GL/
Dgl.h1337 GLAPI void GLAPIENTRY glCopyTexImage1D( GLenum target, GLint level,
Dgl_mangle.h362 #define glCopyTexImage1D MANGLE(CopyTexImage1D) macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl114 void glCopyTexImage1D (glw::GLenum target, glw::GLint level, glw::GLenum internalformat…
DgluCallLogWrapper.inl775 void CallLogWrapper::glCopyTexImage1D (glw::GLenum target, glw::GLint level, glw::GLenum internalfo… function in CallLogWrapper
778 …m_log << TestLog::Message << "glCopyTexImage1D(" << getTextureTargetStr(target) << ", " << level <…

12