Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkResourceProvider.cpp178 uint32_t cachedColorIndex; in findCompatibleExternalRenderPass() local
179 SkASSERT(fExternalRenderPasses[i]->colorAttachmentIndex(&cachedColorIndex)); in findCompatibleExternalRenderPass()
180 SkASSERT(cachedColorIndex == colorAttachmentIndex); in findCompatibleExternalRenderPass()
/external/skia/src/gpu/vk/
DGrVkResourceProvider.cpp163 uint32_t cachedColorIndex; in findCompatibleExternalRenderPass() local
164 SkASSERT(fExternalRenderPasses[i]->colorAttachmentIndex(&cachedColorIndex)); in findCompatibleExternalRenderPass()
165 SkASSERT(cachedColorIndex == colorAttachmentIndex); in findCompatibleExternalRenderPass()