/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 83 …virtual void copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, in…
|
D | sglrContext.hpp | 71 …virtual void copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, int y,…
|
D | sglrContextWrapper.cpp | 151 m_curCtx->copyTexImage1D(target, level, internalFormat, x, y, width, border); in glCopyTexImage1D()
|
D | sglrGLContext.cpp | 295 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()
|
D | sglrReferenceContext.hpp | 636 …virtual void copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, int y…
|
D | sglrReferenceContext.cpp | 1442 void ReferenceContext::copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, … in copyTexImage1D() function in sglr::ReferenceContext
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL31.inl | 48 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL30.inl | 47 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwFunctions.inl | 114 glCopyTexImage1DFunc copyTexImage1D; variable
|
D | glwInitGL32.inl | 49 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL33.inl | 51 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL40.inl | 57 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL41.inl | 60 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL42.inl | 61 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL44.inl | 74 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL43.inl | 65 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL45.inl | 88 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwInitGL46.inl | 88 gl->copyTexImage1D = (glCopyTexImage1DFunc) loader->get("glCopyTexImage1D");
|
D | glwImpl.inl | 876 gl->copyTexImage1D(target, level, internalformat, x, y, width, border);
|
/external/angle/src/libANGLE/ |
D | Context_gl_1_autogen.h | 254 void copyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, \
|
D | Context_gl.cpp | 1900 void Context::copyTexImage1D(GLenum target, in copyTexImage1D() function in gl::Context
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 896 ASSIGN("glCopyTexImage1DEXT", copyTexImage1D); in initProcsDesktopGL() 1251 ASSIGN("glCopyTexImage1D", copyTexImage1D); in initProcsDesktopGL() 3684 copyTexImage1D = &glCopyTexImage1DNULL; in initProcsDesktopGLNULL() 4038 copyTexImage1D = &glCopyTexImage1DNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 82 PFNGLCOPYTEXIMAGE1DPROC copyTexImage1D = nullptr; variable
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 114 gl->copyTexImage1D = glCopyTexImage1D;
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 7135 context->copyTexImage1D(target, level, internalformat, x, y, width, border); in GL_CopyTexImage1D()
|