Searched refs:copyTexSubImage2D (Results 26 - 32 of 32) sorted by relevance

12

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp632 virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height);
H A DsglrReferenceContext.cpp1569 void ReferenceContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
/external/deqp/framework/opengl/wrapper/
H A DglwInitGL43.inl59 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
H A DglwInitGL44.inl59 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
H A DglwImpl.inl466 gl->copyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp1513 void WebGLRenderingContextBase::copyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) function in class:blink::__anon11092::WebGLRenderingContextBase
1517 if (!validateTexFuncLevel("copyTexSubImage2D", target, level))
1519 WebGLTexture* tex = validateTextureBinding("copyTexSubImage2D", target, true);
1522 if (!validateSize("copyTexSubImage2D", xoffset, yoffset) || !validateSize("copyTexSubImage2D", width, height))
1530 synthesizeGLError(GL_INVALID_VALUE, "copyTexSubImage2D", "bad dimensions");
1534 synthesizeGLError(GL_INVALID_VALUE, "copyTexSubImage2D", "rectangle out of range");
1538 if (!validateSettableTexFormat("copyTexSubImage2D", internalformat))
1541 synthesizeGLError(GL_INVALID_OPERATION, "copyTexSubImage2D", "framebuffer is incompatible format");
1546 synthesizeGLError(GL_INVALID_FRAMEBUFFER_OPERATION, "copyTexSubImage2D", reaso
[all...]
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl420 m_gl.copyTexSubImage2D(param0, param1, param2, param3, param4, param5, param6, param7);

Completed in 226 milliseconds

12