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.h175 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.cpp2972 void WebGLRenderingContextBase::pixelStorei(GLenum pname, GLint param) function in class:WebCore::__anon10393::WebGLRenderingContextBase
2987 synthesizeGLError(GL_INVALID_VALUE, "pixelStorei", "invalid parameter for UNPACK_COLORSPACE_CONVERSION_WEBGL");
3000 webContext()->pixelStorei(pname, param);
3002 synthesizeGLError(GL_INVALID_VALUE, "pixelStorei", "invalid parameter for alignment");
3007 synthesizeGLError(GL_INVALID_ENUM, "pixelStorei", "invalid parameter name");
3332 webContext()->pixelStorei(GL_UNPACK_ALIGNMENT, 1);
3335 webContext()->pixelStorei(GL_UNPACK_ALIGNMENT, m_unpackAlignment);
3428 webContext()->pixelStorei(GL_UNPACK_ALIGNMENT, 1);
3431 webContext()->pixelStorei(GL_UNPACK_ALIGNMENT, m_unpackAlignment);
3452 webContext()->pixelStorei(GL_UNPACK_ALIGNMEN
[all...]

Completed in 158 milliseconds