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);
289 assert(srcFormat == GL_YCBCR_MESA);
298 srcWidth, srcHeight, srcDepth, srcFormat, srcType,
328 = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
334 assert(srcFormat == GL_DEPTH_STENCIL_EXT ||
335 srcFormat == GL_DEPTH_COMPONENT ||
336 srcFormat == GL_STENCIL_INDEX);
337 assert(srcFormat != GL_DEPTH_STENCIL_EXT ||
353 srcFormat, srcType,
359 if (srcFormat == GL_DEPTH_COMPONENT) { /* preserve stencil */
362 else if (srcFormat == GL_STENCIL_INDEX) { /* preserve depth */
407 = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
413 assert(srcFormat == GL_DEPTH_STENCIL_EXT ||
414 srcFormat == GL_DEPTH_COMPONENT ||
415 srcFormat == GL_STENCIL_INDEX);
416 assert(srcFormat != GL_DEPTH_STENCIL_EXT ||
434 srcFormat, srcType,
440 if (srcFormat == GL_DEPTH_COMPONENT) { /* preserve stencil */
443 else if (srcFormat == GL_STENCIL_INDEX) { /* preserve depth */
490 assert(srcFormat == GL_STENCIL_INDEX);
494 = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
506 srcFormat, srcType,
538 = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType)
542 assert(srcFormat == GL_DEPTH_STENCIL ||
543 srcFormat == GL_DEPTH_COMPONENT ||
544 srcFormat == GL_STENCIL_INDEX);
545 assert(srcFormat != GL_DEPTH_STENCIL ||
555 srcFormat, srcType,
562 if (srcFormat != GL_STENCIL_INDEX)
568 if (srcFormat != GL_DEPTH_COMPONENT)
608 srcFormat, srcType, srcAddr, srcPacking);
668 srcFormat, srcType, srcAddr, srcPacking);
688 srcFormat, srcType, srcAddr,
696 if (srcFormat == GL_COLOR_INDEX) {
700 srcAddr, srcFormat, srcType,
716 srcFormat = GL_RGBA;
725 srcHeight, srcFormat,
738 _mesa_swap_bytes_2d_image(srcFormat, srcType,
750 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
753 _mesa_format_from_format_and_type(srcFormat, srcType);
790 srcFormat = GL_RGBA;
799 srcFormat, srcType, 0, 0, 0);
857 GLenum srcFormat, GLenum srcType,
870 if (!_mesa_format_matches_format_and_type(dstFormat, srcFormat, srcType,
897 srcFormat, srcType, srcPacking)) {
904 srcWidth, srcHeight, srcDepth, srcFormat, srcType,
922 srcFormat, srcType, srcAddr, srcPacking)) {
930 srcFormat, srcType, srcAddr, srcPacking);
935 srcFormat, srcType, srcAddr, srcPacking);
940 srcFormat, srcType, srcAddr, srcPacking);