Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpixel.h62 _mesa_PixelTransferf(GLenum pname, GLfloat param);
Dpixel.c493 _mesa_PixelTransferf( GLenum pname, GLfloat param ) in _mesa_PixelTransferf() function
592 _mesa_PixelTransferf( pname, (GLfloat) param ); in _mesa_PixelTransferi()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c3223 _mesa_PixelTransferf(GL_GREEN_SCALE, 0.0f); in decompress_texture_image()
3224 _mesa_PixelTransferf(GL_BLUE_SCALE, 0.0f); in decompress_texture_image()
/external/mesa3d/prebuilt-intermediates/main/
Dapi_exec.c1323 SET_PixelTransferf(exec, _mesa_PixelTransferf); in _mesa_initialize_exec_table()