| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texcompress_fxt1.c | 58 srcType != GL_UNSIGNED_BYTE || 73 srcFormat, srcType, srcAddr, 81 srcFormat, srcType, 0, 0); 84 srcType) / sizeof(uint8_t);
|
| H A D | texstore.c | 105 GLenum srcFormat, GLenum srcType, 110 srcFormat, srcType); 112 srcWidth, srcHeight, srcFormat, srcType); 114 srcPacking, srcAddr, srcWidth, srcHeight, srcFormat, srcType, 0, 0, 0); 170 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); 173 depthScale, srcType, src, srcPacking); 200 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); 203 depthScale, srcType, src, srcPacking); 230 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); 235 depthScale, srcType, sr 99 _mesa_memcpy_texture(struct gl_context * ctx,GLuint dimensions,mesa_format dstFormat,GLint dstRowStride,GLubyte ** dstSlices,GLint srcWidth,GLint srcHeight,GLint srcDepth,GLenum srcFormat,GLenum srcType,const GLvoid * srcAddr,const struct gl_pixelstore_attrib * srcPacking) argument 855 _mesa_texstore_can_use_memcpy(struct gl_context * ctx,GLenum baseInternalFormat,mesa_format dstFormat,GLenum srcFormat,GLenum srcType,const struct gl_pixelstore_attrib * srcPacking) argument [all...] |
| H A D | texcompress_bptc.c | 133 srcType != GL_UNSIGNED_BYTE || 152 srcFormat, srcType, srcAddr, 159 srcFormat, srcType, 0, 0); 161 srcFormat, srcType); 182 srcType != GL_FLOAT || 197 srcFormat, srcType, srcAddr, 204 srcFormat, srcType, 0, 0); 206 srcFormat, srcType); 227 srcFormat, srcType, 240 srcFormat, srcType, [all...] |
| H A D | texcompress_s3tc.c | 59 srcType != GL_UNSIGNED_BYTE || 75 srcFormat, srcType, srcAddr, 82 srcFormat, srcType, 0, 0); 111 srcType != GL_UNSIGNED_BYTE || 131 srcFormat, srcType, srcAddr, 138 srcFormat, srcType, 0, 0); 167 srcType != GL_UNSIGNED_BYTE || 187 srcFormat, srcType, srcAddr, 193 srcFormat, srcType, 0, 0); 222 srcType ! [all...] |
| H A D | pack.h | 54 GLenum srcType, const GLvoid *source, 67 GLenum srcType, const GLvoid *source, 102 const void *src, GLenum srcFormat, GLenum srcType, 109 const void *src, GLenum srcFormat, GLenum srcType,
|
| H A D | texstore.h | 57 * \param srcType incoming image data type 68 GLenum srcFormat, GLenum srcType, \ 83 UNUSED GLenum srcFormat, UNUSED GLenum srcType, \ 102 GLenum srcFormat, GLenum srcType, 109 GLenum srcFormat, GLenum srcType,
|
| H A D | pack.c | 258 GLenum srcFormat, GLenum srcType, const GLvoid *src, 263 assert(srcType == GL_BITMAP || 264 srcType == GL_UNSIGNED_BYTE || 265 srcType == GL_BYTE || 266 srcType == GL_UNSIGNED_SHORT || 267 srcType == GL_SHORT || 268 srcType == GL_UNSIGNED_INT || 269 srcType == GL_INT || 270 srcType == GL_UNSIGNED_INT_24_8_EXT || 271 srcType 257 extract_uint_indexes(GLuint n,GLuint indexes[],GLenum srcFormat,GLenum srcType,const GLvoid * src,const struct gl_pixelstore_attrib * unpack) argument 485 _mesa_unpack_stencil_span(struct gl_context * ctx,GLuint n,GLenum dstType,GLvoid * dest,GLenum srcType,const GLvoid * source,const struct gl_pixelstore_attrib * srcPacking,GLbitfield transferOps) argument 770 _mesa_unpack_depth_span(struct gl_context * ctx,GLuint n,GLenum dstType,GLvoid * dest,GLuint depthMax,GLenum srcType,const GLvoid * source,const struct gl_pixelstore_attrib * srcPacking) argument 1551 _mesa_unpack_color_index_to_rgba_float(struct gl_context * ctx,GLuint dims,const void * src,GLenum srcFormat,GLenum srcType,int srcWidth,int srcHeight,int srcDepth,const struct gl_pixelstore_attrib * srcPacking,GLbitfield transferOps) argument 1606 _mesa_unpack_color_index_to_rgba_ubyte(struct gl_context * ctx,GLuint dims,const void * src,GLenum srcFormat,GLenum srcType,int srcWidth,int srcHeight,int srcDepth,const struct gl_pixelstore_attrib * srcPacking,GLbitfield transferOps) argument [all...] |
| H A D | blit.c | 103 GLenum srcType = _mesa_get_format_datatype(srcFormat); local in function:compatible_color_datatypes 106 if (srcType != GL_INT && srcType != GL_UNSIGNED_INT) { 107 assert(srcType == GL_UNSIGNED_NORMALIZED || 108 srcType == GL_SIGNED_NORMALIZED || 109 srcType == GL_FLOAT); 111 srcType = GL_FLOAT; 122 return srcType == dstType;
|
| H A D | texcompress_rgtc.c | 103 srcFormat, srcType, srcAddr, 156 srcFormat, srcType, srcAddr, 215 srcFormat, srcType, srcAddr, 280 srcFormat, srcType, srcAddr,
|
| H A D | image.h | 100 _mesa_convert_colors(GLenum srcType, const GLvoid *src,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texstore.c | 105 GLenum srcFormat, GLenum srcType, 110 srcFormat, srcType); 112 srcWidth, srcHeight, srcFormat, srcType); 114 srcPacking, srcAddr, srcWidth, srcHeight, srcFormat, srcType, 0, 0, 0); 170 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); 173 depthScale, srcType, src, srcPacking); 200 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); 203 depthScale, srcType, src, srcPacking); 230 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); 235 depthScale, srcType, sr 99 _mesa_memcpy_texture(struct gl_context * ctx,GLuint dimensions,mesa_format dstFormat,GLint dstRowStride,GLubyte ** dstSlices,GLint srcWidth,GLint srcHeight,GLint srcDepth,GLenum srcFormat,GLenum srcType,const GLvoid * srcAddr,const struct gl_pixelstore_attrib * srcPacking) argument 857 _mesa_texstore_can_use_memcpy(struct gl_context * ctx,GLenum baseInternalFormat,mesa_format dstFormat,GLenum srcFormat,GLenum srcType,const struct gl_pixelstore_attrib * srcPacking) argument [all...] |
| H A D | texcompress_bptc.c | 133 srcType != GL_UNSIGNED_BYTE || 149 srcFormat, srcType, srcAddr, 156 srcFormat, srcType, 0, 0); 158 srcFormat, srcType); 179 srcType != GL_FLOAT || 194 srcFormat, srcType, srcAddr, 201 srcFormat, srcType, 0, 0); 203 srcFormat, srcType); 224 srcFormat, srcType, 237 srcFormat, srcType, [all...] |
| H A D | texcompress_s3tc.c | 59 srcType != GL_UNSIGNED_BYTE || 75 srcFormat, srcType, srcAddr, 82 srcFormat, srcType, 0, 0); 111 srcType != GL_UNSIGNED_BYTE || 128 srcFormat, srcType, srcAddr, 135 srcFormat, srcType, 0, 0); 164 srcType != GL_UNSIGNED_BYTE || 181 srcFormat, srcType, srcAddr, 187 srcFormat, srcType, 0, 0); 216 srcType ! [all...] |
| H A D | pack.h | 54 GLenum srcType, const GLvoid *source, 67 GLenum srcType, const GLvoid *source, 102 const void *src, GLenum srcFormat, GLenum srcType, 109 const void *src, GLenum srcFormat, GLenum srcType,
|
| H A D | pack.c | 257 GLenum srcFormat, GLenum srcType, const GLvoid *src, 262 assert(srcType == GL_BITMAP || 263 srcType == GL_UNSIGNED_BYTE || 264 srcType == GL_BYTE || 265 srcType == GL_UNSIGNED_SHORT || 266 srcType == GL_SHORT || 267 srcType == GL_UNSIGNED_INT || 268 srcType == GL_INT || 269 srcType == GL_UNSIGNED_INT_24_8_EXT || 270 srcType 256 extract_uint_indexes(GLuint n,GLuint indexes[],GLenum srcFormat,GLenum srcType,const GLvoid * src,const struct gl_pixelstore_attrib * unpack) argument 484 _mesa_unpack_stencil_span(struct gl_context * ctx,GLuint n,GLenum dstType,GLvoid * dest,GLenum srcType,const GLvoid * source,const struct gl_pixelstore_attrib * srcPacking,GLbitfield transferOps) argument 769 _mesa_unpack_depth_span(struct gl_context * ctx,GLuint n,GLenum dstType,GLvoid * dest,GLuint depthMax,GLenum srcType,const GLvoid * source,const struct gl_pixelstore_attrib * srcPacking) argument 1550 _mesa_unpack_color_index_to_rgba_float(struct gl_context * ctx,GLuint dims,const void * src,GLenum srcFormat,GLenum srcType,int srcWidth,int srcHeight,int srcDepth,const struct gl_pixelstore_attrib * srcPacking,GLbitfield transferOps) argument 1605 _mesa_unpack_color_index_to_rgba_ubyte(struct gl_context * ctx,GLuint dims,const void * src,GLenum srcFormat,GLenum srcType,int srcWidth,int srcHeight,int srcDepth,const struct gl_pixelstore_attrib * srcPacking,GLbitfield transferOps) argument [all...] |
| H A D | texstore.h | 57 * \param srcType incoming image data type 68 GLenum srcFormat, GLenum srcType, \ 83 UNUSED GLenum srcFormat, UNUSED GLenum srcType, \ 102 GLenum srcFormat, GLenum srcType, 109 GLenum srcFormat, GLenum srcType,
|
| H A D | blit.c | 103 GLenum srcType = _mesa_get_format_datatype(srcFormat); local in function:compatible_color_datatypes 106 if (srcType != GL_INT && srcType != GL_UNSIGNED_INT) { 107 assert(srcType == GL_UNSIGNED_NORMALIZED || 108 srcType == GL_SIGNED_NORMALIZED || 109 srcType == GL_FLOAT); 111 srcType = GL_FLOAT; 122 return srcType == dstType;
|
| H A D | texcompress_rgtc.c | 102 srcFormat, srcType, srcAddr, 155 srcFormat, srcType, srcAddr, 216 srcFormat, srcType, srcAddr, 281 srcFormat, srcType, srcAddr,
|
| H A D | image.h | 100 _mesa_convert_colors(GLenum srcType, const GLvoid *src,
|
| H A D | texcompress_fxt1.c | 68 srcType != GL_UNSIGNED_BYTE || 84 srcFormat, srcType, srcAddr, 92 srcFormat, srcType, 0, 0); 95 srcType) / sizeof(GLubyte); 123 srcType != GL_UNSIGNED_BYTE || 139 srcFormat, srcType, srcAddr, 147 srcFormat, srcType, 0, 0); 150 srcType) / sizeof(GLubyte);
|
| H A D | image.c | 474 _mesa_convert_colors(GLenum srcType, const GLvoid *src, argument 485 assert(srcType != dstType); 487 switch (srcType) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_texture.c | 218 GLenum srcType, GLboolean fbo) 233 * srcFormat/srcType, which can't really be expected anyway). 242 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) || 243 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && !littleEndian) || 244 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || 245 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && littleEndian)) { 247 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || 248 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && littleEndian) || 249 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) || 250 (srcFormat == GL_ABGR_EXT && srcType 216 radeonChoose8888TexFormat(radeonContextPtr rmesa,GLenum srcFormat,GLenum srcType,GLboolean fbo) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_texture.c | 217 GLenum srcType, GLboolean fbo) 232 * srcFormat/srcType, which can't really be expected anyway). 241 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) || 242 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && !littleEndian) || 243 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || 244 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && littleEndian)) { 246 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || 247 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && littleEndian) || 248 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) || 249 (srcFormat == GL_ABGR_EXT && srcType 215 radeonChoose8888TexFormat(radeonContextPtr rmesa,GLenum srcFormat,GLenum srcType,GLboolean fbo) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_readpixels.c | 80 GLenum srcType = _mesa_get_format_datatype(rb->Format); local in function:needs_integer_signed_unsigned_conversion 82 if ((srcType == GL_INT && 86 (srcType == GL_UNSIGNED_INT &&
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_readpixels.c | 80 GLenum srcType = _mesa_get_format_datatype(rb->Format); local in function:needs_integer_signed_unsigned_conversion 82 if ((srcType == GL_INT && 86 (srcType == GL_UNSIGNED_INT &&
|