Lines Matching defs:pixels

17                  GLenum format, GLenum type, const GLvoid * pixels,
22 int noimagedata = (pixels == NULL) || crStateIsBufferBound(GL_PIXEL_UNPACK_BUFFER_ARB);
45 WRITE_DATA(32, GLint, (GLint)(uintptr_t) pixels);
50 pixels, format, type, width, unpackstate);
61 const GLvoid * pixels, const CRPixelPackState * unpackstate)
65 const int noimagedata = (pixels == NULL) || crStateIsBufferBound(GL_PIXEL_UNPACK_BUFFER_ARB);
87 distrib_buf_len = crStrlen(pixels) + 1 +
107 WRITE_DATA(36, GLint, (GLint)(uintptr_t) pixels);
113 crMemcpy((void *) (data_ptr + 40), pixels, distrib_buf_len);
121 pixels, /* src image addr */
136 GLenum format, GLenum type, const GLvoid *pixels,
141 int noimagedata = (pixels == NULL) || crStateIsBufferBound(GL_PIXEL_UNPACK_BUFFER_ARB);
162 distrib_buf_len = crStrlen( pixels ) + 1 +
184 WRITE_DATA( 40, GLint, (GLint)(uintptr_t) pixels);
190 crMemcpy( (void*)(data_ptr + 44), pixels, distrib_buf_len ) ;
196 pixels, format, type, unpackstate );
212 const GLvoid *pixels,
217 int noimagedata = (pixels == NULL) || crStateIsBufferBound(GL_PIXEL_UNPACK_BUFFER_ARB);
238 distrib_buf_len = crStrlen( pixels ) + 1 +
260 WRITE_DATA( 40, GLint, (GLint)(uintptr_t) pixels);
266 crMemcpy( (void*)(data_ptr + 44), pixels, distrib_buf_len ) ;
272 pixels, format, type, unpackstate );
558 GLenum format, GLenum type, const GLvoid * pixels,
563 int noimagedata = (pixels == NULL) || crStateIsBufferBound(GL_PIXEL_UNPACK_BUFFER_ARB);
594 WRITE_DATA(44, GLint, (GLint)(uintptr_t) pixels);
599 pixels, format, type, unpackstate); /* src */
611 const GLvoid * pixels,
616 int noimagedata = (pixels == NULL) || crStateIsBufferBound(GL_PIXEL_UNPACK_BUFFER_ARB);
642 WRITE_DATA(36, GLint, (GLint)(uintptr_t) pixels);
647 pixels, format, type, unpackstate); /* src */
657 const GLvoid * pixels,
662 int noimagedata = (pixels == NULL) || crStateIsBufferBound(GL_PIXEL_UNPACK_BUFFER_ARB);
684 WRITE_DATA(28, GLint, (GLint)(uintptr_t) pixels);
689 pixels, format, type, width, unpackstate);