Searched defs:texSubImage2D (Results 1 - 10 of 10) sorted by relevance

/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 DsglrReferenceContext.cpp1258 texSubImage2D(target, level, xoffset, 0, width, 1, format, type, data);
1261 void ReferenceContext::texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data) function in class:sglr::ReferenceContext
H A DsglrGLContext.cpp285 void GLContext::texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data) function in class:sglr::GLContext
/external/deqp/framework/opengl/
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());
/external/chromium_org/cc/resources/
H A Dresource_update_controller_unittest.cc37 virtual void texSubImage2D(GLenum target,
214 void WebGraphicsContext3DForUploadTest::texSubImage2D(GLenum target, function in class:cc::__anon2724::WebGraphicsContext3DForUploadTest
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.h159 virtual void texSubImage2D(GLenum target, function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h198 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
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp3602 ASSERT(validateTexFuncParameters("texSubImage2D", TexSubImage2D, target, level, format, width, height, 0, format, type));
3603 ASSERT(validateSize("texSubImage2D", xoffset, yoffset));
3604 ASSERT(validateSettableTexFormat("texSubImage2D", format));
3605 WebGLTexture* tex = validateTextureBinding("texSubImage2D", target, true);
3616 webContext()->texSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels);
3625 synthesizeGLError(GL_INVALID_VALUE, "texSubImage2D", "bad image");
3637 synthesizeGLError(GL_INVALID_VALUE, "texSubImage2D", "bad image data");
3649 void WebGLRenderingContextBase::texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, function in class:WebCore::__anon10393::WebGLRenderingContextBase
3653 if (isContextLost() || !validateTexFuncData("texSubImage2D", level, width, height, format, type, pixels, NullNotAllowed)
3654 || !validateTexFunc("texSubImage2D", TexSubImage2
3676 void WebGLRenderingContextBase::texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, function in class:WebCore::__anon10393::WebGLRenderingContextBase
3701 void WebGLRenderingContextBase::texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, function in class:WebCore::__anon10393::WebGLRenderingContextBase
3717 void WebGLRenderingContextBase::texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, function in class:WebCore::__anon10393::WebGLRenderingContextBase
3731 void WebGLRenderingContextBase::texSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, function in class:WebCore::__anon10393::WebGLRenderingContextBase
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 290 milliseconds