Searched defs:pixelStorei (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp885 void ReferenceContext::pixelStorei (deUint32 pname, int param) function in class:sglr::ReferenceContext
H A DsglrGLContext.cpp260 void GLContext::pixelStorei (deUint32 pname, int param) function in class:sglr::GLContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h174 virtual void pixelStorei(WGC3Denum pname, WGC3Dint param) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp3020 void WebGLRenderingContextBase::pixelStorei(GLenum pname, GLint param) function in class:blink::__anon11092::WebGLRenderingContextBase
3035 synthesizeGLError(GL_INVALID_VALUE, "pixelStorei", "invalid parameter for UNPACK_COLORSPACE_CONVERSION_WEBGL");
3048 webContext()->pixelStorei(pname, param);
3050 synthesizeGLError(GL_INVALID_VALUE, "pixelStorei", "invalid parameter for alignment");
3055 synthesizeGLError(GL_INVALID_ENUM, "pixelStorei", "invalid parameter name");
3380 webContext()->pixelStorei(GL_UNPACK_ALIGNMENT, 1);
3383 webContext()->pixelStorei(GL_UNPACK_ALIGNMENT, m_unpackAlignment);
3476 webContext()->pixelStorei(GL_UNPACK_ALIGNMENT, 1);
3479 webContext()->pixelStorei(GL_UNPACK_ALIGNMENT, m_unpackAlignment);
3500 webContext()->pixelStorei(GL_UNPACK_ALIGNMEN
[all...]

Completed in 2880 milliseconds