Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dreadpix.h62 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height,
Ddebug.c461 _mesa_ReadPixels(0, 0, w, h, GL_RGBA, GL_UNSIGNED_BYTE, buf); in _mesa_dump_color_buffer()
494 _mesa_ReadPixels(0, 0, w, h, GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, buf); in _mesa_dump_depth_buffer()
530 _mesa_ReadPixels(0, 0, w, h, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, buf); in _mesa_dump_stencil_buffer()
Dreadpix.c1121 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height, in _mesa_ReadPixels() function
/external/mesa3d/prebuilt-intermediates/main/
Dapi_exec.c529 SET_ReadPixels(exec, _mesa_ReadPixels); in _mesa_initialize_exec_table()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c3213 _mesa_ReadPixels(0, 0, width, height, destFormat, destType, dest); in decompress_texture_image()