Home
last modified time | relevance | path

Searched refs:_mesa_PixelTransferf (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dpixel.h62 _mesa_PixelTransferf(GLenum pname, GLfloat param);
Dpixel.c492 _mesa_PixelTransferf( GLenum pname, GLfloat param ) in _mesa_PixelTransferf() function
591 _mesa_PixelTransferf( pname, (GLfloat) param ); in _mesa_PixelTransferi()
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.c3204 _mesa_PixelTransferf(GL_GREEN_SCALE, 0.0f); in decompress_texture_image()
3205 _mesa_PixelTransferf(GL_BLUE_SCALE, 0.0f); in decompress_texture_image()