/external/skia/src/gpu/mock/ |
D | GrMockCaps.h | 84 return sampleCount <= this->maxRenderTargetSampleCount(format.asMockColorType()); in isFormatRenderable() 111 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() function 123 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function 129 return this->maxRenderTargetSampleCount(format.asMockColorType()); in maxRenderTargetSampleCount()
|
/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/d3d/ |
D | GrD3DCaps.h | 46 int maxRenderTargetSampleCount(const GrBackendFormat&) const override; 47 int maxRenderTargetSampleCount(DXGI_FORMAT) const;
|
D | GrD3DCaps.cpp | 819 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable() 861 int GrD3DCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrD3DCaps 866 return this->maxRenderTargetSampleCount(dxgiFormat); in maxRenderTargetSampleCount() 869 int GrD3DCaps::maxRenderTargetSampleCount(DXGI_FORMAT format) const { in maxRenderTargetSampleCount() function in GrD3DCaps
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.h | 130 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable() 139 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function 140 return this->maxRenderTargetSampleCount(format.asGLFormat()); in maxRenderTargetSampleCount() 142 int maxRenderTargetSampleCount(GrGLFormat) const;
|
/external/skia/src/gpu/mtl/ |
D | GrMtlCaps.h | 42 int maxRenderTargetSampleCount(const GrBackendFormat&) const override; 43 int maxRenderTargetSampleCount(MTLPixelFormat) const;
|
D | GrMtlCaps.mm | 403 return sampleCount <= this->maxRenderTargetSampleCount(format); 406 int GrMtlCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { function 407 return this->maxRenderTargetSampleCount(GrBackendFormatAsMTLPixelFormat(format)); 410 int GrMtlCaps::maxRenderTargetSampleCount(MTLPixelFormat format) const { function
|
/external/skia/tests/ |
D | VkWrapTests.cpp | 101 if (sampleCnt > gpu->caps()->maxRenderTargetSampleCount(format)) { in wrap_rt_test() 186 int maxSamples = dContext->priv().caps()->maxRenderTargetSampleCount( in wrap_trt_test()
|
/external/skia/src/gpu/dawn/ |
D | GrDawnCaps.h | 43 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override;
|
D | GrDawnCaps.cpp | 108 int GrDawnCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrDawnCaps
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.h | 53 int maxRenderTargetSampleCount(const GrBackendFormat&) const override; 54 int maxRenderTargetSampleCount(VkFormat format) const;
|
D | GrVkCaps.cpp | 1456 return sampleCount <= this->maxRenderTargetSampleCount(format); in isFormatRenderable() 1493 int GrVkCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrVkCaps 1498 return this->maxRenderTargetSampleCount(vkFormat); in maxRenderTargetSampleCount() 1501 int GrVkCaps::maxRenderTargetSampleCount(VkFormat format) const { in maxRenderTargetSampleCount() function in GrVkCaps
|
/external/skia/src/gpu/ |
D | GrCaps.h | 225 virtual int maxRenderTargetSampleCount(const GrBackendFormat&) const = 0; 230 return std::min(fInternalMultisampleCount, this->maxRenderTargetSampleCount(format)); in internalMultisampleCount()
|
D | GrRecordingContext.cpp | 56 return this->caps()->maxRenderTargetSampleCount(format); in maxSurfaceSampleCountForColorType()
|
/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/skqp/src/gpu/mock/ |
D | GrMockCaps.h | 58 int maxRenderTargetSampleCount(GrPixelConfig config) const override { in maxRenderTargetSampleCount() function
|
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.h | 44 int maxRenderTargetSampleCount(GrPixelConfig config) const override;
|
D | GrVkCaps.cpp | 741 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/skqp/src/image/ |
D | SkSurface_Gpu.cpp | 478 if (ctx->contextPriv().caps()->maxRenderTargetSampleCount(*config) <= 1) { in validate_backend_render_target()
|