/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | GetImageTest.cpp | 105 glPixelStorei(GL_PACK_ALIGNMENT, 1); in TEST_P() 187 glPixelStorei(GL_PACK_ALIGNMENT, 1); in TEST_P() 224 glPixelStorei(GL_PACK_ALIGNMENT, 1); in TEST_P() 262 glPixelStorei(GL_PACK_ALIGNMENT, 1); in TEST_P() 336 glPixelStorei(GL_PACK_ALIGNMENT, 1); in TEST_P() 372 glPixelStorei(GL_PACK_ALIGNMENT, 1); in TEST_P() 406 glPixelStorei(GL_PACK_ALIGNMENT, 1); in TEST_P() 431 glPixelStorei(GL_PACK_ALIGNMENT, 1); in TEST_P() 567 glPixelStorei(GL_PACK_ALIGNMENT, 1); in TEST_P()
|
D | VulkanMultithreadingTest.cpp | 169 glPixelStorei(GL_PACK_ALIGNMENT, 1); in TEST_P()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayGenerateMipMap.cpp | 145 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in deinit() 204 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in initTest() 501 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in deinit() 547 gl.pixelStorei(GL_PACK_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()
|
/third_party/mesa3d/src/glx/ |
D | pixelstore.c | 120 case GL_PACK_ALIGNMENT: in __indirect_glPixelStoref() 264 case GL_PACK_ALIGNMENT: in __indirect_glPixelStorei()
|
D | single2.c | 263 case GL_PACK_ALIGNMENT: in get_client_data()
|
/third_party/mesa3d/src/mesa/main/ |
D | debug.c | 464 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1); in _mesa_dump_color_buffer() 497 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1); in _mesa_dump_depth_buffer() 533 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1); in _mesa_dump_stencil_buffer()
|
D | pixelstore.c | 92 case GL_PACK_ALIGNMENT: in pixel_storei()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_row_bytes.txt | 49 GL_PACK_ALIGNMENT. Both of these parameters are specified in basic 83 GL_PACK_ROW_LENGTH and GL_PACK_ALIGNMENT. The same scenario is
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_row_bytes.txt | 49 GL_PACK_ALIGNMENT. Both of these parameters are specified in basic 83 GL_PACK_ROW_LENGTH and GL_PACK_ALIGNMENT. The same scenario is
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluPixelTransfer.cpp | 60 gl.pixelStorei(GL_PACK_ALIGNMENT, getTransferAlignment(dst.getFormat())); in readPixels()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureBarrierTests.cpp | 200 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in init() 238 gl.pixelStorei(GL_PACK_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()
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/ |
D | gl.h | 193 #define GL_PACK_ALIGNMENT 0x0D05 macro 340 #define GL_PACK_ALIGNMENT 0x0D05 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/ |
D | gl.h | 197 #define GL_PACK_ALIGNMENT 0x0D05 macro 336 #define GL_PACK_ALIGNMENT 0x0D05 macro
|
/third_party/openGLES/api/GLSC/1.0.1/ |
D | gl.h | 193 #define GL_PACK_ALIGNMENT 0x0D05 macro 340 #define GL_PACK_ALIGNMENT 0x0D05 macro
|
/third_party/openGLES/api/GLSC/1.0/ |
D | gl.h | 197 #define GL_PACK_ALIGNMENT 0x0D05 macro 336 #define GL_PACK_ALIGNMENT 0x0D05 macro
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
D | es3cNumberParsingTests.cpp | 397 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in iterate()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fReadPixelsTests.cpp | 212 GLU_CHECK_CALL(glPixelStorei(GL_PACK_ALIGNMENT, m_alignment)); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcNearestEdgeTests.cpp | 359 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in verifyResults()
|
D | glcGLSLVectorConstructorTests.cpp | 498 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in iterate()
|
D | glcPackedPixelsTests.cpp | 666 modeMap[GL_PACK_ALIGNMENT] = "GL_PACK_ALIGNMENT"; in getModeStr() 927 gl.pixelStorei(GL_PACK_ALIGNMENT, pp.alignment); in applyInitialStorageModes() 3652 gl.getIntegerv(GL_PACK_ALIGNMENT, &i); in iterate() 3771 { GL_PACK_ALIGNMENT, &pp.alignment, 1 }, in iterate() 3772 { GL_PACK_ALIGNMENT, &pp.alignment, 2 }, in iterate() 3773 { GL_PACK_ALIGNMENT, &pp.alignment, 4 }, in iterate() 3774 { GL_PACK_ALIGNMENT, &pp.alignment, 8 }, in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferOperations.cpp | 968 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in initializeBufferObjectData() 978 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in initializeBufferObjectData()
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/ |
D | gl.h | 327 #define GL_PACK_ALIGNMENT 0x0D05 macro
|