Lines Matching refs:pixels
31 …olorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels);
32 …olorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels);
42 …x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels, uint32_t pixels_s…
54 …uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, void* pixels, uint32_t pixels_s…
72 …x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels, uint32_t pixels_s…
224 …colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels) in rcReadColorBuffer() argument
227 ctx->rcReadColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels); in rcReadColorBuffer()
230 …colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels) in rcUpdateColorBuffer() argument
233 return ctx->rcUpdateColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels); in rcUpdateColorBuffer()
290 …x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels, uint32_t pixels_s… in rcUpdateColorBufferDMA() argument
293 …return ctx->rcUpdateColorBufferDMA(ctx, colorbuffer, x, y, width, height, format, type, pixels, pi… in rcUpdateColorBufferDMA()
362 …uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, void* pixels, uint32_t pixels_s… in rcReadColorBufferYUV() argument
365 ctx->rcReadColorBufferYUV(ctx, colorbuffer, x, y, width, height, pixels, pixels_size); in rcReadColorBufferYUV()
470 …x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels, uint32_t pixels_s… in rcReadColorBufferDMA() argument
473 …return ctx->rcReadColorBufferDMA(ctx, colorbuffer, x, y, width, height, format, type, pixels, pixe… in rcReadColorBufferDMA()