Home
last modified time | relevance | path

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

12

/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/
DGrGpu.cpp116 desc.fSampleCnt = this->caps()->getRenderTargetSampleCount(desc.fSampleCnt, desc.fConfig); in createTexture()
173 !this->caps()->getRenderTargetSampleCount(sampleCnt, backendTex.config())) { in wrapRenderableBackendTexture()
188 if (0 == this->caps()->getRenderTargetSampleCount(backendRT.sampleCnt(), backendRT.config())) { in wrapBackendRenderTarget()
197 if (0 == this->caps()->getRenderTargetSampleCount(sampleCnt, tex.config())) { in wrapBackendTextureAsRenderTarget()
DGrCaps.h184 virtual int getRenderTargetSampleCount(int requestedCount, GrPixelConfig) const = 0;
187 return this->getRenderTargetSampleCount(requestedCount, config); in getSampleCount()
DGrContextThreadSafeProxy.cpp59 sampleCnt = this->caps()->getRenderTargetSampleCount(sampleCnt, config); in createCharacterization()
DGrProxyProvider.cpp229 sampleCnt = this->caps()->getRenderTargetSampleCount(sampleCnt, config); in createTextureProxy()
415 this->caps()->getRenderTargetSampleCount(desc.fSampleCnt, desc.fConfig); in createProxy()
518 sampleCnt = this->caps()->getRenderTargetSampleCount(sampleCnt, backendTex.config()); in wrapRenderableBackendTexture()
DGrCaps.cpp290 if (0 == this->getRenderTargetSampleCount(desc.fSampleCnt, desc.fConfig)) { in validateSurfaceDesc()
DGrRecordingContext.cpp280 if (0 == this->caps()->getRenderTargetSampleCount(sampleCnt, config)) { in makeDeferredRenderTargetContextWithFallback()
/external/skia/src/gpu/mtl/
DGrMtlCaps.h33 int getRenderTargetSampleCount(int requestedCount, GrPixelConfig) const override;
/external/skqp/src/gpu/mtl/
DGrMtlCaps.h33 int getRenderTargetSampleCount(int requestedCount, GrPixelConfig) const override;
/external/skia/src/gpu/mock/
DGrMockCaps.h45 int getRenderTargetSampleCount(int requestCount, GrPixelConfig config) const override { in getRenderTargetSampleCount() function
/external/skqp/src/gpu/mock/
DGrMockCaps.h45 int getRenderTargetSampleCount(int requestCount, GrPixelConfig config) const override { in getRenderTargetSampleCount() function
/external/skia/tests/
DProxyTest.cpp165 caps.getRenderTargetSampleCount(numSamples, config); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
245 int supportedNumSamples = caps.getRenderTargetSampleCount(numSamples, config); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DResourceAllocatorTest.cpp188 int k2 = ctxInfo.grContext()->priv().caps()->getRenderTargetSampleCount( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
190 int k4 = ctxInfo.grContext()->priv().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/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/skia/src/gpu/vk/
DGrVkCaps.h43 int getRenderTargetSampleCount(int requestedCount, GrPixelConfig config) const override;
/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;
/external/skia/src/gpu/gl/
DGrGLCaps.h117 int getRenderTargetSampleCount(int requestedCount, GrPixelConfig config) const override;

12