Home
last modified time | relevance | path

Searched refs:maxRenderTargetSampleCount (Results 1 – 24 of 24) sorted by relevance

/external/skqp/src/gpu/
DGrCaps.h171 virtual int maxRenderTargetSampleCount(GrPixelConfig) const = 0;
174 return this->maxRenderTargetSampleCount(config) > 0; in isConfigRenderable()
179 return this->maxRenderTargetSampleCount(config) > (withMSAA ? 1 : 0); in isConfigRenderable()
DGrCaps.cpp249 writer->appendS32("max sample count", this->maxRenderTargetSampleCount(config)); in dumpJSON()
DGrContext.cpp284 return fCaps->maxRenderTargetSampleCount(config); in maxSurfaceSampleCountForColorType()
/external/skia/src/gpu/
DGrCaps.h169 virtual int maxRenderTargetSampleCount(GrPixelConfig) const = 0;
172 return this->maxRenderTargetSampleCount(config) > 0; in isConfigRenderable()
177 return this->maxRenderTargetSampleCount(config) > (withMSAA ? 1 : 0); in isConfigRenderable()
DGrContext.cpp230 return this->caps()->maxRenderTargetSampleCount(config); in maxSurfaceSampleCountForColorType()
DGrCaps.cpp249 writer->appendS32("max sample count", this->maxRenderTargetSampleCount(config)); in dumpJSON()
/external/skia/src/gpu/mtl/
DGrMtlCaps.h34 int maxRenderTargetSampleCount(GrPixelConfig) const override; in maxRenderTargetSampleCount() function
DGrMtlCaps.mm271 int GrMtlCaps::maxRenderTargetSampleCount(GrPixelConfig config) const { function
/external/skqp/src/gpu/mtl/
DGrMtlCaps.h34 int maxRenderTargetSampleCount(GrPixelConfig) const override; in maxRenderTargetSampleCount() function
DGrMtlCaps.mm271 int GrMtlCaps::maxRenderTargetSampleCount(GrPixelConfig config) const { function
/external/skia/src/gpu/mock/
DGrMockCaps.h58 int maxRenderTargetSampleCount(GrPixelConfig config) const override { in maxRenderTargetSampleCount() function
/external/skqp/src/gpu/mock/
DGrMockCaps.h58 int maxRenderTargetSampleCount(GrPixelConfig config) const override { in maxRenderTargetSampleCount() function
/external/skia/src/gpu/vk/
DGrVkCaps.h44 int maxRenderTargetSampleCount(GrPixelConfig config) const override;
DGrVkCaps.cpp764 int GrVkCaps::maxRenderTargetSampleCount(GrPixelConfig config) const { in maxRenderTargetSampleCount() function in GrVkCaps
DGrVkGpu.cpp625 !this->vkCaps().maxRenderTargetSampleCount(kRGB_888_GrPixelConfig)) { in uploadTexDataOptimal()
/external/skqp/src/gpu/vk/
DGrVkCaps.h44 int maxRenderTargetSampleCount(GrPixelConfig config) const override;
DGrVkCaps.cpp702 int GrVkCaps::maxRenderTargetSampleCount(GrPixelConfig config) const { in maxRenderTargetSampleCount() function in GrVkCaps
DGrVkGpu.cpp623 !this->vkCaps().maxRenderTargetSampleCount(kRGB_888_GrPixelConfig)) { in uploadTexDataOptimal()
/external/skqp/src/gpu/gl/
DGrGLCaps.h118 int maxRenderTargetSampleCount(GrPixelConfig config) const override;
DGrGLCaps.cpp2899 int GrGLCaps::maxRenderTargetSampleCount(GrPixelConfig config) const { in maxRenderTargetSampleCount() function in GrGLCaps
/external/skia/src/gpu/gl/
DGrGLCaps.h118 int maxRenderTargetSampleCount(GrPixelConfig config) const override;
DGrGLCaps.cpp2923 int GrGLCaps::maxRenderTargetSampleCount(GrPixelConfig config) const { in maxRenderTargetSampleCount() function in GrGLCaps
/external/skqp/src/image/
DSkSurface_Gpu.cpp478 if (ctx->contextPriv().caps()->maxRenderTargetSampleCount(*config) <= 1) { in validate_backend_render_target()
/external/skia/src/image/
DSkSurface_Gpu.cpp497 if (ctx->priv().caps()->maxRenderTargetSampleCount(*config) <= 1) { in validate_backend_render_target()