Home | History | Annotate | Download | only in renderControl_enc

Lines Matching refs:colorbuffer

286 void rcOpenColorBuffer_enc(void *self , uint32_t colorbuffer)
298 memcpy(ptr, &colorbuffer, 4); ptr += 4;
301 void rcCloseColorBuffer_enc(void *self , uint32_t colorbuffer)
313 memcpy(ptr, &colorbuffer, 4); ptr += 4;
318 void rcSetWindowColorBuffer_enc(void *self , uint32_t windowSurface, uint32_t colorBuffer)
331 memcpy(ptr, &colorBuffer, 4); ptr += 4;
374 void rcFBPost_enc(void *self , uint32_t colorBuffer)
386 memcpy(ptr, &colorBuffer, 4); ptr += 4;
404 void rcBindTexture_enc(void *self , uint32_t colorBuffer)
416 memcpy(ptr, &colorBuffer, 4); ptr += 4;
419 void rcBindRenderbuffer_enc(void *self , uint32_t colorBuffer)
431 memcpy(ptr, &colorBuffer, 4); ptr += 4;
434 EGLint rcColorBufferCacheFlush_enc(void *self , uint32_t colorbuffer, EGLint postCount, int forRead)
446 memcpy(ptr, &colorbuffer, 4); ptr += 4;
455 void rcReadColorBuffer_enc(void *self , uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels)
468 memcpy(ptr, &colorbuffer, 4); ptr += 4;
479 int rcUpdateColorBuffer_enc(void *self , uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels)
492 memcpy(ptr, &colorbuffer, 4); ptr += 4;