Lines Matching refs:srcFormat
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);
200 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0);
230 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0);
264 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0);
291 assert(srcFormat == GL_YCBCR_MESA);
300 srcWidth, srcHeight, srcDepth, srcFormat, srcType,
330 = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
336 assert(srcFormat == GL_DEPTH_STENCIL_EXT ||
337 srcFormat == GL_DEPTH_COMPONENT ||
338 srcFormat == GL_STENCIL_INDEX);
339 assert(srcFormat != GL_DEPTH_STENCIL_EXT ||
355 srcFormat, srcType,
361 if (srcFormat == GL_DEPTH_COMPONENT) { /* preserve stencil */
364 else if (srcFormat == GL_STENCIL_INDEX) { /* preserve depth */
409 = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
415 assert(srcFormat == GL_DEPTH_STENCIL_EXT ||
416 srcFormat == GL_DEPTH_COMPONENT ||
417 srcFormat == GL_STENCIL_INDEX);
418 assert(srcFormat != GL_DEPTH_STENCIL_EXT ||
436 srcFormat, srcType,
442 if (srcFormat == GL_DEPTH_COMPONENT) { /* preserve stencil */
445 else if (srcFormat == GL_STENCIL_INDEX) { /* preserve depth */
492 assert(srcFormat == GL_STENCIL_INDEX);
496 = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
508 srcFormat, srcType,
540 = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType)
544 assert(srcFormat == GL_DEPTH_STENCIL ||
545 srcFormat == GL_DEPTH_COMPONENT ||
546 srcFormat == GL_STENCIL_INDEX);
547 assert(srcFormat != GL_DEPTH_STENCIL ||
557 srcFormat, srcType,
564 if (srcFormat != GL_STENCIL_INDEX)
570 if (srcFormat != GL_DEPTH_COMPONENT)
610 srcFormat, srcType, srcAddr, srcPacking);
670 srcFormat, srcType, srcAddr, srcPacking);
690 srcFormat, srcType, srcAddr,
698 if (srcFormat == GL_COLOR_INDEX) {
702 srcAddr, srcFormat, srcType,
718 srcFormat = GL_RGBA;
727 srcHeight, srcFormat,
740 _mesa_swap_bytes_2d_image(srcFormat, srcType,
752 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
755 _mesa_format_from_format_and_type(srcFormat, srcType);
792 srcFormat = GL_RGBA;
801 srcFormat, srcType, 0, 0, 0);
859 GLenum srcFormat, GLenum srcType,
872 if (!_mesa_format_matches_format_and_type(dstFormat, srcFormat, srcType,
899 srcFormat, srcType, srcPacking)) {
906 srcWidth, srcHeight, srcDepth, srcFormat, srcType,
924 srcFormat, srcType, srcAddr, srcPacking)) {
932 srcFormat, srcType, srcAddr, srcPacking);
937 srcFormat, srcType, srcAddr, srcPacking);
942 srcFormat, srcType, srcAddr, srcPacking);