Searched refs:texSubImage2D (Results 1 - 25 of 52) sorted by relevance

123

/external/deqp/framework/opengl/
H A DgluPixelTransfer.hpp45 void texSubImage2D (const RenderContext& context, deUint32 target, int level, int x, int y, const tcu::ConstPixelBufferAccess& src);
H A DgluPixelTransfer.cpp107 void texSubImage2D (const RenderContext& context, deUint32 target, int level, int x, int y, const tcu::ConstPixelBufferAccess& src) function in namespace:glu
119 gl.texSubImage2D(target, level, x, y, width, height, format.format, format.dataType, src.getDataPtr());
H A DgluES3PlusWrapperFuncs.inl114 dst->texSubImage2D = src.texSubImage2D;
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.cpp70 void Context::texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, const tcu::Surface& src) function in class:sglr::Context
74 texSubImage2D(target, level, xoffset, yoffset, width, height, GL_RGBA, GL_UNSIGNED_BYTE, src.getAccess().getDataPtr());
H A DsglrContext.hpp69 virtual void texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data) = DE_NULL;
207 virtual void texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, const tcu::Surface& src);
H A DsglrGLContext.hpp81 virtual void texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data);
218 using Context::texSubImage2D;
H A DsglrContextWrapper.cpp141 m_curCtx->texSubImage2D(target, level, xoffset, yoffset, width, height, format, type, data);
H A DsglrReferenceContext.hpp627 virtual void texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data);
764 using Context::texSubImage2D;
/external/chromium_org/cc/resources/
H A Dresource_update_controller_unittest.cc37 virtual void texSubImage2D(GLenum target,
218 void WebGraphicsContext3DForUploadTest::texSubImage2D(GLenum target, function in class:cc::__anon2775::WebGraphicsContext3DForUploadTest
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl114 gl->texSubImage2D = &glTexSubImage2D;
H A DglwInitES20.inl114 gl->texSubImage2D = (glTexSubImage2DFunc) loader->get("glTexSubImage2D");
H A DglwInitES30Direct.inl114 gl->texSubImage2D = &glTexSubImage2D;
H A DglwFunctions.inl63 glTexSubImage2DFunc texSubImage2D;
H A DglwInitES30.inl114 gl->texSubImage2D = (glTexSubImage2DFunc) loader->get("glTexSubImage2D");
H A DglwInitES31.inl114 gl->texSubImage2D = (glTexSubImage2DFunc) loader->get("glTexSubImage2D");
H A DglwInitGL30.inl61 gl->texSubImage2D = (glTexSubImage2DFunc) loader->get("glTexSubImage2D");
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.idl637 [RaisesException] void texSubImage2D(
641 [RaisesException] void texSubImage2D(
644 [RaisesException] void texSubImage2D(
647 [RaisesException] void texSubImage2D(
650 [RaisesException] void texSubImage2D(
H A DWebGLRenderingContextBase.h252 void texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset,
255 void texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset,
257 void texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset,
259 void texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset,
261 void texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset,
H A DWebGLRenderingContextBase.cpp3669 ASSERT(validateTexFuncParameters("texSubImage2D", TexSubImage2D, target, level, format, width, height, 0, format, type));
3670 ASSERT(validateSize("texSubImage2D", xoffset, yoffset));
3671 ASSERT(validateSettableTexFormat("texSubImage2D", format));
3672 WebGLTexture* tex = validateTextureBinding("texSubImage2D", target, true);
3683 webContext()->texSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels);
3692 synthesizeGLError(GL_INVALID_VALUE, "texSubImage2D", "bad image");
3704 synthesizeGLError(GL_INVALID_VALUE, "texSubImage2D", "bad image data");
3716 void WebGLRenderingContextBase::texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, function in class:blink::__anon11092::WebGLRenderingContextBase
3720 if (isContextLost() || !validateTexFuncData("texSubImage2D", level, width, height, format, type, pixels, NullNotAllowed)
3721 || !validateTexFunc("texSubImage2D", TexSubImage2
3743 void WebGLRenderingContextBase::texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, function in class:blink::__anon11092::WebGLRenderingContextBase
3768 void WebGLRenderingContextBase::texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, function in class:blink::__anon11092::WebGLRenderingContextBase
3784 void WebGLRenderingContextBase::texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, function in class:blink::__anon11092::WebGLRenderingContextBase
3798 void WebGLRenderingContextBase::texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, function in class:blink::__anon11092::WebGLRenderingContextBase
[all...]
/external/deqp/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp324 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_texSize, m_texSize, m_format, m_type, &m_texData[0]);
420 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_texSize, m_texSize, m_format, m_type, &m_texData[0]);
502 { "texSubImage2D", "texsubimage2d", UPLOAD_TEXSUBIMAGE2D }
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp541 glu::texSubImage2D(renderCtx, GL_TEXTURE_2D, 0, 0, 0, uploadLevel);
693 glu::texSubImage2D(renderCtx, glu::getGLCubeFace(tcu::CubeFace(faceNdx)), 0, 0, 0, texData.getLevelFace(0, tcu::CubeFace(faceNdx)));
906 glu::texSubImage2D(renderCtx, GL_TEXTURE_2D, 0, 0, 0, uploadLevel);
967 glu::texSubImage2D(renderCtx, GL_TEXTURE_2D, levelNdx, 0, 0, uploadLevel);
H A Des31fOpaqueTypeIndexingTests.cpp284 gl.texSubImage2D(texTarget, 0, 0, 0, 1, 1, transferFmt.format, transferFmt.dataType, color);
296 gl.texSubImage2D(glu::getGLCubeFace((tcu::CubeFace)face), 0, 0, 0, 1, 1, transferFmt.format, transferFmt.dataType, color);
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc210 test_context_->texSubImage2D(
H A Dtest_web_graphics_context_3d.h172 virtual void texSubImage2D(GLenum target, function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h197 virtual void texSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, const void* pixels) { } function in class:blink::MockWebGraphicsContext3D

Completed in 228 milliseconds

123