/external/deqp/framework/opengl/ |
D | gluStateReset.cpp | 428 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in resetStateES() 429 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in resetStateES() 433 gl.pixelStorei(GL_UNPACK_IMAGE_HEIGHT, 0); in resetStateES() 434 gl.pixelStorei(GL_UNPACK_SKIP_IMAGES, 0); in resetStateES() 435 gl.pixelStorei(GL_UNPACK_ROW_LENGTH, 0); in resetStateES() 436 gl.pixelStorei(GL_UNPACK_SKIP_ROWS, 0); in resetStateES() 437 gl.pixelStorei(GL_UNPACK_SKIP_PIXELS, 0); in resetStateES() 439 gl.pixelStorei(GL_PACK_ROW_LENGTH, 0); in resetStateES() 440 gl.pixelStorei(GL_PACK_SKIP_ROWS, 0); in resetStateES() 441 gl.pixelStorei(GL_PACK_SKIP_PIXELS, 0); in resetStateES() [all …]
|
D | gluPixelTransfer.cpp | 60 gl.pixelStorei(GL_PACK_ALIGNMENT, getTransferAlignment(dst.getFormat())); in readPixels() 79 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat())); in texImage2D() 99 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat())); in texImage3D() 118 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat())); in texSubImage2D() 138 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat())); in texSubImage3D()
|
D | gluTexture.cpp | 86 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 169 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 301 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 388 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 509 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 596 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 718 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 809 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
|
D | gluES3PlusWrapperFuncs.inl | 190 dst->pixelStorei = src.pixelStorei;
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayGenerateMipMap.cpp | 145 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in deinit() 146 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in deinit() 204 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in initTest() 205 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in initTest() 501 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in deinit() 502 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in deinit() 547 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in initTest() 548 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in initTest()
|
D | esextcTextureCubeMapArrayColorDepthAttachments.cpp | 1083 gl.pixelStorei(GL_PACK_ALIGNMENT, 2); in verifyDepth16Data() 1102 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in verifyDepth16Data()
|
/external/autotest/client/deps/webgl_mpd/src/debug/ |
D | webgl-debug.js | 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/external/openglcts/modules/gl/ |
D | gl4cTextureBarrierTests.cpp | 200 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in init() 201 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in init() 238 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in deinit() 239 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in deinit()
|
D | gl4cIndirectParametersTests.cpp | 281 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in verify() 283 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in verify()
|
D | gl4cShaderDrawParametersTests.cpp | 311 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in verify() 313 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in verify()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | StateManagerGL.cpp | 488 mFunctions->pixelStorei(GL_UNPACK_ALIGNMENT, mUnpackAlignment); in setPixelUnpackState() 496 mFunctions->pixelStorei(GL_UNPACK_ROW_LENGTH, mUnpackRowLength); in setPixelUnpackState() 504 mFunctions->pixelStorei(GL_UNPACK_SKIP_ROWS, mUnpackSkipRows); in setPixelUnpackState() 512 mFunctions->pixelStorei(GL_UNPACK_SKIP_PIXELS, mUnpackSkipPixels); in setPixelUnpackState() 520 mFunctions->pixelStorei(GL_UNPACK_IMAGE_HEIGHT, mUnpackImageHeight); in setPixelUnpackState() 528 mFunctions->pixelStorei(GL_UNPACK_SKIP_IMAGES, mUnpackSkipImages); in setPixelUnpackState() 549 mFunctions->pixelStorei(GL_PACK_ALIGNMENT, mPackAlignment); in setPixelPackState() 557 mFunctions->pixelStorei(GL_PACK_ROW_LENGTH, mPackRowLength); in setPixelPackState() 565 mFunctions->pixelStorei(GL_PACK_SKIP_ROWS, mPackSkipRows); in setPixelPackState() 573 mFunctions->pixelStorei(GL_PACK_SKIP_PIXELS, mPackSkipPixels); in setPixelPackState()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 924 gl.pixelStorei(GL_PACK_ROW_LENGTH, pp.rowLength); in applyInitialStorageModes() 925 gl.pixelStorei(GL_PACK_SKIP_ROWS, pp.skipRows); in applyInitialStorageModes() 926 gl.pixelStorei(GL_PACK_SKIP_PIXELS, pp.skipPixels); in applyInitialStorageModes() 927 gl.pixelStorei(GL_PACK_ALIGNMENT, pp.alignment); in applyInitialStorageModes() 929 gl.pixelStorei(GL_UNPACK_ROW_LENGTH, up.rowLength); in applyInitialStorageModes() 930 gl.pixelStorei(GL_UNPACK_SKIP_ROWS, up.skipRows); in applyInitialStorageModes() 931 gl.pixelStorei(GL_UNPACK_SKIP_PIXELS, up.skipPixels); in applyInitialStorageModes() 932 gl.pixelStorei(GL_UNPACK_ALIGNMENT, up.alignment); in applyInitialStorageModes() 933 gl.pixelStorei(GL_UNPACK_IMAGE_HEIGHT, up.rowCount); in applyInitialStorageModes() 934 gl.pixelStorei(GL_UNPACK_SKIP_IMAGES, up.skipImages); in applyInitialStorageModes() [all …]
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferOperations.cpp | 962 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in initializeBufferObjectData() 965 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in initializeBufferObjectData() 972 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in initializeBufferObjectData() 975 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in initializeBufferObjectData()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 96 gl->pixelStorei = &glPixelStorei;
|
D | glwInitES30Direct.inl | 163 gl->pixelStorei = &glPixelStorei;
|
D | glwInitES20.inl | 96 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
|
D | glwInitES31Direct.inl | 190 gl->pixelStorei = &glPixelStorei;
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureUnitTests.cpp | 1061 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in upload2dTexture() 1085 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in uploadCubeTexture() 1112 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in upload2dArrayTexture() 1138 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in upload3dTexture()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureUnitTests.cpp | 857 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in render() 879 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in render()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 76 virtual void pixelStorei (deUint32 pname, int param);
|
D | sglrContextWrapper.cpp | 116 m_curCtx->pixelStorei(pname, param); in glPixelStorei()
|
D | sglrContext.hpp | 64 virtual void pixelStorei (deUint32 pname, int param) = DE_NULL;
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureUploadTests.cpp | 208 gl.pixelStorei (GL_UNPACK_ALIGNMENT, m_alignment); in init()
|
/external/angle/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 126 void pixelStorei(GLenum pname, GLint param); \
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 123 fFunctions.fPixelStorei = bind_to_member(this, &GrGLTestInterface::pixelStorei); in GrGLTestInterface()
|