Searched refs:supportsProtectedMemory (Results 1 – 14 of 14) sorted by relevance
92 if (isProtected != GrProtected(vkCaps->supportsProtectedMemory())) { in createCharacterization()
121 if (isProtected != GrProtected(vkCaps->supportsProtectedMemory())) { in createCharacterization()
78 fIsProtected = GrProtected(vkCaps->supportsProtectedMemory()); in SurfaceParameters()361 if (!vkCaps->supportsProtectedMemory()) { in DDLSurfaceCharacterizationTestImpl()636 if (!vkCaps->supportsProtectedMemory()) { in DDLMakeRenderTargetTestImpl()
142 bool supportsProtectedMemory() const { return fSupportsProtectedMemory; } in supportsProtectedMemory() function
160 if ((imageDesc.fIsProtected == GrProtected::kYes) && !gpu->vkCaps().supportsProtectedMemory()) { in InitImageInfo()
147 !vkGpu->vkCaps().supportsProtectedMemory()) { in Make()
569 Feature supportsProtectedMemory = {"supports_protected_memory", FeatureCategory::VulkanFeatures, member
163 bool supportsProtectedMemory() const { return fSupportsProtectedMemory; } in supportsProtectedMemory() function
464 if ((imageDesc.fIsProtected == GrProtected::kYes) && !gpu->vkCaps().supportsProtectedMemory()) { in InitImageInfo()
198 !vkGpu->vkCaps().supportsProtectedMemory()) { in Make()
265 (getRenderer()->getFeatures().supportsProtectedMemory.enabled && in generateExtensions()
1108 mNativeExtensions.protectedTexturesEXT = mFeatures.supportsProtectedMemory.enabled; in ensureCapsInitialized()
2128 if (getFeatures().supportsProtectedMemory.enabled) in initializeDevice()2542 ANGLE_FEATURE_CONDITION(&mFeatures, supportsProtectedMemory, in initFeatures()
82 fCanBeProtected = vkCaps->supportsProtectedMemory(); in SurfaceParameters()