Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dreadpix.h66 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height,
Ddebug.c467 _mesa_ReadPixels(0, 0, w, h, GL_RGBA, GL_UNSIGNED_BYTE, buf); in _mesa_dump_color_buffer()
500 _mesa_ReadPixels(0, 0, w, h, GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, buf); in _mesa_dump_depth_buffer()
536 _mesa_ReadPixels(0, 0, w, h, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, buf); in _mesa_dump_stencil_buffer()
Dreadpix.c1153 _mesa_ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, in _mesa_ReadPixels() function
/external/mesa3d/prebuilt-intermediates/main/
Dapi_exec.c225 SET_ReadPixels(exec, _mesa_ReadPixels); in _mesa_initialize_exec_table()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c3227 _mesa_ReadPixels(0, 0, width, height, destFormat, destType, dest); in decompress_texture_image()