Home
last modified time | relevance | path

Searched refs:GL_PACK_ALIGNMENT (Results 1 - 25 of 90) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DGetImageTest.cpp105 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()
H A DVulkanMultithreadingTest.cpp169 glPixelStorei(GL_PACK_ALIGNMENT, 1); in TEST_P()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayGenerateMipMap.cpp145 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()
H A DesextcTextureCubeMapArrayColorDepthAttachments.cpp1083 gl.pixelStorei(GL_PACK_ALIGNMENT, 2); in verifyDepth16Data()
1102 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in verifyDepth16Data()
/third_party/mesa3d/src/glx/
H A Dpixelstore.c120 case GL_PACK_ALIGNMENT: in __indirect_glPixelStoref()
264 case GL_PACK_ALIGNMENT: in __indirect_glPixelStorei()
H A Dsingle2.c263 case GL_PACK_ALIGNMENT: in get_client_data()
/third_party/mesa3d/src/mesa/main/
H A Ddebug.c464 _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()
H A Dpixelstore.c92 case GL_PACK_ALIGNMENT: in pixel_storei()
/third_party/vk-gl-cts/framework/opengl/
H A DgluPixelTransfer.cpp60 gl.pixelStorei(GL_PACK_ALIGNMENT, getTransferAlignment(dst.getFormat())); in readPixels()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureBarrierTests.cpp200 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in init()
238 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in deinit()
H A Dgl4cIndirectParametersTests.cpp281 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in verify()
283 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in verify()
H A Dgl4cShaderDrawParametersTests.cpp311 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in verify()
313 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in verify()
/third_party/openGLES/api/GLSC/1.0.1/
H A Dgl.h193 #define GL_PACK_ALIGNMENT 0x0D05 macro
340 #define GL_PACK_ALIGNMENT 0x0D05 macro
/third_party/openGLES/api/GLSC/1.0/
H A Dgl.h197 #define GL_PACK_ALIGNMENT 0x0D05 macro
336 #define GL_PACK_ALIGNMENT 0x0D05 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/
H A Dgl.h197 #define GL_PACK_ALIGNMENT 0x0D05 macro
336 #define GL_PACK_ALIGNMENT 0x0D05 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/
H A Dgl.h193 #define GL_PACK_ALIGNMENT 0x0D05 macro
340 #define GL_PACK_ALIGNMENT 0x0D05 macro
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cNumberParsingTests.cpp398 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in iterate()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fReadPixelsTests.cpp212 GLU_CHECK_CALL(glPixelStorei(GL_PACK_ALIGNMENT, m_alignment)); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcGLSLVectorConstructorTests.cpp498 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in iterate()
H A DglcNearestEdgeTests.cpp359 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in verifyResults()
H A DglcPackedPixelsTests.cpp666 modeMap[GL_PACK_ALIGNMENT] = "GL_PACK_ALIGNMENT"; in getModeStr()
927 gl.pixelStorei(GL_PACK_ALIGNMENT, pp.alignment); in applyInitialStorageModes()
3659 gl.getIntegerv(GL_PACK_ALIGNMENT, &i); in iterate()
3778 { GL_PACK_ALIGNMENT, &pp.alignment, 1 }, in iterate()
3779 { GL_PACK_ALIGNMENT, &pp.alignment, 2 }, in iterate()
3780 { GL_PACK_ALIGNMENT, &pp.alignment, 4 }, in iterate()
3781 { GL_PACK_ALIGNMENT, &pp.alignment, 8 }, in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferOperations.cpp968 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in initializeBufferObjectData()
969 GLU_EXPECT_NO_ERROR(gl.getError(), "Error setting GL_PACK_ALIGNMENT parameter to 1"); in initializeBufferObjectData()
978 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in initializeBufferObjectData()
979 GLU_EXPECT_NO_ERROR(gl.getError(), "Error setting GL_PACK_ALIGNMENT parameter to default value"); in initializeBufferObjectData()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fReadPixelsTests.cpp338 GLU_CHECK_CALL(glPixelStorei(GL_PACK_ALIGNMENT, m_alignment)); in iterate()
339 m_testCtx.getLog() << tcu::TestLog::Message << "GL_PACK_ALIGNMENT: " << m_alignment << tcu::TestLog::EndMessage; in iterate()
/third_party/openGLES/api/GLES/1.0/
H A Dgl.h327 #define GL_PACK_ALIGNMENT 0x0D05 macro
/third_party/openGLES/api/GLSC2/
H A Dglsc2.h152 #define GL_PACK_ALIGNMENT 0x0D05 macro

Completed in 29 milliseconds

1234