Home | History | Annotate | Download | only in vk

Lines Matching refs:backend

78     const auto* backend = reinterpret_cast<const GrVkBackendContext*>(backendContext);
79 return Make(sk_ref_sp(backend), options, context);
327 SK_ABORT("DrawIndirect Buffers not supported in vulkan backend.");
923 // Currently the Vulkan backend does not support wrapping of msaa render targets directly. In
1515 const GrVkImageInfo* backend = tex.getVkImageInfo();
1517 if (backend && backend->fImage && backend->fAlloc.fMemory) {
1521 backend->fImage,