Home
last modified time | relevance | path

Searched refs:fProtected (Results 1 – 20 of 20) sorted by relevance

/external/skia/src/gpu/d3d/
DGrD3DRenderTarget.cpp29 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DRenderTarget()
32 , GrRenderTarget(gpu, dimensions, msaaInfo.fSampleCount, info.fProtected) in GrD3DRenderTarget()
36 SkASSERT(info.fProtected == msaaInfo.fProtected); in GrD3DRenderTarget()
51 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DRenderTarget()
54 , GrRenderTarget(gpu, dimensions, msaaInfo.fSampleCount, info.fProtected) in GrD3DRenderTarget()
58 SkASSERT(info.fProtected == msaaInfo.fProtected); in GrD3DRenderTarget()
70 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DRenderTarget()
72 , GrRenderTarget(gpu, dimensions, info.fSampleCount, info.fProtected) in GrD3DRenderTarget()
85 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DRenderTarget()
87 , GrRenderTarget(gpu, dimensions, info.fSampleCount, info.fProtected) in GrD3DRenderTarget()
DGrD3DTextureRenderTarget.cpp25 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DTextureRenderTarget()
36 SkASSERT(info.fProtected == msaaInfo.fProtected); in GrD3DTextureRenderTarget()
49 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DTextureRenderTarget()
68 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DTextureRenderTarget()
79 SkASSERT(info.fProtected == msaaInfo.fProtected); in GrD3DTextureRenderTarget()
92 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DTextureRenderTarget()
DGrD3DTexture.cpp24 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DTexture()
26 , INHERITED(gpu, dimensions, info.fProtected, GrTextureType::k2D, mipmapStatus) in GrD3DTexture()
40 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DTexture()
42 , INHERITED(gpu, dimensions, info.fProtected, GrTextureType::k2D, mipmapStatus) in GrD3DTexture()
58 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DTexture()
60 , INHERITED(gpu, dimensions, info.fProtected, GrTextureType::k2D, mipmapStatus) in GrD3DTexture()
DGrD3DTextureResource.cpp58 info->fProtected = isProtected; in InitTextureResourceInfo()
91 info.fProtected, &clearValue, &msInfo)) { in CreateMSAA()
DGrD3DTypesPriv.cpp52 return fTextureResourceInfo->fProtected == GrProtected::kYes; in isProtected()
/external/skia/include/gpu/d3d/
DGrD3DTypes.h187 GrProtected fProtected = GrProtected::kNo; member
206 , fProtected(isProtected) {} in fResource()
217 , fProtected(info.fProtected) {} in GrD3DTextureResourceInfo()
224 fSampleQualityPattern == that.fSampleQualityPattern && fProtected == that.fProtected;
/external/skia/include/gpu/vk/
DGrVkTypes.h108 GrProtected fProtected = GrProtected::kNo; member
118 fCurrentQueueFamily == that.fCurrentQueueFamily && fProtected == that.fProtected &&
/external/skia/include/private/
DGrVkTypesPriv.h35 bool isProtected() const { return fImageInfo.fProtected == GrProtected::kYes; } in isProtected()
/external/skia/src/gpu/vk/
DGrVkAttachment.cpp27 info.fProtected) in GrVkAttachment()
45 info.fProtected) in GrVkAttachment()
DGrVkTextureRenderTarget.cpp129 if (!create_rt_attachments(gpu, dimensions, info.fFormat, sampleCnt, info.fProtected, texture, in MakeWrappedTextureRenderTarget()
DGrVkImage.cpp274 info->fProtected = in InitImageInfo()
/external/skia/tests/
DLazyProxyTest.cpp93 desc.fMipmapped, desc.fBudgeted, desc.fProtected); in Op()
344 desc.fProtected), in LazyFailedInstantiationTestOp()
DResourceAllocatorTest.cpp96 desc.fProtected); in make_fully_lazy()
111 desc.fProtected); in make_lazy()
DOnFlushCallbackTest.cpp351 desc.fBudgeted, desc.fProtected); in getAtlasView()
/external/skia/src/gpu/
DGrAHardwareBufferImageGenerator.cpp148 bool isProtected = desc.fProtected == GrProtected::kYes; in makeView()
DGrDynamicAtlas.cpp95 desc.fMipmapped, desc.fBudgeted, desc.fProtected); in reset()
DGrSurfaceProxy.h75 GrProtected fProtected; member
DGrProxyProvider.cpp331 desc.fSampleCnt, desc.fBudgeted, desc.fFit, desc.fProtected, mipLevel)); in createNonMippedProxyFromBitmap()
468 desc.fProtected, data.get())); in createCompressedTextureProxy()
DGrAHardwareBufferUtils.cpp497 imageInfo.fProtected = isProtectedContent ? GrProtected::kYes : GrProtected::kNo; in make_vk_backend_texture()
/external/skia/gm/
Dlazytiling.cpp51 desc.fFit, desc.fProtected, mipLevel); in create_view()