Searched refs:_mesa_PixelStorei (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | debug.c | 472 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1); in _mesa_dump_color_buffer() 473 _mesa_PixelStorei(GL_PACK_INVERT_MESA, GL_TRUE); in _mesa_dump_color_buffer() 505 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1); in _mesa_dump_depth_buffer() 506 _mesa_PixelStorei(GL_PACK_INVERT_MESA, GL_TRUE); in _mesa_dump_depth_buffer() 541 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1); in _mesa_dump_stencil_buffer() 542 _mesa_PixelStorei(GL_PACK_INVERT_MESA, GL_TRUE); in _mesa_dump_stencil_buffer()
|
D | pixelstore.h | 41 _mesa_PixelStorei( GLenum pname, GLint param );
|
D | texcompress_cpal.c | 205 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, 1); in _mesa_cpal_compressed_teximage2d() 228 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, saved_align); in _mesa_cpal_compressed_teximage2d()
|
D | pixelstore.c | 40 _mesa_PixelStorei( GLenum pname, GLint param ) in _mesa_PixelStorei() function 252 _mesa_PixelStorei( pname, IROUND(param) ); in _mesa_PixelStoref()
|
D | api_exec.c | 179 SET_PixelStorei(exec, _mesa_PixelStorei); in _mesa_create_exec_table()
|