Searched refs:_mesa_ReadPixels (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | readpix.h | 66 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height,
|
D | debug.c | 467 _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()
|
D | readpix.c | 1153 _mesa_ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, in _mesa_ReadPixels() function
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | api_exec.c | 225 SET_ReadPixels(exec, _mesa_ReadPixels); in _mesa_initialize_exec_table()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 3227 _mesa_ReadPixels(0, 0, width, height, destFormat, destType, dest); in decompress_texture_image()
|