Home
last modified time | relevance | path

Searched refs:_mesa_PixelStorei (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddebug.c461 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1); in _mesa_dump_color_buffer()
462 _mesa_PixelStorei(GL_PACK_INVERT_MESA, GL_TRUE); in _mesa_dump_color_buffer()
494 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1); in _mesa_dump_depth_buffer()
495 _mesa_PixelStorei(GL_PACK_INVERT_MESA, GL_TRUE); in _mesa_dump_depth_buffer()
530 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1); in _mesa_dump_stencil_buffer()
531 _mesa_PixelStorei(GL_PACK_INVERT_MESA, GL_TRUE); in _mesa_dump_stencil_buffer()
Dattrib.c1763 _mesa_PixelStorei(GL_UNPACK_SWAP_BYTES, GL_FALSE); in _mesa_ClientAttribDefaultEXT()
1764 _mesa_PixelStorei(GL_UNPACK_LSB_FIRST, GL_FALSE); in _mesa_ClientAttribDefaultEXT()
1765 _mesa_PixelStorei(GL_UNPACK_IMAGE_HEIGHT, 0); in _mesa_ClientAttribDefaultEXT()
1766 _mesa_PixelStorei(GL_UNPACK_SKIP_IMAGES, 0); in _mesa_ClientAttribDefaultEXT()
1767 _mesa_PixelStorei(GL_UNPACK_ROW_LENGTH, 0); in _mesa_ClientAttribDefaultEXT()
1768 _mesa_PixelStorei(GL_UNPACK_SKIP_ROWS, 0); in _mesa_ClientAttribDefaultEXT()
1769 _mesa_PixelStorei(GL_UNPACK_SKIP_PIXELS, 0); in _mesa_ClientAttribDefaultEXT()
1770 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, 4); in _mesa_ClientAttribDefaultEXT()
1771 _mesa_PixelStorei(GL_PACK_SWAP_BYTES, GL_FALSE); in _mesa_ClientAttribDefaultEXT()
1772 _mesa_PixelStorei(GL_PACK_LSB_FIRST, GL_FALSE); in _mesa_ClientAttribDefaultEXT()
[all …]
Dtexcompress_cpal.c187 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, 1); in _mesa_cpal_compressed_teximage2d()
209 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, saved_align); in _mesa_cpal_compressed_teximage2d()
Dpixelstore.h41 _mesa_PixelStorei( GLenum pname, GLint param );
Dpixelstore.c233 _mesa_PixelStorei(GLenum pname, GLint param) in _mesa_PixelStorei() function
242 _mesa_PixelStorei(pname, lroundf(param)); in _mesa_PixelStoref()