Home | History | Annotate | Download | only in vk

Lines Matching refs:fVkCaps

162         fVkCaps.reset(new GrVkCaps(options, this->vkInterface(), backendContext.fPhysicalDevice,
170 fVkCaps.reset(new GrVkCaps(options, this->vkInterface(), backendContext.fPhysicalDevice,
186 fVkCaps.reset(new GrVkCaps(options, this->vkInterface(), backendContext.fPhysicalDevice,
190 fCaps.reset(SkRef(fVkCaps.get()));
1340 if (texturable && !fVkCaps->isConfigTexturable(config)) {
1344 if (renderable && !fVkCaps->isConfigRenderable(config)) {