Searched refs:_mesa_ReadPixels (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | readpix.h | 66 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height,
|
| H A D | debug.c | 467 _mesa_ReadPixels(0, 0, w, h, GL_RGBA, GL_UNSIGNED_BYTE, buf); 500 _mesa_ReadPixels(0, 0, w, h, GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, buf); 536 _mesa_ReadPixels(0, 0, w, h, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, buf);
|
| H A D | readpix.c | 1193 _mesa_ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, function in typeref:typename:void GLAPIENTRY
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | readpix.h | 66 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height,
|
| H A D | debug.c | 464 _mesa_ReadPixels(0, 0, w, h, GL_RGBA, GL_UNSIGNED_BYTE, buf); 497 _mesa_ReadPixels(0, 0, w, h, GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, buf); 533 _mesa_ReadPixels(0, 0, w, h, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, buf);
|
| H A D | readpix.c | 1201 _mesa_ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, function in typeref:typename:void GLAPIENTRY
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | api_exec.c | 231 SET_ReadPixels(exec, _mesa_ReadPixels);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | api_exec.c | 228 SET_ReadPixels(exec, _mesa_ReadPixels);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | meta.c | 3240 _mesa_ReadPixels(0, 0, width, height, destFormat, destType, dest);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | meta.c | 3208 _mesa_ReadPixels(0, 0, width, height, destFormat, destType, dest);
|
Completed in 76 milliseconds