Searched refs:_mesa_ReadPixels (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dreadpix.h44 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height,
H A Ddebug.c475 _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);
H A Dapi_exec.c301 SET_ReadPixels(exec, _mesa_ReadPixels);
H A Dreadpix.c805 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height, function
/external/mesa3d/src/mesa/main/
H A Dreadpix.h44 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height,
H A Ddebug.c475 _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);
H A Dapi_exec.c301 SET_ReadPixels(exec, _mesa_ReadPixels);
H A Dreadpix.c805 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height, function
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dapi_exec_es1.c375 extern void GL_APIENTRY _mesa_ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels);
376 #define _es_ReadPixels _mesa_ReadPixels
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c1701 _mesa_ReadPixels(srcX, srcY, srcW, srcH,
3786 _mesa_ReadPixels(0, 0, width, height, destFormat, destType, dest);
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c1701 _mesa_ReadPixels(srcX, srcY, srcW, srcH,
3786 _mesa_ReadPixels(0, 0, width, height, destFormat, destType, dest);

Completed in 423 milliseconds