Home
last modified time | relevance | path

Searched refs:copyTexImage1D (Results 1 – 25 of 26) sorted by relevance

12

/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp83 …virtual void copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, in…
DsglrContext.hpp71 …virtual void copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, int y,…
DsglrContextWrapper.cpp151 m_curCtx->copyTexImage1D(target, level, internalFormat, x, y, width, border); in glCopyTexImage1D()
DsglrGLContext.cpp295 void GLContext::copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, int y, … in copyTexImage1D() function in sglr::GLContext
308 …m_context.getFunctions().copyTexImage1D(target, level, internalFormat, offset.x()+x, offset.y()+y,… in copyTexImage1D()
DsglrReferenceContext.hpp636 …virtual void copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, int y…
DsglrReferenceContext.cpp1442 void ReferenceContext::copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, … in copyTexImage1D() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwInitGL31.inl48 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwInitGL30.inl47 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwFunctions.inl114 glCopyTexImage1DFunc copyTexImage1D; variable
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");
DglwInitGL46.inl88 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
DglwImpl.inl876 gl->copyTexImage1D(target, level, internalformat, x, y, width, border);
/external/angle/src/libANGLE/
DContext_gl_1_autogen.h254 void copyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, \
DContext_gl.cpp1900 void Context::copyTexImage1D(GLenum target, in copyTexImage1D() function in gl::Context
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp896 ASSIGN("glCopyTexImage1DEXT", copyTexImage1D); in initProcsDesktopGL()
1251 ASSIGN("glCopyTexImage1D", copyTexImage1D); in initProcsDesktopGL()
3684 copyTexImage1D = &glCopyTexImage1DNULL; in initProcsDesktopGLNULL()
4038 copyTexImage1D = &glCopyTexImage1DNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h82 PFNGLCOPYTEXIMAGE1DPROC copyTexImage1D = nullptr; variable
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl114 gl->copyTexImage1D = glCopyTexImage1D;
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp7135 context->copyTexImage1D(target, level, internalformat, x, y, width, border); in GL_CopyTexImage1D()

12