Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dreadpix.h44 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height,
Ddebug.c475 _mesa_ReadPixels(0, 0, w, h, GL_RGBA, GL_UNSIGNED_BYTE, buf); in _mesa_dump_color_buffer()
508 _mesa_ReadPixels(0, 0, w, h, GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, buf); in _mesa_dump_depth_buffer()
544 _mesa_ReadPixels(0, 0, w, h, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, buf); in _mesa_dump_stencil_buffer()
Dapi_exec.c301 SET_ReadPixels(exec, _mesa_ReadPixels); in _mesa_create_exec_table()
Dreadpix.c805 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height, in _mesa_ReadPixels() function
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1701 _mesa_ReadPixels(srcX, srcY, srcW, srcH, in _mesa_meta_BlitFramebuffer()
3786 _mesa_ReadPixels(0, 0, width, height, destFormat, destType, dest); in decompress_texture_image()