Home
last modified time | relevance | path

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

123

/external/skia/src/gpu/mock/
DGrMockCaps.h87 int getRenderTargetSampleCount(int requestCount, GrColorType ct) const { in getRenderTargetSampleCount() function
101 int getRenderTargetSampleCount(int requestCount, in getRenderTargetSampleCount() function
108 return this->getRenderTargetSampleCount(requestCount, format.asMockColorType()); in getRenderTargetSampleCount()
/external/skia/src/gpu/d3d/
DGrD3DCaps.h43 int getRenderTargetSampleCount(int requestedCount, const GrBackendFormat&) const override;
44 int getRenderTargetSampleCount(int requestedCount, DXGI_FORMAT) const;
DGrD3DCaps.cpp827 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function in GrD3DCaps
834 return this->getRenderTargetSampleCount(requestedCount, dxgiFormat); in getRenderTargetSampleCount()
837 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, DXGI_FORMAT format) const { in getRenderTargetSampleCount() function in GrD3DCaps
/external/skqp/src/gpu/
DGrGpu.cpp117 desc.fSampleCnt = this->caps()->getRenderTargetSampleCount(desc.fSampleCnt, desc.fConfig); in createTexture()
174 !this->caps()->getRenderTargetSampleCount(sampleCnt, backendTex.config())) { in wrapRenderableBackendTexture()
189 if (0 == this->caps()->getRenderTargetSampleCount(backendRT.sampleCnt(), backendRT.config())) { in wrapBackendRenderTarget()
198 if (0 == this->caps()->getRenderTargetSampleCount(sampleCnt, tex.config())) { in wrapBackendTextureAsRenderTarget()
DGrCaps.h186 virtual int getRenderTargetSampleCount(int requestedCount, GrPixelConfig) const = 0;
189 return this->getRenderTargetSampleCount(requestedCount, config); in getSampleCount()
DGrContextThreadSafeProxy.cpp62 sampleCnt = fCaps->getRenderTargetSampleCount(sampleCnt, config); in createCharacterization()
DGrProxyProvider.cpp217 sampleCnt = this->caps()->getRenderTargetSampleCount(sampleCnt, config); in createTextureProxy()
400 this->caps()->getRenderTargetSampleCount(desc.fSampleCnt, desc.fConfig); in createProxy()
500 sampleCnt = this->caps()->getRenderTargetSampleCount(sampleCnt, backendTex.config()); in wrapRenderableBackendTexture()
DGrCaps.cpp290 if (0 == this->getRenderTargetSampleCount(desc.fSampleCnt, desc.fConfig)) { in validateSurfaceDesc()
/external/skia/src/gpu/mtl/
DGrMtlCaps.h39 int getRenderTargetSampleCount(int requestedCount, const GrBackendFormat&) const override;
40 int getRenderTargetSampleCount(int requestedCount, MTLPixelFormat) const;
/external/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;
/external/skia/src/gpu/dawn/
DGrDawnCaps.h40 int getRenderTargetSampleCount(int requestedCount,
DGrDawnCaps.cpp99 int GrDawnCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function in GrDawnCaps
/external/skia/src/gpu/vk/
DGrVkCaps.h50 int getRenderTargetSampleCount(int requestedCount, const GrBackendFormat&) const override;
51 int getRenderTargetSampleCount(int requestedCount, VkFormat) const;
/external/skqp/src/gpu/mtl/
DGrMtlCaps.h33 int getRenderTargetSampleCount(int requestedCount, GrPixelConfig) const override;
/external/skqp/src/gpu/mock/
DGrMockCaps.h45 int getRenderTargetSampleCount(int requestCount, GrPixelConfig config) const override { in getRenderTargetSampleCount() function
/external/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.cpp240 int k2 = caps->getRenderTargetSampleCount(2, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
241 int k4 = caps->getRenderTargetSampleCount(4, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/
DGrContextThreadSafeProxy.cpp95 sampleCnt = fCaps->getRenderTargetSampleCount(sampleCnt, backendFormat); in createCharacterization()
DGrCaps.h242 virtual int getRenderTargetSampleCount(int requestedCount, const GrBackendFormat&) const = 0;
DGrProxyProvider.cpp431 renderTargetSampleCnt = caps->getRenderTargetSampleCount(renderTargetSampleCnt, format); in createProxy()
581 sampleCnt = caps->getRenderTargetSampleCount(sampleCnt, backendTex.getBackendFormat()); in wrapRenderableBackendTexture()
/external/skqp/tests/
DProxyTest.cpp165 caps.getRenderTargetSampleCount(numSamples, config); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
244 int supportedNumSamples = caps.getRenderTargetSampleCount(numSamples, config); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DResourceAllocatorTest.cpp188 int k2 = ctxInfo.grContext()->contextPriv().caps()->getRenderTargetSampleCount( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
190 int k4 = ctxInfo.grContext()->contextPriv().caps()->getRenderTargetSampleCount( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DGLProgramsTest.cpp153 random->nextBool() ? caps->getRenderTargetSampleCount(2, kRGBA_8888_GrPixelConfig) : 1; in random_render_target_context()
/external/skqp/src/gpu/vk/
DGrVkCaps.h43 int getRenderTargetSampleCount(int requestedCount, GrPixelConfig config) const override;
/external/skqp/src/gpu/gl/
DGrGLCaps.h117 int getRenderTargetSampleCount(int requestedCount, GrPixelConfig config) const override;

123