Searched refs:_mesa_PixelStorei (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | debug.c | 464 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1); in _mesa_dump_color_buffer() 465 _mesa_PixelStorei(GL_PACK_INVERT_MESA, GL_TRUE); in _mesa_dump_color_buffer() 497 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1); in _mesa_dump_depth_buffer() 498 _mesa_PixelStorei(GL_PACK_INVERT_MESA, GL_TRUE); in _mesa_dump_depth_buffer() 533 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1); in _mesa_dump_stencil_buffer() 534 _mesa_PixelStorei(GL_PACK_INVERT_MESA, GL_TRUE); in _mesa_dump_stencil_buffer()
|
H A D | attrib.c | 1404 _mesa_PixelStorei(GL_UNPACK_SWAP_BYTES, GL_FALSE); in _mesa_ClientAttribDefaultEXT() 1405 _mesa_PixelStorei(GL_UNPACK_LSB_FIRST, GL_FALSE); in _mesa_ClientAttribDefaultEXT() 1406 _mesa_PixelStorei(GL_UNPACK_IMAGE_HEIGHT, 0); in _mesa_ClientAttribDefaultEXT() 1407 _mesa_PixelStorei(GL_UNPACK_SKIP_IMAGES, 0); in _mesa_ClientAttribDefaultEXT() 1408 _mesa_PixelStorei(GL_UNPACK_ROW_LENGTH, 0); in _mesa_ClientAttribDefaultEXT() 1409 _mesa_PixelStorei(GL_UNPACK_SKIP_ROWS, 0); in _mesa_ClientAttribDefaultEXT() 1410 _mesa_PixelStorei(GL_UNPACK_SKIP_PIXELS, 0); in _mesa_ClientAttribDefaultEXT() 1411 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, 4); in _mesa_ClientAttribDefaultEXT() 1412 _mesa_PixelStorei(GL_PACK_SWAP_BYTES, GL_FALSE); in _mesa_ClientAttribDefaultEXT() 1413 _mesa_PixelStorei(GL_PACK_LSB_FIRS in _mesa_ClientAttribDefaultEXT() [all...] |
H A D | texcompress_cpal.c | 188 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, 1); in _mesa_cpal_compressed_teximage2d() 210 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, saved_align); in _mesa_cpal_compressed_teximage2d()
|
H A D | pixelstore.c | 234 _mesa_PixelStorei(GLenum pname, GLint param) in _mesa_PixelStorei() function 243 _mesa_PixelStorei(pname, lroundf(param)); in _mesa_PixelStoref()
|
Completed in 4 milliseconds