| /third_party/skia/src/gpu/mock/ |
| D | GrMockTexture.h | 21 GrProtected isProtected, in GrMockTexture() 30 GrProtected isProtected, in GrMockTexture() 56 GrMockTexture(GrMockGpu* gpu, const SkISize& dimensions, GrProtected isProtected, in GrMockTexture() 86 GrProtected isProtected, in GrMockRenderTarget() 96 GrProtected isProtected, const GrMockRenderTargetInfo& info) in GrMockRenderTarget() 140 GrProtected isProtected, in GrMockRenderTarget() 159 GrProtected isProtected, in GrMockTextureRenderTarget() 173 GrProtected isProtected, in GrMockTextureRenderTarget()
|
| D | GrMockGpu.cpp | 99 GrProtected isProtected, in onCreateTexture() 130 GrProtected isProtected, in onCreateCompressedTexture() 167 auto isProtected = GrProtected(tex.isProtected()); in onWrapBackendTexture() local 192 auto isProtected = GrProtected(tex.isProtected()); in onWrapRenderableBackendTexture() local 202 auto isProtected = GrProtected(rt.isProtected()); in onWrapBackendRenderTarget() local
|
| D | GrMockTypes.cpp | 23 GrProtected isProtected) { in GrMockTextureSpecToSurfaceInfo()
|
| /third_party/flutter/skia/src/gpu/mock/ |
| D | GrMockTexture.h | 21 GrProtected isProtected, GrMipMapsStatus mipMapsStatus, in GrMockTexture() 27 GrMockTexture(GrMockGpu* gpu, const GrSurfaceDesc& desc, GrProtected isProtected, in GrMockTexture() 52 GrMockTexture(GrMockGpu* gpu, const GrSurfaceDesc& desc, GrProtected isProtected, in GrMockTexture() 80 int sampleCnt, GrProtected isProtected, const GrMockRenderTargetInfo& info) in GrMockRenderTarget() 89 GrProtected isProtected, const GrMockRenderTargetInfo& info) in GrMockRenderTarget() 125 GrProtected isProtected, const GrMockRenderTargetInfo& info) in GrMockRenderTarget() 140 int sampleCnt, GrProtected isProtected, GrMipMapsStatus mipMapsStatus, in GrMockTextureRenderTarget() 151 GrProtected isProtected, GrMipMapsStatus mipMapsStatus, in GrMockTextureRenderTarget()
|
| D | GrMockGpu.cpp | 150 GrProtected isProtected, in onCreateTexture() 193 auto isProtected = GrProtected(tex.isProtected()); in onWrapBackendTexture() local 218 auto isProtected = GrProtected(tex.isProtected()); in onWrapRenderableBackendTexture() local 234 auto isProtected = GrProtected(rt.isProtected()); in onWrapBackendRenderTarget() local 254 auto isProtected = GrProtected(tex.isProtected()); in onWrapBackendTextureAsRenderTarget() local
|
| /third_party/skia/src/gpu/ |
| D | GrAttachment.cpp | 44 GrProtected isProtected, in build_key() 70 GrProtected isProtected, in ComputeSharedAttachmentUniqueKey() 86 GrProtected isProtected, in ComputeScratchKey() 98 auto isProtected = this->isProtected() ? GrProtected::kYes : GrProtected::kNo; in computeScratchKey() local
|
| D | GrTexture.cpp | 43 GrProtected isProtected, in GrTexture() 97 auto isProtected = this->isProtected() ? GrProtected::kYes : GrProtected::kNo; in computeScratchKey() local 109 GrProtected isProtected, in ComputeScratchKey()
|
| D | GrRecordingContextPriv.cpp | 45 GrProtected isProtected, in createDevice() 124 GrProtected isProtected, in makeSC() 156 GrProtected isProtected, in makeSFC() 212 GrProtected isProtected, in makeSFC() 269 GrProtected isProtected, in makeSFCWithFallback()
|
| D | GrResourceProvider.cpp | 52 GrProtected isProtected, in createTexture() 119 GrProtected isProtected) { in getExactScratch() 142 GrProtected isProtected, in createTexture() 183 GrProtected isProtected, in createCompressedTexture() 200 GrProtected isProtected) { in createTexture() 273 GrProtected isProtected) { in createApproxTexture() 326 GrProtected isProtected) { in findAndRefScratchTexture() 617 GrProtected isProtected = rt->isProtected() ? GrProtected::kYes : GrProtected::kNo; in attachStencilAttachment() local 644 GrProtected isProtected, in getDiscardableMSAAAttachment() 688 GrProtected isProtected, in makeMSAAAttachment() [all …]
|
| D | GrDirectContext.cpp | 473 GrProtected isProtected) { in createBackendTexture() 487 GrProtected isProtected) { in createBackendTexture() 502 GrProtected isProtected, in create_and_clear_backend_texture() 568 GrProtected isProtected, in createBackendTexture() 593 GrProtected isProtected, in createBackendTexture() 624 GrProtected isProtected, in createBackendTexture() 747 GrProtected isProtected, in create_and_update_compressed_backend_texture() 772 GrProtected isProtected, in createCompressedBackendTexture() 808 GrProtected isProtected, in createCompressedBackendTexture() 824 GrProtected isProtected, in createCompressedBackendTexture() [all …]
|
| D | GrSurface.h | 85 bool isProtected() const { return fIsProtected == GrProtected::kYes; } in isProtected() function 122 GrSurface(GrGpu* gpu, const SkISize& dimensions, GrProtected isProtected) in GrSurface()
|
| D | GrRenderTargetProxy.cpp | 33 GrProtected isProtected, in GrRenderTargetProxy() 47 GrProtected isProtected, in GrRenderTargetProxy()
|
| D | GrTextureRenderTargetProxy.cpp | 33 GrProtected isProtected, in GrTextureRenderTargetProxy() 56 GrProtected isProtected, in GrTextureRenderTargetProxy()
|
| /third_party/skia/tools/gpu/ |
| D | BackendSurfaceFactory.cpp | 23 GrProtected isProtected, in MakeBackendTextureSurface() 56 GrProtected isProtected, in MakeBackendTextureSurface() 66 GrProtected isProtected, in MakeBackendRenderTargetSurface() 101 GrProtected isProtected, in MakeBackendRenderTargetSurface()
|
| D | ManagedBackendTexture.cpp | 66 GrProtected isProtected) { in MakeFromInfo() 75 GrProtected isProtected) { in MakeFromBitmap() 88 GrProtected isProtected) { in MakeFromPixmap()
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrRecordingContext.cpp | 178 GrProtected isProtected) { in makeDeferredTextureContext() 222 GrProtected isProtected) { in makeDeferredRenderTargetContext() 299 GrProtected isProtected) { in makeDeferredRenderTargetContextWithFallback() 348 GrProtected isProtected) { in makeDeferredTextureContext() 365 GrProtected isProtected) { in makeDeferredRenderTargetContext() 382 GrProtected isProtected) { in makeDeferredRenderTargetContextWithFallback()
|
| D | GrProxyProvider.cpp | 126 GrProtected isProtected) { in testingOnly_createInstantiatedProxy() 172 GrProtected isProtected) { in testingOnly_createInstantiatedProxy() 330 GrProtected isProtected) { in createMipMapProxy() 473 GrProtected isProtected, in createProxy() 789 GrProtected isProtected) { in createLazyProxy() 806 GrProtected isProtected) { in createLazyProxy() 826 GrProtected isProtected, in createLazyProxy() 861 GrProtected isProtected, bool wrapsVkSecondaryCB) { in createLazyRenderTargetProxy() 902 int renderTargetSampleCnt, GrProtected isProtected, GrSurfaceOrigin origin, in MakeFullyLazyProxy()
|
| D | GrTextureRenderTargetProxy.cpp | 32 GrProtected isProtected, in GrTextureRenderTargetProxy() 55 GrProtected isProtected, in GrTextureRenderTargetProxy()
|
| D | GrContext.cpp | 330 GrProtected isProtected) { in createBackendTexture() 353 GrProtected isProtected) { in createBackendTexture() 448 GrProtected isProtected) { in createBackendTexture() 472 GrProtected isProtected) { in createBackendTexture()
|
| D | GrRenderTargetProxy.cpp | 26 SkBudgeted budgeted, GrProtected isProtected, in GrRenderTargetProxy() 39 SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, in GrRenderTargetProxy()
|
| /third_party/skia/src/gpu/dawn/ |
| D | GrDawnTypesPriv.cpp | 13 GrProtected isProtected) { in GrDawnTextureSpecToSurfaceInfo()
|
| /third_party/skia/src/gpu/d3d/ |
| D | GrD3DTypesPriv.cpp | 13 GrProtected isProtected) { in GrD3DTextureResourceSpecToSurfaceInfo()
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkSecondaryCBDrawContext.cpp | 115 GrProtected isProtected = readSurfaceView.asRenderTargetProxy()->isProtected(); in characterize() local 172 GrProtected isProtected = readSurfaceView.asRenderTargetProxy()->isProtected(); in isCompatible() local
|
| /third_party/flutter/skia/include/gpu/ |
| D | GrSurface.h | 90 bool isProtected() const { return fIsProtected == GrProtected::kYes; } in isProtected() function 114 GrSurface(GrGpu* gpu, const SkISize& size, GrPixelConfig config, GrProtected isProtected) in GrSurface()
|
| /third_party/flutter/skia/include/private/ |
| D | GrVkTypesPriv.h | 40 bool isProtected() const { return fImageInfo.fProtected == GrProtected::kYes; } in isProtected() function
|