HomeSort by relevance Sort by last modified time
    Searched refs:_mesa_PixelStorei (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/main/
pixelstore.h 41 _mesa_PixelStorei( GLenum pname, GLint param );
debug.c 472 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1);
473 _mesa_PixelStorei(GL_PACK_INVERT_MESA, GL_TRUE);
505 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1);
506 _mesa_PixelStorei(GL_PACK_INVERT_MESA, GL_TRUE);
541 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1);
542 _mesa_PixelStorei(GL_PACK_INVERT_MESA, GL_TRUE);
pixelstore.c 40 _mesa_PixelStorei( GLenum pname, GLint param )
252 _mesa_PixelStorei( pname, IROUND(param) );
texcompress_cpal.c 205 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, 1);
228 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, saved_align);
api_exec.c 179 SET_PixelStorei(exec, _mesa_PixelStorei);
    [all...]

Completed in 83 milliseconds