Lines Matching defs:data

210  * Free a gl_texture_image and associated data.
215 * Free the texture image structure and the associated image data.
738 GLubyte *data = (GLubyte *) malloc(numPixels * components * sizeof(GLubyte));
746 if (data) {
758 GLubyte *imgPtr = data;
775 return data;
949 * After the call, \p texImage will have no data associated with it. Its
1737 * uploading color-index data and remapping it to RGB via the
1770 * \param format pixel data format given by the user.
1771 * \param type pixel data type given by the user.
1805 * \param format pixel data format given by the user.
1806 * \param type pixel data type given by the user.
2010 GLsizei imageSize, const GLvoid *data)
2032 imageSize, data,
2070 * is -(n-1) number of levels in the texture, and the data specifies the
2151 * \param format pixel data format given by the user.
2152 * \param type pixel data type given by the user.
2514 * data is required; if signed integer RGBA data is required and the
2516 * unsigned integer RGBA data is required and the format of the
2518 * RGBA data is required and the format of the current color buffer
2694 check_rtt_cb(void *data, void *userData)
2696 struct gl_framebuffer *fb = (struct gl_framebuffer *) data;
3058 * image data. The internalFormat was error checked earlier.
3572 * the texel data, not the texture format, size, etc.
3730 * level here so that the image data has a consistent format and size.
4066 * For glCopyTexSubImage, return the source renderbuffer to copy texel data
4205 * the texel data, not the texture format, size, etc.
4414 /* Allocate texture memory (no pixel data yet) */
4979 const void *data,
5038 data ? data : zeroData,
5116 GLenum format, GLenum type, const void *data)
5162 format, type, data, clearValue[0])) {
5167 data ? clearValue[0] : NULL);
5174 format, type, data, clearValue[i]))
5182 data ? clearValue[i] : NULL);
5193 GLenum format, GLenum type, const void *data )
5213 type, data, clearValue[i]))
5225 data ? clearValue[i] : NULL);
5387 const GLvoid *data, const char *callerName)
5422 imageSize, data, callerName)) {
5476 const GLvoid *data)
5480 width, 1, 1, border, GL_NONE, GL_NONE, imageSize, data);
5526 const GLvoid *data)
5530 width, height, 1, border, GL_NONE, GL_NONE, imageSize, data);
5576 GLsizei imageSize, const GLvoid *data)
5580 depth, border, GL_NONE, GL_NONE, imageSize, data);
5626 const GLvoid *data)
5630 1, border, GL_NONE, GL_NONE, imageSize, data);
5638 GLsizei imageSize, const GLvoid *data)
5642 height, 1, border, GL_NONE, GL_NONE, imageSize, data);
5650 GLsizei imageSize, const GLvoid *data)
5654 height, depth, border, GL_NONE, GL_NONE, imageSize, data);
5669 GLsizei imageSize, const GLvoid *data)
5679 format, imageSize, data);
5684 * the texel data, not the texture format, size, etc.
5711 const GLvoid *data, enum tex_mode mode,
5771 imageSize, data, caller)) {
5779 const char *pixels = data;
5816 depth, format, imageSize, data);
5825 const GLvoid *data)
5829 1, 1, format, imageSize, data,
5838 GLsizei imageSize, const GLvoid *data)
5842 1, 1, format, imageSize, data,
5852 const GLvoid *data)
5856 width, 1, 1, format, imageSize, data,
5865 GLsizei imageSize, const GLvoid *data)
5869 width, 1, 1, format, imageSize, data,
5879 GLsizei imageSize, const GLvoid *data)
5883 data,
5893 GLsizei imageSize, const GLvoid *data)
5897 data,
5908 const GLvoid *data)
5912 width, height, 1, format, imageSize, data,
5922 const GLvoid *data)
5926 width, height, 1, format, imageSize, data,
5937 GLsizei imageSize, const GLvoid *data)
5941 imageSize, data,
5951 GLsizei imageSize, const GLvoid *data)
5955 imageSize, data,
5966 const GLvoid *data)
5969 width, height, 1, format, imageSize, data,
5980 const GLvoid *data)
5983 width, height, 1, format, imageSize, data,
5994 const GLvoid *data)
5998 imageSize, data,
6007 GLsizei imageSize, const GLvoid *data)
6011 imageSize, data,
6022 const GLvoid *data)
6026 imageSize, data,
6036 const GLvoid *data)
6040 imageSize, data,
6052 GLsizei imageSize, const GLvoid *data)
6056 imageSize, data,
6067 GLsizei imageSize, const GLvoid *data)
6071 format, imageSize, data,