/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 80 …virtual void texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 fo…
|
D | sglrContext.hpp | 68 …virtual void texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format…
|
D | sglrContextWrapper.cpp | 136 m_curCtx->texSubImage1D(target, level, xoffset, width, format, type, data); in glTexSubImage1D()
|
D | sglrGLContext.cpp | 280 void GLContext::texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format,… in texSubImage1D() function in sglr::GLContext
|
D | sglrReferenceContext.hpp | 633 …virtual void texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 forma…
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL31.inl | 203 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
|
D | glwInitGL30.inl | 192 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
|
D | glwFunctions.inl | 694 glTexSubImage1DFunc texSubImage1D; variable
|
D | glwInitGL32.inl | 221 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
|
D | glwInitGL33.inl | 240 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
|
D | glwInitGL40.inl | 268 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
|
D | glwInitGL41.inl | 342 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
|
D | glwInitGL42.inl | 354 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
|
D | glwInitGL44.inl | 401 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
|
D | glwInitGL43.inl | 392 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
|
D | glwInitGL45.inl | 483 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
|
D | glwInitGL46.inl | 487 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
|
/external/angle/src/libANGLE/ |
D | Context_gl_1_autogen.h | 266 void texSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, \
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 1060 ASSIGN("glTexSubImage1DEXT", texSubImage1D); in initProcsDesktopGL() 1261 ASSIGN("glTexSubImage1D", texSubImage1D); in initProcsDesktopGL() 3847 texSubImage1D = &glTexSubImage1DNULL; in initProcsDesktopGLNULL() 4048 texSubImage1D = &glTexSubImage1DNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 92 PFNGLTEXSUBIMAGE1DPROC texSubImage1D = nullptr; variable
|
/external/deqp/modules/gles31/functional/ |
D | es31fOpaqueTypeIndexingTests.cpp | 292 gl.texSubImage1D(texTarget, 0, 0, 1, transferFmt.format, transferFmt.dataType, color); in setupTexture()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 694 gl->texSubImage1D = glTexSubImage1D;
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cSparseTextureTests.cpp | 294 gl.texSubImage1D(target, level, x, width, format, type, pixels); in SubImage()
|
D | gl4cBufferStorageTests.cpp | 1543 gl.texSubImage1D(target, level, x, width, format, type, pixels); in SubImage()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcRobustBufferAccessBehaviorTests.cpp | 881 gl.texSubImage1D(target, level, x, width, format, type, pixels); in SubImage()
|