Searched refs:_mesa_ReadPixels (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
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 | 1207 _mesa_ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, in _mesa_ReadPixels() function
|