/external/skia/src/gpu/d3d/ |
D | GrD3DRenderTarget.cpp | 29 : 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()
|
D | GrD3DTextureRenderTarget.cpp | 25 : 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()
|
D | GrD3DTexture.cpp | 24 : 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()
|
D | GrD3DTextureResource.cpp | 58 info->fProtected = isProtected; in InitTextureResourceInfo() 91 info.fProtected, &clearValue, &msInfo)) { in CreateMSAA()
|
D | GrD3DTypesPriv.cpp | 52 return fTextureResourceInfo->fProtected == GrProtected::kYes; in isProtected()
|
/external/skia/include/gpu/d3d/ |
D | GrD3DTypes.h | 187 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/ |
D | GrVkTypes.h | 108 GrProtected fProtected = GrProtected::kNo; member 118 fCurrentQueueFamily == that.fCurrentQueueFamily && fProtected == that.fProtected &&
|
/external/skia/include/private/ |
D | GrVkTypesPriv.h | 35 bool isProtected() const { return fImageInfo.fProtected == GrProtected::kYes; } in isProtected()
|
/external/skia/src/gpu/vk/ |
D | GrVkAttachment.cpp | 27 info.fProtected) in GrVkAttachment() 45 info.fProtected) in GrVkAttachment()
|
D | GrVkTextureRenderTarget.cpp | 129 if (!create_rt_attachments(gpu, dimensions, info.fFormat, sampleCnt, info.fProtected, texture, in MakeWrappedTextureRenderTarget()
|
D | GrVkImage.cpp | 274 info->fProtected = in InitImageInfo()
|
/external/skia/tests/ |
D | LazyProxyTest.cpp | 93 desc.fMipmapped, desc.fBudgeted, desc.fProtected); in Op() 344 desc.fProtected), in LazyFailedInstantiationTestOp()
|
D | ResourceAllocatorTest.cpp | 96 desc.fProtected); in make_fully_lazy() 111 desc.fProtected); in make_lazy()
|
D | OnFlushCallbackTest.cpp | 351 desc.fBudgeted, desc.fProtected); in getAtlasView()
|
/external/skia/src/gpu/ |
D | GrAHardwareBufferImageGenerator.cpp | 148 bool isProtected = desc.fProtected == GrProtected::kYes; in makeView()
|
D | GrDynamicAtlas.cpp | 95 desc.fMipmapped, desc.fBudgeted, desc.fProtected); in reset()
|
D | GrSurfaceProxy.h | 75 GrProtected fProtected; member
|
D | GrProxyProvider.cpp | 331 desc.fSampleCnt, desc.fBudgeted, desc.fFit, desc.fProtected, mipLevel)); in createNonMippedProxyFromBitmap() 468 desc.fProtected, data.get())); in createCompressedTextureProxy()
|
D | GrAHardwareBufferUtils.cpp | 497 imageInfo.fProtected = isProtectedContent ? GrProtected::kYes : GrProtected::kNo; in make_vk_backend_texture()
|
/external/skia/gm/ |
D | lazytiling.cpp | 51 desc.fFit, desc.fProtected, mipLevel); in create_view()
|