/third_party/vk-gl-cts/framework/opengl/ |
H A 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()
|
H A 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_PIXEL in resetStateES() [all...] |
H A 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()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A 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()
|
H A D | esextcTextureCubeMapArrayColorDepthAttachments.cpp | 1083 gl.pixelStorei(GL_PACK_ALIGNMENT, 2); in verifyDepth16Data() 1102 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in verifyDepth16Data()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A 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()
|
H A D | gl4cIndirectParametersTests.cpp | 281 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in verify() 283 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in verify()
|
H A D | gl4cShaderDrawParametersTests.cpp | 311 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in verify() 313 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in verify()
|
H A D | gl4cTextureViewTests.cpp | 4310 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in deinit() 4311 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in deinit() 5916 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in initTest() 5917 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in initTest() 6561 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in deinit() 6562 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in deinit() 6970 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in initTest() 6971 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in initTest()
|
H A D | gl4cDirectStateAccessTexturesTests.cpp | 1093 gl.pixelStorei(GL_UNPACK_ALIGNMENT, sizeof(T)); in Check() 1096 gl.pixelStorei(GL_PACK_ALIGNMENT, sizeof(T)); in Check() 1974 gl.pixelStorei(GL_UNPACK_ALIGNMENT, sizeof(T)); in Test() 1977 gl.pixelStorei(GL_PACK_ALIGNMENT, sizeof(T)); in Test() 3276 gl.pixelStorei(GL_UNPACK_ALIGNMENT, sizeof(T)); in Test() 3279 gl.pixelStorei(GL_PACK_ALIGNMENT, sizeof(T)); in Test() 7608 gl.pixelStorei(GL_UNPACK_ALIGNMENT, sizeof(glw::GLubyte)); in CreateTextures() 7611 gl.pixelStorei(GL_PACK_ALIGNMENT, sizeof(glw::GLubyte)); in CreateTextures() 7772 gl.pixelStorei(GL_UNPACK_ALIGNMENT, sizeof(glw::GLubyte)); in Check() 7775 gl.pixelStorei(GL_PACK_ALIGNMEN in Check() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | StateManagerGL.cpp | 546 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_UNPACK_ALIGNMENT, mUnpackAlignment)); in setPixelUnpackState() 554 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_UNPACK_ROW_LENGTH, mUnpackRowLength)); in setPixelUnpackState() 562 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_UNPACK_SKIP_ROWS, mUnpackSkipRows)); in setPixelUnpackState() 570 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_UNPACK_SKIP_PIXELS, mUnpackSkipPixels)); in setPixelUnpackState() 578 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_UNPACK_IMAGE_HEIGHT, mUnpackImageHeight)); in setPixelUnpackState() 586 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_UNPACK_SKIP_IMAGES, mUnpackSkipImages)); in setPixelUnpackState() 613 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_PACK_ALIGNMENT, mPackAlignment)); in setPixelPackState() 621 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_PACK_ROW_LENGTH, mPackRowLength)); in setPixelPackState() 629 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_PACK_SKIP_ROWS, mPackSkipRows)); in setPixelPackState() 637 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_PACK_SKIP_PIXEL in setPixelPackState() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcNearestEdgeTests.cpp | 292 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in fillTexture() 359 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in verifyResults()
|
H A 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_IMAGE in applyInitialStorageModes() [all...] |
H A D | glcGLSLVectorConstructorTests.cpp | 498 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferOperations.cpp | 965 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in initializeBufferObjectData() 968 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in initializeBufferObjectData() 975 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in initializeBufferObjectData() 978 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in initializeBufferObjectData()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cNumberParsingTests.cpp | 398 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in iterate()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureUnitTests.cpp | 1063 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in upload2dTexture() 1087 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in uploadCubeTexture() 1114 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in upload2dArrayTexture() 1140 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in upload3dTexture()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_2_0_autogen.h | 126 void pixelStorei(GLenum pname, GLint param); \
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/ |
H A D | esextcFragmentShadingRateAttachmentTests.cpp | 252 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in setupTest() 253 GLU_EXPECT_NO_ERROR(gl.getError(), "Error set pixelStorei for unpack alignment"); in setupTest()
|
H A D | esextcFragmentShadingRateCombinedTests.cpp | 278 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in setupTest() 279 GLU_EXPECT_NO_ERROR(gl.getError(), "Error set pixelStorei for unpack alignment"); in setupTest()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContext.hpp | 64 virtual void pixelStorei (deUint32 pname, int param) = DE_NULL;
|
H A D | sglrContextWrapper.cpp | 116 m_curCtx->pixelStorei(pname, param); in glPixelStorei()
|
H A D | sglrGLContext.hpp | 76 virtual void pixelStorei (deUint32 pname, int param);
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pTextureUploadTests.cpp | 208 gl.pixelStorei (GL_UNPACK_ALIGNMENT, m_alignment); in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureUnitTests.cpp | 859 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in render() 881 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in render()
|