Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def61 glCopyTexImage1D = glCopyTexImage1D@28
Dopengl32.def61 glCopyTexImage1D
Dstw_context.c760 &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/mesa3d/src/mesa/drivers/windows/gdi/
Dmesa.def350 glCopyTexImage1D
/external/deqp/framework/opengl/wrapper/
DglwInitGL30.inl47 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL31.inl48 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");
DglwInitGL41.inl60 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL42.inl61 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL44.inl74 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL43.inl65 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL45.inl88 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwApi.inl89 #define glCopyTexImage1D glwCopyTexImage1D macro
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl89 gl->copyTexImage1D = glCopyTexImage1D;
DtcuNullRenderContextFuncs.inl753 GLW_APICALL void GLW_APIENTRY glCopyTexImage1D (GLenum target, GLint level, GLenum internalformat, … function
/external/mesa3d/include/GL/
Dgl.h1365 GLAPI void GLAPIENTRY glCopyTexImage1D( GLenum target, GLint level,
Dgl_mangle.h310 #define glCopyTexImage1D MANGLE(CopyTexImage1D) macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl89 void glCopyTexImage1D (glw::GLenum target, glw::GLint level, glw::GLenum internalformat,…
DgluCallLogWrapper.inl597 void CallLogWrapper::glCopyTexImage1D (glw::GLenum target, glw::GLint level, glw::GLenum internalfo… function in CallLogWrapper
600 …m_log << TestLog::Message << "glCopyTexImage1D(" << getTextureTargetStr(target) << ", " << level <…