/external/skqp/src/gpu/ |
D | GrCaps.h | 171 virtual int maxRenderTargetSampleCount(GrPixelConfig) const = 0; 174 return this->maxRenderTargetSampleCount(config) > 0; in isConfigRenderable() 179 return this->maxRenderTargetSampleCount(config) > (withMSAA ? 1 : 0); in isConfigRenderable()
|
D | GrCaps.cpp | 249 writer->appendS32("max sample count", this->maxRenderTargetSampleCount(config)); in dumpJSON()
|
D | GrContext.cpp | 284 return fCaps->maxRenderTargetSampleCount(config); in maxSurfaceSampleCountForColorType()
|
/external/skia/src/gpu/ |
D | GrCaps.h | 169 virtual int maxRenderTargetSampleCount(GrPixelConfig) const = 0; 172 return this->maxRenderTargetSampleCount(config) > 0; in isConfigRenderable() 177 return this->maxRenderTargetSampleCount(config) > (withMSAA ? 1 : 0); in isConfigRenderable()
|
D | GrContext.cpp | 230 return this->caps()->maxRenderTargetSampleCount(config); in maxSurfaceSampleCountForColorType()
|
D | GrCaps.cpp | 249 writer->appendS32("max sample count", this->maxRenderTargetSampleCount(config)); in dumpJSON()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlCaps.h | 34 int maxRenderTargetSampleCount(GrPixelConfig) const override; in maxRenderTargetSampleCount() function
|
D | GrMtlCaps.mm | 271 int GrMtlCaps::maxRenderTargetSampleCount(GrPixelConfig config) const { function
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlCaps.h | 34 int maxRenderTargetSampleCount(GrPixelConfig) const override; in maxRenderTargetSampleCount() function
|
D | GrMtlCaps.mm | 271 int GrMtlCaps::maxRenderTargetSampleCount(GrPixelConfig config) const { function
|
/external/skia/src/gpu/mock/ |
D | GrMockCaps.h | 58 int maxRenderTargetSampleCount(GrPixelConfig config) const override { in maxRenderTargetSampleCount() function
|
/external/skqp/src/gpu/mock/ |
D | GrMockCaps.h | 58 int maxRenderTargetSampleCount(GrPixelConfig config) const override { in maxRenderTargetSampleCount() function
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.h | 44 int maxRenderTargetSampleCount(GrPixelConfig config) const override;
|
D | GrVkCaps.cpp | 764 int GrVkCaps::maxRenderTargetSampleCount(GrPixelConfig config) const { in maxRenderTargetSampleCount() function in GrVkCaps
|
D | GrVkGpu.cpp | 625 !this->vkCaps().maxRenderTargetSampleCount(kRGB_888_GrPixelConfig)) { in uploadTexDataOptimal()
|
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.h | 44 int maxRenderTargetSampleCount(GrPixelConfig config) const override;
|
D | GrVkCaps.cpp | 702 int GrVkCaps::maxRenderTargetSampleCount(GrPixelConfig config) const { in maxRenderTargetSampleCount() function in GrVkCaps
|
D | GrVkGpu.cpp | 623 !this->vkCaps().maxRenderTargetSampleCount(kRGB_888_GrPixelConfig)) { in uploadTexDataOptimal()
|
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.h | 118 int maxRenderTargetSampleCount(GrPixelConfig config) const override;
|
D | GrGLCaps.cpp | 2899 int GrGLCaps::maxRenderTargetSampleCount(GrPixelConfig config) const { in maxRenderTargetSampleCount() function in GrGLCaps
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.h | 118 int maxRenderTargetSampleCount(GrPixelConfig config) const override;
|
D | GrGLCaps.cpp | 2923 int GrGLCaps::maxRenderTargetSampleCount(GrPixelConfig config) const { in maxRenderTargetSampleCount() function in GrGLCaps
|
/external/skqp/src/image/ |
D | SkSurface_Gpu.cpp | 478 if (ctx->contextPriv().caps()->maxRenderTargetSampleCount(*config) <= 1) { in validate_backend_render_target()
|
/external/skia/src/image/ |
D | SkSurface_Gpu.cpp | 497 if (ctx->priv().caps()->maxRenderTargetSampleCount(*config) <= 1) { in validate_backend_render_target()
|