Home
last modified time | relevance | path

Searched refs:fSampledImages (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp197 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()
DGrVkGpuCommandBuffer.h196 SkTArray<GrVkImage*> fSampledImages; member