Lines Matching refs:yuvaIndices

334                        SkBitmap resultBMs[], SkYUVAIndex yuvaIndices[4], bool opaque) {  in create_YUV()
360 yuvaIndices[0].fIndex = 0; in create_YUV()
361 yuvaIndices[0].fChannel = SkColorChannel::kR; in create_YUV()
362 yuvaIndices[1].fIndex = 0; in create_YUV()
363 yuvaIndices[1].fChannel = SkColorChannel::kG; in create_YUV()
364 yuvaIndices[2].fIndex = 0; in create_YUV()
365 yuvaIndices[2].fChannel = SkColorChannel::kB; in create_YUV()
366 yuvaIndices[3].fIndex = 0; in create_YUV()
367 yuvaIndices[3].fChannel = SkColorChannel::kA; in create_YUV()
393 yuvaIndices[0].fIndex = 0; in create_YUV()
394 yuvaIndices[0].fChannel = SkColorChannel::kA; in create_YUV()
395 yuvaIndices[1].fIndex = 1; in create_YUV()
396 yuvaIndices[1].fChannel = SkColorChannel::kR; in create_YUV()
397 yuvaIndices[2].fIndex = 1; in create_YUV()
398 yuvaIndices[2].fChannel = SkColorChannel::kG; in create_YUV()
424 yuvaIndices[0].fIndex = 0; in create_YUV()
425 yuvaIndices[0].fChannel = SkColorChannel::kA; in create_YUV()
426 yuvaIndices[1].fIndex = 1; in create_YUV()
427 yuvaIndices[1].fChannel = SkColorChannel::kG; in create_YUV()
428 yuvaIndices[2].fIndex = 1; in create_YUV()
429 yuvaIndices[2].fChannel = SkColorChannel::kR; in create_YUV()
437 yuvaIndices[0].fIndex = 0; in create_YUV()
438 yuvaIndices[0].fChannel = SkColorChannel::kA; in create_YUV()
439 yuvaIndices[1].fIndex = 1; in create_YUV()
440 yuvaIndices[1].fChannel = SkColorChannel::kA; in create_YUV()
441 yuvaIndices[2].fIndex = 2; in create_YUV()
442 yuvaIndices[2].fChannel = SkColorChannel::kA; in create_YUV()
449 yuvaIndices[0].fIndex = 0; in create_YUV()
450 yuvaIndices[0].fChannel = SkColorChannel::kA; in create_YUV()
451 yuvaIndices[1].fIndex = 2; in create_YUV()
452 yuvaIndices[1].fChannel = SkColorChannel::kA; in create_YUV()
453 yuvaIndices[2].fIndex = 1; in create_YUV()
454 yuvaIndices[2].fChannel = SkColorChannel::kA; in create_YUV()
460 yuvaIndices[3].fIndex = -1; in create_YUV()
464 yuvaIndices[3].fIndex = nextLayer; in create_YUV()
465 yuvaIndices[3].fChannel = SkColorChannel::kA; in create_YUV()
506 SkYUVAIndex yuvaIndices[SkYUVAIndex::kIndexCount], in YUVGenerator()
510 memcpy(fYUVAIndices, yuvaIndices, sizeof(fYUVAIndices)); in YUVGenerator()
573 SkYUVAIndex yuvaIndices[SkYUVAIndex::kIndexCount], in onQueryYUVA8()
576 memcpy(yuvaIndices, fYUVAIndices, sizeof(fYUVAIndices)); in onQueryYUVA8()
613 SkYUVAIndex yuvaIndices[SkYUVAIndex::kIndexCount], in make_yuv_gen_image()
616 yuvaIndices, bitmaps)); in make_yuv_gen_image()
665 SkYUVAIndex yuvaIndices[4], int texIndex) { in create_yuva_texture()
669 if (yuvaIndices[i].fIndex == texIndex) { in create_yuva_texture()
777 SkYUVAIndex yuvaIndices[4]; in createImages() local
778 create_YUV(planes, (YUVFormat) format, resultBMs, yuvaIndices, opaque); in createImages()
780 if (!SkYUVAIndex::AreValidIndices(yuvaIndices, &numTextures)) { in createImages()
799 yuvaIndices, i); in createImages()
813 yuvaIndices, in createImages()
822 yuvaIndices, in createImages()
832 yuvaIndices, in createImages()
842 yuvaIndices, in createImages()