Home
last modified time | relevance | path

Searched defs:sampleCnt (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/skia/tools/gpu/
DBackendSurfaceFactory.cpp21 int sampleCnt, in MakeBackendTextureSurface()
52 int sampleCnt, in MakeBackendTextureSurface()
65 int sampleCnt, in MakeBackendRenderTargetSurface()
98 int sampleCnt, in MakeBackendRenderTargetSurface()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnRenderTarget.cpp17 int sampleCnt, in GrDawnRenderTarget()
28 int sampleCnt, in MakeWrapped()
DGrDawnTextureRenderTarget.cpp19 int sampleCnt, in GrDawnTextureRenderTarget()
/third_party/skia/src/gpu/
DGrAttachment.cpp42 int sampleCnt, in build_key()
68 int sampleCnt, in ComputeSharedAttachmentUniqueKey()
84 int sampleCnt, in ComputeScratchKey()
DGrTextureRenderTargetProxy.cpp28 int sampleCnt, in GrTextureRenderTargetProxy()
51 int sampleCnt, in GrTextureRenderTargetProxy()
/third_party/skia/src/gpu/mock/
DGrMockTexture.h85 int sampleCnt, in GrMockRenderTarget()
95 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, SkISize dimensions, int sampleCnt, in GrMockRenderTarget()
139 int sampleCnt, in GrMockRenderTarget()
158 int sampleCnt, in GrMockTextureRenderTarget()
172 int sampleCnt, in GrMockTextureRenderTarget()
DGrMockAttachment.h17 GrMockAttachment(GrMockGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, int sampleCnt) in GrMockAttachment()
/third_party/flutter/skia/src/gpu/mock/
DGrMockTexture.h80 int sampleCnt, GrProtected isProtected, const GrMockRenderTargetInfo& info) in GrMockRenderTarget()
88 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, const GrSurfaceDesc& desc, int sampleCnt, in GrMockRenderTarget()
124 GrMockRenderTarget(GrMockGpu* gpu, const GrSurfaceDesc& desc, int sampleCnt, in GrMockRenderTarget()
140 int sampleCnt, GrProtected isProtected, GrMipMapsStatus mipMapsStatus, in GrMockTextureRenderTarget()
150 GrMockTextureRenderTarget(GrMockGpu* gpu, const GrSurfaceDesc& desc, int sampleCnt, in GrMockTextureRenderTarget()
DGrMockStencilAttachment.h16 GrMockStencilAttachment(GrMockGpu* gpu, int width, int height, int bits, int sampleCnt) in GrMockStencilAttachment()
/third_party/flutter/skia/src/gpu/vk/
DGrVkTextureRenderTarget.cpp24 int sampleCnt, in GrVkTextureRenderTarget()
63 int sampleCnt, in GrVkTextureRenderTarget()
109 static Views create_views(GrVkGpu* gpu, const GrSurfaceDesc& desc, int sampleCnt, in create_views()
179 int sampleCnt, in MakeNewTextureRenderTarget()
211 int sampleCnt, in MakeWrappedTextureRenderTarget()
DGrVkRenderTarget.cpp27 int sampleCnt, in GrVkRenderTarget()
54 int sampleCnt, in GrVkRenderTarget()
136 int sampleCnt, in MakeWrappedRenderTarget()
/third_party/skia/src/gpu/gl/
DGrGLAttachment.h32 int sampleCnt, in MakeWrappedRenderBuffer()
57 int sampleCnt, in GrGLAttachment()
DGrGLAttachment.cpp57 int sampleCnt, in MakeStencil()
94 int sampleCnt, in MakeMSAA()
/third_party/skia/src/gpu/dawn/
DGrDawnRenderTarget.cpp16 int sampleCnt, in GrDawnRenderTarget()
24 int sampleCnt, in MakeWrapped()
DGrDawnTexture.cpp24 GrRenderable renderable, int sampleCnt, in Make()
74 GrRenderable renderable, int sampleCnt, in MakeWrapped()
DGrDawnTextureRenderTarget.cpp16 int sampleCnt, in GrDawnTextureRenderTarget()
DGrDawnAttachment.cpp29 int sampleCnt) { in MakeStencil()
/third_party/flutter/skia/src/gpu/
DGrBackendSurface.cpp632 int sampleCnt, in GrBackendRenderTarget()
646 int sampleCnt, in GrBackendRenderTarget()
656 int sampleCnt, in GrBackendRenderTarget()
668 int sampleCnt, in GrBackendRenderTarget()
683 int sampleCnt, in GrBackendRenderTarget()
696 int sampleCnt, in GrBackendRenderTarget()
710 int sampleCnt, in GrBackendRenderTarget()
DGrTexture.cpp95 GrRenderable renderable, int sampleCnt, GrMipMapped mipMapped, in ComputeScratchKey()
119 int sampleCnt, GrScratchKey* key) { in ComputeScratchKey()
DGrStencilAttachment.cpp11 void GrStencilAttachment::ComputeSharedStencilAttachmentKey(int width, int height, int sampleCnt, in ComputeSharedStencilAttachmentKey()
DGrTextureRenderTargetProxy.cpp24 int sampleCnt, in GrTextureRenderTargetProxy()
47 int sampleCnt, in GrTextureRenderTargetProxy()
DGrRecordingContext.cpp217 int sampleCnt, in makeDeferredRenderTargetContext()
294 int sampleCnt, in makeDeferredRenderTargetContextWithFallback()
360 int sampleCnt, in makeDeferredRenderTargetContext()
377 int sampleCnt, in makeDeferredRenderTargetContextWithFallback()
DGrContextPriv.cpp81 int sampleCnt, in makeDeferredRenderTargetContext()
94 sk_sp<SkColorSpace> colorSpace, int sampleCnt, GrMipMapped mipMapped, in makeDeferredRenderTargetContextWithFallback()
121 int sampleCnt, in makeBackendTextureRenderTargetContext()
164 int sampleCnt, in makeBackendTextureAsRenderTargetRenderTargetContext()
DGrStencilAttachment.h38 GrStencilAttachment(GrGpu* gpu, int width, int height, int bits, int sampleCnt) in GrStencilAttachment()
/third_party/skia/src/gpu/vk/
DGrVkTextureRenderTarget.cpp54 bool create_rt_attachments(GrVkGpu* gpu, SkISize dimensions, VkFormat format, int sampleCnt, in create_rt_attachments()
81 int sampleCnt, in MakeNewTextureRenderTarget()
112 int sampleCnt, in MakeWrappedTextureRenderTarget()

1234