Home
last modified time | relevance | path

Searched refs:fSampleCnt (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/src/core/
H A DSkSurfaceCharacterization.cpp23 SkASSERT(fSampleCnt && caps->isFormatAsColorTypeRenderable(grCT, fBackendFormat, fSampleCnt)); in validate()
55 fSampleCnt == other.fSampleCnt && in operator ==()
77 fSampleCnt, fIsTextureable, fIsMipMapped, fUsesGLFBO0, in createResized()
91 fOrigin, fSampleCnt, fIsTextureable, fIsMipMapped, fUsesGLFBO0, in createColorSpace()
106 fOrigin, fSampleCnt, fIsTextureable, fIsMipMapped, fUsesGLFBO0, in createBackendFormat()
125 fOrigin, fSampleCnt, fIsTextureable, fIsMipMapped, in createFBO0()
/third_party/skia/src/gpu/
H A DGrRenderTargetProxy.cpp37 , fSampleCnt(sampleCount) in GrRenderTargetProxy()
53 , fSampleCnt(sampleCount) in GrRenderTargetProxy()
61 , fSampleCnt(fTarget->asRenderTarget()->numSamples()) in GrRenderTargetProxy()
82 if (!this->instantiateImpl(resourceProvider, fSampleCnt, GrRenderable::kYes, GrMipmapped::kNo, in instantiate()
120 sk_sp<GrSurface> surface = this->createSurfaceImpl(resourceProvider, fSampleCnt, in createSurface()
H A DGrAttachment.h38 int numSamples() const { return fSampleCnt; } in numSamples()
78 , fSampleCnt(sampleCnt) in GrAttachment()
98 int fSampleCnt; member in GrAttachment
H A DGrRenderTarget.h40 int numSamples() const { return fSampleCnt; } in numSamples()
67 * actual number of samples in use. (This may differ from fSampleCnt.) Sample locations are
90 int fSampleCnt; member in GrRenderTarget
H A DGrBackendSurface.cpp927 , fSampleCnt(sampleCnt) in GrBackendRenderTarget()
966 , fSampleCnt(std::max(1U, vkInfo.fSampleCount)) in GrBackendRenderTarget()
979 , fSampleCnt(std::max(1, GrMtlTextureInfoSampleCount(mtlInfo))) in GrBackendRenderTarget()
988 fSampleCnt = sampleCount; in GrBackendRenderTarget()
1007 , fSampleCnt(std::max(1U, d3dInfo.fSampleCount)) in GrBackendRenderTarget()
1020 , fSampleCnt(std::max(1, sampleCnt)) in GrBackendRenderTarget()
1036 , fSampleCnt(std::max(1, sampleCnt)) in GrBackendRenderTarget()
1072 fSampleCnt = that.fSampleCnt; in operator =()
1264 r0.fSampleCnt ! in TestingOnly_Equals()
[all...]
H A DGrRenderTargetProxy.h72 int numSamples() const { return fSampleCnt; } in numSamples()
177 int8_t fSampleCnt; member in GrRenderTargetProxy::WrapsVkSecondaryCB
H A DGrRenderTarget.cpp23 , fSampleCnt(sampleCount) { in GrRenderTarget()
H A DGrDynamicAtlas.cpp101 desc.fSampleCnt, in reset()
H A DGrSurfaceProxy.h71 int fSampleCnt; member
H A DGrProxyProvider.cpp362 desc.fSampleCnt, in createNonMippedProxyFromBitmap()
/third_party/skia/include/core/
H A DSkSurfaceCharacterization.h47 , fSampleCnt(0) in SkSurfaceCharacterization()
102 int sampleCount() const { return fSampleCnt; } in sampleCount()
147 , fSampleCnt(sampleCnt) in SkSurfaceCharacterization()
185 fSampleCnt = sampleCnt; in set()
203 int fSampleCnt; member in SkSurfaceCharacterization::Textureable::MipMapped::UsesGLFBO0::VkRTSupportsInputAttachment::VulkanSecondaryCBCompatible
/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp109 int fSampleCnt; member
114 if (a.fSampleCnt < b.fSampleCnt) { in pf_less()
116 } else if (b.fSampleCnt < a.fSampleCnt) { in pf_less()
150 rankedFormats[i].fSampleCnt = std::max(1, numSamples); in selectFormat()
162 if (desiredSampleCount == 1 && rankedFormats[idx].fSampleCnt != 1) { in selectFormat()
/third_party/skia/tests/
H A DResourceAllocatorTest.cpp29 int fSampleCnt; member
65 return proxyProvider->createProxy(format, {p.fSize, p.fSize}, p.fRenderable, p.fSampleCnt, in make_deferred()
95 desc.fRenderable, desc.fSampleCnt, in make_fully_lazy()
100 return GrProxyProvider::MakeFullyLazyProxy(std::move(cb), format, p.fRenderable, p.fSampleCnt, in make_fully_lazy()
111 desc.fRenderable, desc.fSampleCnt, in make_lazy()
H A DBlendTest.cpp103 int fSampleCnt; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() member
120 int sampleCnt = testCase.fSampleCnt; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
H A DLazyProxyTest.cpp99 desc.fSampleCnt, in Op()
364 desc.fSampleCnt, in LazyFailedInstantiationTestOp()
/third_party/skia/include/gpu/
H A DGrBackendSurface.h515 int sampleCnt() const { return fSampleCnt; } in sampleCnt()
614 int fSampleCnt; member in GrBackendRenderTarget
/third_party/skia/gm/
H A Dlazytiling.cpp55 desc.fSampleCnt, in create_view()

Completed in 12 milliseconds