Searched refs:srcType (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_fxt1.c58 srcType != GL_UNSIGNED_BYTE ||
73 srcFormat, srcType, srcAddr,
81 srcFormat, srcType, 0, 0);
84 srcType) / sizeof(uint8_t);
H A Dtexstore.c105 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 Dtexcompress_bptc.c133 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 Dtexcompress_s3tc.c59 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 Dpack.h54 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 Dtexstore.h57 * \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 Dpack.c258 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 Dblit.c103 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 Dtexcompress_rgtc.c103 srcFormat, srcType, srcAddr,
156 srcFormat, srcType, srcAddr,
215 srcFormat, srcType, srcAddr,
280 srcFormat, srcType, srcAddr,
H A Dimage.h100 _mesa_convert_colors(GLenum srcType, const GLvoid *src,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexstore.c105 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 Dtexcompress_bptc.c133 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 Dtexcompress_s3tc.c59 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 Dpack.h54 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 Dpack.c257 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 Dtexstore.h57 * \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 Dblit.c103 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 Dtexcompress_rgtc.c102 srcFormat, srcType, srcAddr,
155 srcFormat, srcType, srcAddr,
216 srcFormat, srcType, srcAddr,
281 srcFormat, srcType, srcAddr,
H A Dimage.h100 _mesa_convert_colors(GLenum srcType, const GLvoid *src,
H A Dtexcompress_fxt1.c68 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 Dimage.c474 _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 Dradeon_texture.c218 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 Dradeon_texture.c217 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 Dst_cb_readpixels.c80 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 Dst_cb_readpixels.c80 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 &&

Completed in 28 milliseconds

12