Searched refs:fSampledImages (Results 1 – 2 of 2) sorted by relevance
197 for (int j = 0; j < cbInfo.fSampledImages.count(); ++j) { in submit()198 cbInfo.fSampledImages[j]->setImageLayout(fGpu, in submit()251 for (int j = 0; j < cbInfo.fSampledImages.count(); ++j) { in submit()252 cbInfo.fSampledImages[j]->setImageLayout(fGpu, in submit()733 cbInfo.fSampledImages.push_back(vkTexture); in onDraw()757 cbInfo.fSampledImages.push_back(static_cast<GrVkTexture*>(dstTexture)); in onDraw()
196 SkTArray<GrVkImage*> fSampledImages; member