Lines Matching refs:yuvaIndices

339                        SkBitmap resultBMs[], SkYUVAIndex yuvaIndices[4], bool opaque) {  in create_YUV()
365 yuvaIndices[0].fIndex = 0; in create_YUV()
366 yuvaIndices[0].fChannel = SkColorChannel::kR; in create_YUV()
367 yuvaIndices[1].fIndex = 0; in create_YUV()
368 yuvaIndices[1].fChannel = SkColorChannel::kG; in create_YUV()
369 yuvaIndices[2].fIndex = 0; in create_YUV()
370 yuvaIndices[2].fChannel = SkColorChannel::kB; in create_YUV()
371 yuvaIndices[3].fIndex = 0; in create_YUV()
372 yuvaIndices[3].fChannel = SkColorChannel::kA; in create_YUV()
398 yuvaIndices[0].fIndex = 0; in create_YUV()
399 yuvaIndices[0].fChannel = SkColorChannel::kA; in create_YUV()
400 yuvaIndices[1].fIndex = 1; in create_YUV()
401 yuvaIndices[1].fChannel = SkColorChannel::kR; in create_YUV()
402 yuvaIndices[2].fIndex = 1; in create_YUV()
403 yuvaIndices[2].fChannel = SkColorChannel::kG; in create_YUV()
429 yuvaIndices[0].fIndex = 0; in create_YUV()
430 yuvaIndices[0].fChannel = SkColorChannel::kA; in create_YUV()
431 yuvaIndices[1].fIndex = 1; in create_YUV()
432 yuvaIndices[1].fChannel = SkColorChannel::kG; in create_YUV()
433 yuvaIndices[2].fIndex = 1; in create_YUV()
434 yuvaIndices[2].fChannel = SkColorChannel::kR; in create_YUV()
442 yuvaIndices[0].fIndex = 0; in create_YUV()
443 yuvaIndices[0].fChannel = SkColorChannel::kA; in create_YUV()
444 yuvaIndices[1].fIndex = 1; in create_YUV()
445 yuvaIndices[1].fChannel = SkColorChannel::kA; in create_YUV()
446 yuvaIndices[2].fIndex = 2; in create_YUV()
447 yuvaIndices[2].fChannel = SkColorChannel::kA; in create_YUV()
454 yuvaIndices[0].fIndex = 0; in create_YUV()
455 yuvaIndices[0].fChannel = SkColorChannel::kA; in create_YUV()
456 yuvaIndices[1].fIndex = 2; in create_YUV()
457 yuvaIndices[1].fChannel = SkColorChannel::kA; in create_YUV()
458 yuvaIndices[2].fIndex = 1; in create_YUV()
459 yuvaIndices[2].fChannel = SkColorChannel::kA; in create_YUV()
465 yuvaIndices[3].fIndex = -1; in create_YUV()
469 yuvaIndices[3].fIndex = nextLayer; in create_YUV()
470 yuvaIndices[3].fChannel = SkColorChannel::kA; in create_YUV()
511 SkYUVAIndex yuvaIndices[SkYUVAIndex::kIndexCount], in YUVGenerator()
515 memcpy(fYUVAIndices, yuvaIndices, sizeof(fYUVAIndices)); in YUVGenerator()
581 SkYUVAIndex yuvaIndices[SkYUVAIndex::kIndexCount], in onQueryYUVA8()
584 memcpy(yuvaIndices, fYUVAIndices, sizeof(fYUVAIndices)); in onQueryYUVA8()
621 SkYUVAIndex yuvaIndices[SkYUVAIndex::kIndexCount], in make_yuv_gen_image()
624 yuvaIndices, bitmaps)); in make_yuv_gen_image()
673 SkYUVAIndex yuvaIndices[4], int texIndex) { in create_yuva_texture()
677 if (yuvaIndices[i].fIndex == texIndex) { in create_yuva_texture()
796 SkYUVAIndex yuvaIndices[4]; in createImages() local
797 create_YUV(planes, (YUVFormat) format, resultBMs, yuvaIndices, opaque); in createImages()
799 if (!SkYUVAIndex::AreValidIndices(yuvaIndices, &numTextures)) { in createImages()
818 yuvaIndices, i); in createImages()
832 yuvaIndices, in createImages()
841 yuvaIndices, in createImages()
851 yuvaIndices, in createImages()
861 yuvaIndices, in createImages()
982 SkYUVAIndex yuvaIndices[4]; in createImages() local
983 create_YUV(planes, kAYUV_YUVFormat, resultBMs, yuvaIndices, opaque); in createImages()
985 if (!SkYUVAIndex::AreValidIndices(yuvaIndices, &numTextures)) { in createImages()
996 yuvaTextures[i] = create_yuva_texture(gpu, resultBMs[i], yuvaIndices, i); in createImages()
1006 yuvaIndices, in createImages()
1013 yuvaIndices, in createImages()