/external/mesa3d/src/mesa/main/ |
readpix.h | 37 _mesa_readpixels(struct gl_context *ctx, 44 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height,
|
debug.c | 475 _mesa_ReadPixels(0, 0, w, h, GL_RGBA, GL_UNSIGNED_BYTE, buf); 508 _mesa_ReadPixels(0, 0, w, h, GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, buf); 544 _mesa_ReadPixels(0, 0, w, h, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, buf);
|
api_exec.c | 301 SET_ReadPixels(exec, _mesa_ReadPixels); [all...] |
readpix.c | 641 _mesa_readpixels(struct gl_context *ctx, function 805 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height,
|
/external/mesa3d/src/mesa/drivers/common/ |
meta.c | [all...] |