Home
last modified time | relevance | path

Searched refs:getRenderTargetSampleCount (Results 1 – 25 of 54) sorted by relevance

123

/third_party/flutter/skia/src/gpu/mock/
DGrMockCaps.h80 int getRenderTargetSampleCount(int requestCount, GrColorType ct) const { in getRenderTargetSampleCount() function
94 int getRenderTargetSampleCount(int requestCount, in getRenderTargetSampleCount() function
96 return this->getRenderTargetSampleCount(requestCount, format.asMockColorType()); in getRenderTargetSampleCount()
/third_party/skia/src/gpu/mock/
DGrMockCaps.h86 int getRenderTargetSampleCount(int requestCount, GrColorType) const;
88 int getRenderTargetSampleCount(int requestCount, in getRenderTargetSampleCount() function
95 return this->getRenderTargetSampleCount(requestCount, format.asMockColorType()); in getRenderTargetSampleCount()
DGrMockCaps.cpp13 int GrMockCaps::getRenderTargetSampleCount(int requestCount, GrColorType ct) const { in getRenderTargetSampleCount() function in GrMockCaps
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.h44 int getRenderTargetSampleCount(int requestedCount, const GrBackendFormat&) const override;
45 int getRenderTargetSampleCount(int requestedCount, DXGI_FORMAT) const;
DGrD3DCaps.cpp832 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function in GrD3DCaps
839 return this->getRenderTargetSampleCount(requestedCount, dxgiFormat); in getRenderTargetSampleCount()
842 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, DXGI_FORMAT format) const { in getRenderTargetSampleCount() function in GrD3DCaps
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.h43 int getRenderTargetSampleCount(int requestedCount, const GrBackendFormat&) const override;
44 int getRenderTargetSampleCount(int requestedCount, MTLPixelFormat) const;
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.h39 int getRenderTargetSampleCount(int requestedCount, const GrBackendFormat&) const override;
40 int getRenderTargetSampleCount(int requestedCount, MTLPixelFormat) const;
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h125 int getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function
127 return this->getRenderTargetSampleCount(requestedCount, format.asGLFormat()); in getRenderTargetSampleCount()
129 int getRenderTargetSampleCount(int requestedCount, GrGLFormat) const;
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.h50 int getRenderTargetSampleCount(int requestedCount, const GrBackendFormat&) const override;
51 int getRenderTargetSampleCount(int requestedCount, VkFormat) const;
/third_party/skia/src/gpu/gl/
DGrGLCaps.h133 int getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function
135 return this->getRenderTargetSampleCount(requestedCount, format.asGLFormat()); in getRenderTargetSampleCount()
137 int getRenderTargetSampleCount(int requestedCount, GrGLFormat) const;
/third_party/skia/src/gpu/vk/
DGrVkCaps.h50 int getRenderTargetSampleCount(int requestedCount, const GrBackendFormat&) const override;
51 int getRenderTargetSampleCount(int requestedCount, VkFormat) const;
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.h40 int getRenderTargetSampleCount(int requestedCount,
DGrDawnCaps.cpp99 int GrDawnCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function in GrDawnCaps
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnCaps.h44 int getRenderTargetSampleCount(int requestedCount,
DGrDawnCaps.cpp142 int GrDawnCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function in GrDawnCaps
/third_party/flutter/skia/src/gpu/
DGrContextThreadSafeProxy.cpp71 sampleCnt = this->caps()->getRenderTargetSampleCount(sampleCnt, backendFormat); in createCharacterization()
DGrCaps.h195 virtual int getRenderTargetSampleCount(int requestedCount, const GrBackendFormat&) const = 0;
/third_party/skia/tests/
DProxyTest.cpp163 caps.getRenderTargetSampleCount(numSamples, format); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
242 int supportedNumSamples = caps.getRenderTargetSampleCount(numSamples, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DResourceAllocatorTest.cpp242 int k2 = caps->getRenderTargetSampleCount(2, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
243 int k4 = caps->getRenderTargetSampleCount(4, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DProgramsTest.cpp147 int sampleCnt = random->nextBool() ? caps->getRenderTargetSampleCount(2, format) : 1; in random_surface_draw_context()
/third_party/flutter/skia/tests/
DProxyTest.cpp167 caps.getRenderTargetSampleCount(numSamples, format); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
255 int supportedNumSamples = caps.getRenderTargetSampleCount(numSamples, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DResourceAllocatorTest.cpp180 int k2 = ctxInfo.grContext()->priv().caps()->getRenderTargetSampleCount(2, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
181 int k4 = ctxInfo.grContext()->priv().caps()->getRenderTargetSampleCount(4, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DGLProgramsTest.cpp154 int sampleCnt = random->nextBool() ? caps->getRenderTargetSampleCount(2, format) : 1; in random_render_target_context()
/third_party/skia/src/gpu/
DGrContextThreadSafeProxy.cpp95 sampleCnt = fCaps->getRenderTargetSampleCount(sampleCnt, backendFormat); in createCharacterization()
DGrCaps.h249 virtual int getRenderTargetSampleCount(int requestedCount, const GrBackendFormat&) const = 0;

123