/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContext.hpp | 68 virtual void texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) = DE_NULL;
|
H A D | sglrContextWrapper.cpp | 136 m_curCtx->texSubImage1D(target, level, xoffset, width, format, type, data); in glTexSubImage1D()
|
H A D | sglrGLContext.hpp | 80 virtual void texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data);
|
H A D | sglrGLContext.cpp | 280 void GLContext::texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) in texSubImage1D() function in sglr::GLContext
|
H A D | sglrReferenceContext.hpp | 633 virtual void texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data);
|
H A D | sglrReferenceContext.cpp | 1297 void ReferenceContext::texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) in texSubImage1D() function in sglr::ReferenceContext
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gl_1_autogen.h | 266 void texSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, \
|
H A D | Context_gl.cpp | 1956 void Context::texSubImage1D(GLenum target, in texSubImage1D() function in gl::Context
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.cpp | 1049 ASSIGN("glTexSubImage1DEXT", texSubImage1D); in initProcsDesktopGL() 1250 ASSIGN("glTexSubImage1D", texSubImage1D); in initProcsDesktopGL() 3836 texSubImage1D = &glTexSubImage1DNULL; in initProcsDesktopGLNULL() 4037 texSubImage1D = &glTexSubImage1DNULL; in initProcsDesktopGLNULL()
|
H A D | DispatchTableGL_autogen.h | 92 PFNGLTEXSUBIMAGE1DPROC texSubImage1D = nullptr; member in rx::DispatchTableGL
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fOpaqueTypeIndexingTests.cpp | 292 gl.texSubImage1D(texTarget, 0, 0, 1, transferFmt.format, transferFmt.dataType, color); in setupTexture()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseTextureTests.cpp | 293 gl.texSubImage1D(target, level, x, width, format, type, pixels); in SubImage()
|
H A D | gl4cMultiBindTests.cpp | 1287 gl.texSubImage1D(target, level, x, width, format, type, pixels); in SubImage()
|
H A D | gl3cTextureSwizzleTests.cpp | 4034 gl.texSubImage1D(target, 0 /* level */, 0 /* x */, m_width, format.m_format, format.m_type, in iterate()
|
H A D | gl4cBufferStorageTests.cpp | 1538 gl.texSubImage1D(target, level, x, width, format, type, pixels); in SubImage()
|
H A D | gl4cShadingLanguage420PackTests.cpp | 18724 gl.texSubImage1D(target, level, 0 /* x */, width, format, type, data); in update()
|
H A D | gl4cDirectStateAccessTexturesTests.cpp | 1859 gl.texSubImage1D(target, level, 0, width, format, type, data); in TextureSubImage()
|
H A D | gl4cEnhancedLayoutsTests.cpp | 3496 gl.texSubImage1D(target, level, 0 /* x */, width, format, type, data); in Update()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcRobustBufferAccessBehaviorTests.cpp | 878 gl.texSubImage1D(target, level, x, width, format, type, pixels); in SubImage()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_1_autogen.cpp | 8083 context->texSubImage1D(target, level, xoffset, width, format, type, pixels); in GL_TexSubImage1D()
|