Searched refs:fIsProtected (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/core/ |
D | SkSurfaceCharacterization.cpp | 60 fIsProtected == other.fIsProtected && in operator ==() 80 fIsProtected, fSurfaceProps); in createResized() 93 fVulkanSecondaryCBCompatible, fIsProtected, fSurfaceProps); in createColorSpace() 108 fVulkanSecondaryCBCompatible, fIsProtected, fSurfaceProps); in createBackendFormat() 128 fVulkanSecondaryCBCompatible, fIsProtected, fSurfaceProps); in createFBO0()
|
/external/skia/include/core/ |
D | SkSurfaceCharacterization.h | 52 , fIsProtected(GrProtected::kNo) in SkSurfaceCharacterization() 112 GrProtected isProtected() const { return fIsProtected; } in isProtected() 153 , fIsProtected(isProtected) in SkSurfaceCharacterization() 183 fIsProtected = isProtected; in set() 201 GrProtected fIsProtected; variable
|
/external/skia/src/gpu/ |
D | GrSurface.h | 85 bool isProtected() const { return fIsProtected == GrProtected::kYes; } in isProtected() 126 , fIsProtected(isProtected) {} in GrSurface() 151 GrProtected fIsProtected; variable
|
D | GrSurfaceProxy.cpp | 59 , fIsProtected(isProtected) { in GrSurfaceProxy() 80 , fIsProtected(isProtected) { in GrSurfaceProxy() 100 , fIsProtected(fTarget->isProtected() ? GrProtected::kYes : GrProtected::kNo) { in GrSurfaceProxy() 118 fIsProtected); in createSurfaceImpl() 121 mipMapped, fBudgeted, fIsProtected); in createSurfaceImpl() 216 renderable, sampleCount, mipMapped, fIsProtected, key); in computeScratchKey()
|
D | GrSurfaceProxy.h | 354 GrProtected isProtected() const { return fIsProtected; } in isProtected() 455 GrProtected fIsProtected; variable
|
/external/skia/tools/gpu/vk/ |
D | VkTestHelper.h | 26 VkTestHelper(bool isProtected) : fIsProtected(isProtected) {} in VkTestHelper() 57 bool fIsProtected = false; variable
|
D | VkTestHelper.cpp | 53 sk_gpu_test::CanPresentFn(), fIsProtected)) { in init()
|
/external/skia/src/gpu/vk/ |
D | GrVkImage.h | 134 GrProtected fIsProtected; member 146 , fIsProtected(GrProtected::kNo) {} in ImageDesc()
|
D | GrVkImage.cpp | 213 if ((imageDesc.fIsProtected == GrProtected::kYes) && !gpu->vkCaps().supportsProtectedMemory()) { in InitImageInfo() 233 if (imageDesc.fIsProtected == GrProtected::kYes || gpu->protectedContext()) { in InitImageInfo()
|
D | GrVkAttachment.cpp | 150 imageDesc.fIsProtected = isProtected; in Make()
|
D | GrVkGpu.cpp | 1573 imageDesc.fIsProtected = fProtectedContext; in createVkImageForBackendSurface()
|
/external/skia/tests/ |
D | DeferredDisplayListTest.cpp | 78 , fIsProtected(GrProtected::kNo) in SurfaceParameters() 86 fIsProtected = GrProtected::kYes; in SurfaceParameters() 169 set(fIsProtected, GrProtected(!static_cast<bool>(fIsProtected))); in modify() 205 fUsesGLFBO0, fIsTextureable, fIsProtected, in createCharacterization() 269 fIsProtected, in make() 280 fIsProtected, in make() 331 GrProtected fIsProtected; member in SurfaceParameters
|