Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkResourceProvider.cpp164 uint32_t cachedColorIndex; in findCompatibleExternalRenderPass() local
165 SkASSERT(fExternalRenderPasses[i]->colorAttachmentIndex(&cachedColorIndex)); in findCompatibleExternalRenderPass()
166 SkASSERT(cachedColorIndex == colorAttachmentIndex); in findCompatibleExternalRenderPass()
/third_party/flutter/skia/src/gpu/vk/
DGrVkResourceProvider.cpp151 uint32_t cachedColorIndex; in findCompatibleExternalRenderPass() local
152 SkASSERT(fExternalRenderPasses[i]->colorAttachmentIndex(&cachedColorIndex)); in findCompatibleExternalRenderPass()
153 SkASSERT(cachedColorIndex == colorAttachmentIndex); in findCompatibleExternalRenderPass()