Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dreadpix.h66 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height,
Ddebug.c464 _mesa_ReadPixels(0, 0, w, h, GL_RGBA, GL_UNSIGNED_BYTE, buf); in _mesa_dump_color_buffer()
497 _mesa_ReadPixels(0, 0, w, h, GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, buf); in _mesa_dump_depth_buffer()
533 _mesa_ReadPixels(0, 0, w, h, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, buf); in _mesa_dump_stencil_buffer()
Dreadpix.c1191 _mesa_ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, in _mesa_ReadPixels() function
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c3206 _mesa_ReadPixels(0, 0, width, height, destFormat, destType, dest); in decompress_texture_image()