/external/skqp/src/gpu/ |
D | GrGpu.cpp | 117 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()
|
D | GrCaps.h | 186 virtual int getRenderTargetSampleCount(int requestedCount, GrPixelConfig) const = 0; 189 return this->getRenderTargetSampleCount(requestedCount, config); in getSampleCount()
|
D | GrContextThreadSafeProxy.cpp | 62 sampleCnt = fCaps->getRenderTargetSampleCount(sampleCnt, config); in createCharacterization()
|
D | GrProxyProvider.cpp | 217 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()
|
D | GrCaps.cpp | 290 if (0 == this->getRenderTargetSampleCount(desc.fSampleCnt, desc.fConfig)) { in validateSurfaceDesc()
|
/external/skia/src/gpu/ |
D | GrGpu.cpp | 116 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()
|
D | GrCaps.h | 184 virtual int getRenderTargetSampleCount(int requestedCount, GrPixelConfig) const = 0; 187 return this->getRenderTargetSampleCount(requestedCount, config); in getSampleCount()
|
D | GrContextThreadSafeProxy.cpp | 59 sampleCnt = this->caps()->getRenderTargetSampleCount(sampleCnt, config); in createCharacterization()
|
D | GrProxyProvider.cpp | 229 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()
|
D | GrCaps.cpp | 290 if (0 == this->getRenderTargetSampleCount(desc.fSampleCnt, desc.fConfig)) { in validateSurfaceDesc()
|
D | GrRecordingContext.cpp | 280 if (0 == this->caps()->getRenderTargetSampleCount(sampleCnt, config)) { in makeDeferredRenderTargetContextWithFallback()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlCaps.h | 33 int getRenderTargetSampleCount(int requestedCount, GrPixelConfig) const override;
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlCaps.h | 33 int getRenderTargetSampleCount(int requestedCount, GrPixelConfig) const override;
|
/external/skia/src/gpu/mock/ |
D | GrMockCaps.h | 45 int getRenderTargetSampleCount(int requestCount, GrPixelConfig config) const override { in getRenderTargetSampleCount() function
|
/external/skqp/src/gpu/mock/ |
D | GrMockCaps.h | 45 int getRenderTargetSampleCount(int requestCount, GrPixelConfig config) const override { in getRenderTargetSampleCount() function
|
/external/skia/tests/ |
D | ProxyTest.cpp | 165 caps.getRenderTargetSampleCount(numSamples, config); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 245 int supportedNumSamples = caps.getRenderTargetSampleCount(numSamples, config); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | ResourceAllocatorTest.cpp | 188 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()
|
D | GLProgramsTest.cpp | 153 random->nextBool() ? caps->getRenderTargetSampleCount(2, kRGBA_8888_GrPixelConfig) : 1; in random_render_target_context()
|
/external/skqp/tests/ |
D | ProxyTest.cpp | 165 caps.getRenderTargetSampleCount(numSamples, config); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 244 int supportedNumSamples = caps.getRenderTargetSampleCount(numSamples, config); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | ResourceAllocatorTest.cpp | 188 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()
|
D | GLProgramsTest.cpp | 153 random->nextBool() ? caps->getRenderTargetSampleCount(2, kRGBA_8888_GrPixelConfig) : 1; in random_render_target_context()
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.h | 43 int getRenderTargetSampleCount(int requestedCount, GrPixelConfig config) const override;
|
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.h | 43 int getRenderTargetSampleCount(int requestedCount, GrPixelConfig config) const override;
|
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.h | 117 int getRenderTargetSampleCount(int requestedCount, GrPixelConfig config) const override;
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.h | 117 int getRenderTargetSampleCount(int requestedCount, GrPixelConfig config) const override;
|