/external/angle/src/tests/gl_tests/ |
D | GetImageTest.cpp | 86 glPixelStorei(GL_PACK_ALIGNMENT, 1); in TEST_P() 169 glPixelStorei(GL_PACK_ALIGNMENT, 1); in TEST_P() 206 glPixelStorei(GL_PACK_ALIGNMENT, 1); in TEST_P() 244 glPixelStorei(GL_PACK_ALIGNMENT, 1); in TEST_P()
|
/external/deqp/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()
|
/external/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()
|
/external/mesa3d/src/mesa/main/ |
D | debug.c | 461 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1); in _mesa_dump_color_buffer() 494 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1); in _mesa_dump_depth_buffer() 530 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1); in _mesa_dump_stencil_buffer()
|
D | pixelstore.c | 91 case GL_PACK_ALIGNMENT: in pixel_storei()
|
/external/deqp/framework/opengl/ |
D | gluPixelTransfer.cpp | 60 gl.pixelStorei(GL_PACK_ALIGNMENT, getTransferAlignment(dst.getFormat())); in readPixels()
|
D | gluStateReset.cpp | 429 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in resetStateES() 1063 gl.pixelStorei (GL_PACK_ALIGNMENT, 4); in resetStateGLCore()
|
D | gluStrUtil.inl | 85 case GL_PACK_ALIGNMENT: return "GL_PACK_ALIGNMENT"; 1152 case GL_PACK_ALIGNMENT: return "GL_PACK_ALIGNMENT";
|
/external/deqp/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()
|
/external/deqp/modules/gles2/functional/ |
D | es2fReadPixelsTests.cpp | 212 GLU_CHECK_CALL(glPixelStorei(GL_PACK_ALIGNMENT, m_alignment)); in iterate()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
D | gl.h | 236 #define GL_PACK_ALIGNMENT 0x0D05 macro 370 #define GL_PACK_ALIGNMENT 0x0D05 macro
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferOperations.cpp | 965 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in initializeBufferObjectData() 975 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in initializeBufferObjectData()
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 6268 glPixelStorei(GL_PACK_ALIGNMENT, 1); in vrend_transfer_send_getteximage() 6271 glPixelStorei(GL_PACK_ALIGNMENT, 2); in vrend_transfer_send_getteximage() 6275 glPixelStorei(GL_PACK_ALIGNMENT, 4); in vrend_transfer_send_getteximage() 6278 glPixelStorei(GL_PACK_ALIGNMENT, 8); in vrend_transfer_send_getteximage() 6306 glPixelStorei(GL_PACK_ALIGNMENT, 4); in vrend_transfer_send_getteximage() 6391 glPixelStorei(GL_PACK_ALIGNMENT, 1); in vrend_transfer_send_readpixels() 6394 glPixelStorei(GL_PACK_ALIGNMENT, 2); in vrend_transfer_send_readpixels() 6398 glPixelStorei(GL_PACK_ALIGNMENT, 4); in vrend_transfer_send_readpixels() 6401 glPixelStorei(GL_PACK_ALIGNMENT, 8); in vrend_transfer_send_readpixels() 6460 glPixelStorei(GL_PACK_ALIGNMENT, 4); in vrend_transfer_send_readpixels() [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 666 modeMap[GL_PACK_ALIGNMENT] = "GL_PACK_ALIGNMENT"; in getModeStr() 927 gl.pixelStorei(GL_PACK_ALIGNMENT, pp.alignment); in applyInitialStorageModes() 3645 gl.getIntegerv(GL_PACK_ALIGNMENT, &i); in iterate() 3764 { GL_PACK_ALIGNMENT, &pp.alignment, 1 }, in iterate() 3765 { GL_PACK_ALIGNMENT, &pp.alignment, 2 }, in iterate() 3766 { GL_PACK_ALIGNMENT, &pp.alignment, 4 }, in iterate() 3767 { GL_PACK_ALIGNMENT, &pp.alignment, 8 }, in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fReadPixelsTests.cpp | 338 GLU_CHECK_CALL(glPixelStorei(GL_PACK_ALIGNMENT, m_alignment)); in iterate()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 114 #define GL_PACK_ALIGNMENT 0x0D05 macro
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/ |
D | gl2.h | 198 #define GL_PACK_ALIGNMENT 0x0D05 macro
|
/external/swiftshader/include/GLES/ |
D | gl.h | 292 #define GL_PACK_ALIGNMENT 0x0D05 macro
|
/external/mesa3d/include/GLES/ |
D | gl.h | 292 #define GL_PACK_ALIGNMENT 0x0D05 macro
|
/external/OpenCL-CTS/test_common/gl/ |
D | helpers.cpp | 841 glPixelStorei(GL_PACK_ALIGNMENT, 2); in ReadGLTexture() 846 glPixelStorei(GL_PACK_ALIGNMENT, 4); in ReadGLTexture()
|
/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/ |
D | esextcDrawElementsBaseVertexTests.cpp | 585 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in deinitPerTestObjects() 1059 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in setUpFunctionalTestObjects()
|