/external/deqp/framework/opengl/ |
gluStateReset.cpp | 412 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); 413 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); 417 gl.pixelStorei(GL_UNPACK_IMAGE_HEIGHT, 0); 418 gl.pixelStorei(GL_UNPACK_SKIP_IMAGES, 0); 419 gl.pixelStorei(GL_UNPACK_ROW_LENGTH, 0); 420 gl.pixelStorei(GL_UNPACK_SKIP_ROWS, 0); 421 gl.pixelStorei(GL_UNPACK_SKIP_PIXELS, 0); 423 gl.pixelStorei(GL_PACK_ROW_LENGTH, 0); 424 gl.pixelStorei(GL_PACK_SKIP_ROWS, 0); 425 gl.pixelStorei(GL_PACK_SKIP_PIXELS, 0) [all...] |
gluPixelTransfer.cpp | 60 gl.pixelStorei(GL_PACK_ALIGNMENT, getTransferAlignment(dst.getFormat())); 79 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat())); 99 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat())); 118 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat())); 138 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat()));
|
gluTexture.cpp | 86 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); 169 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); 354 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); 475 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); 562 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); 684 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); 775 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
|
gluES3PlusWrapperFuncs.inl | 190 dst->pixelStorei = src.pixelStorei;
|
/external/mesa3d/src/mapi/glapi/gen/ |
gles_api.py | 136 'PixelStorei', 377 "PixelStorei",
|
/external/autotest/client/deps/webgl_mpd/src/debug/ |
webgl-debug.js | 118 'pixelStorei': {2: { 0:true, 1:true }}, 398 ctx.pixelStorei(ctx.PACK_ALIGNMENT, 4); 399 ctx.pixelStorei(ctx.UNPACK_ALIGNMENT, 4); 400 ctx.pixelStorei(ctx.UNPACK_FLIP_Y_WEBGL, false); 401 ctx.pixelStorei(ctx.UNPACK_PREMULTIPLY_ALPHA_WEBGL, false); 404 ctx.pixelStorei(ctx.UNPACK_COLORSPACE_CONVERSION_WEBGL, ctx.BROWSER_DEFAULT_WEBGL);
|
/external/deqp/framework/opengl/wrapper/ |
glwInitES20Direct.inl | 96 gl->pixelStorei = &glPixelStorei;
|
glwInitES20.inl | 96 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
|
glwFunctions.inl | 376 glPixelStoreiFunc pixelStorei; [all...] |
glwInitES30Direct.inl | 163 gl->pixelStorei = &glPixelStorei;
|
glwInitES30.inl | 163 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
|
glwInitES31Direct.inl | 190 gl->pixelStorei = &glPixelStorei;
|
glwInitES32Direct.inl | 223 gl->pixelStorei = &glPixelStorei;
|
glwInitGL30.inl | 162 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
|
/external/mesa3d/docs/ |
MESA_pack_invert.spec | 65 Accepted by the <pname> parameter of PixelStorei and PixelStoref
|
/external/skia/src/gpu/gl/ |
GrGLAssembleInterface.cpp | 191 GET_PROC(PixelStorei); 623 GET_PROC(PixelStorei); [all...] |
GrGLGpu.cpp | 508 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); 511 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, 0)); 514 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE)); 517 GL_CALL(PixelStorei(GR_GL_PACK_REVERSE_ROW_ORDER, GR_GL_FALSE)); [all...] |
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.cpp | 116 m_curCtx->pixelStorei(pname, param);
|
sglrGLContext.hpp | 76 virtual void pixelStorei (deUint32 pname, int param);
|
sglrContext.hpp | 64 virtual void pixelStorei (deUint32 pname, int param) = DE_NULL;
|
/external/deqp/modules/gles3/functional/ |
es3fTextureUnitTests.cpp | [all...] |
/external/opencv3/modules/core/src/ |
opengl.cpp | 890 gl::PixelStorei(gl::UNPACK_ALIGNMENT, 1); 911 gl::PixelStorei(gl::UNPACK_ALIGNMENT, 1); 926 gl::PixelStorei(gl::PACK_ALIGNMENT, 1); [all...] |
gl_core_3_1.cpp | 497 PFNPIXELSTOREIPROC PixelStorei; [all...] |
/external/deqp/modules/gles2/performance/ |
es2pTextureUploadTests.cpp | 208 gl.pixelStorei (GL_UNPACK_ALIGNMENT, m_alignment);
|
/external/deqp/modules/gles2/functional/ |
es2fTextureUnitTests.cpp | 856 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); 878 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); [all...] |