Home
last modified time | relevance | path

Searched refs:isFormatRenderable (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/src/gpu/d3d/
DGrD3DCaps.h39 bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const override;
40 bool isFormatRenderable(DXGI_FORMAT, int sampleCount) const;
DGrD3DCaps.cpp805 if (!this->isFormatRenderable(dxgiFormat, sampleCount)) { in isFormatAsColorTypeRenderable()
815 bool GrD3DCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { in isFormatRenderable() function in GrD3DCaps
820 return this->isFormatRenderable(dxgiFormat, sampleCount); in isFormatRenderable()
823 bool GrD3DCaps::isFormatRenderable(DXGI_FORMAT format, int sampleCount) const { in isFormatRenderable() function in GrD3DCaps
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.h40 bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const override;
41 bool isFormatRenderable(MTLPixelFormat, int sampleCount) const;
DGrMtlGpu.mm536 if (!caps.isFormatRenderable(format, sampleCnt)) {
584 if (!this->mtlCaps().isFormatRenderable(format, sampleCnt)) {
607 if (!fMtlCaps->isFormatRenderable(mtlTexture.pixelFormat, 1) &&
664 if (renderable && !fMtlCaps->isFormatRenderable(format, 1)) {
DGrMtlCaps.mm303 if (!this->isFormatRenderable(format, sampleCount)) {
315 bool GrMtlCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { function
316 return this->isFormatRenderable(GrBackendFormatAsMTLPixelFormat(format), sampleCount);
319 bool GrMtlCaps::isFormatRenderable(MTLPixelFormat format, int sampleCount) const { function
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.h36 bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const override;
37 bool isFormatRenderable(MTLPixelFormat, int sampleCount) const;
DGrMtlRenderTarget.mm65 if (!gpu->mtlCaps().isFormatRenderable(format, sampleCnt)) {
/third_party/flutter/skia/src/gpu/mock/
DGrMockCaps.h73 return this->isFormatRenderable(format, sampleCount);
76 bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const override { in isFormatRenderable() function
/third_party/skia/src/gpu/mock/
DGrMockCaps.h75 return this->isFormatRenderable(format, sampleCount);
78 bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const override { in isFormatRenderable() function
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnCaps.cpp127 bool GrDawnCaps::isFormatRenderable(const GrBackendFormat& format, in isFormatRenderable() function in GrDawnCaps
139 return isFormatRenderable(format, sampleCount); in isFormatAsColorTypeRenderable()
DGrDawnCaps.h24 bool isFormatRenderable(const GrBackendFormat& format,
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.cpp72 bool GrDawnCaps::isFormatRenderable(const GrBackendFormat& format, in isFormatRenderable() function in GrDawnCaps
84 return isFormatRenderable(format, sampleCount); in isFormatAsColorTypeRenderable()
DGrDawnCaps.h22 bool isFormatRenderable(const GrBackendFormat& format,
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.h47 bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const override;
48 bool isFormatRenderable(VkFormat, int sampleCount) const;
DGrVkCaps.cpp1255 if (!this->isFormatRenderable(format, sampleCount)) { in isFormatAsColorTypeRenderable()
1269 bool GrVkCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { in isFormatRenderable() function in GrVkCaps
1274 return this->isFormatRenderable(vkFormat, sampleCount); in isFormatRenderable()
1277 bool GrVkCaps::isFormatRenderable(VkFormat format, int sampleCount) const { in isFormatRenderable() function in GrVkCaps
/third_party/skia/src/gpu/vk/
DGrVkCaps.h47 bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const override;
48 bool isFormatRenderable(VkFormat, int sampleCount) const;
DGrVkCaps.cpp1431 if (!this->isFormatRenderable(format, sampleCount)) { in isFormatAsColorTypeRenderable()
1445 bool GrVkCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { in isFormatRenderable() function in GrVkCaps
1450 return this->isFormatRenderable(vkFormat, sampleCount); in isFormatRenderable()
1453 bool GrVkCaps::isFormatRenderable(VkFormat format, int sampleCount) const { in isFormatRenderable() function in GrVkCaps
/third_party/flutter/skia/src/gpu/
DGrGpu.cpp277 !caps->isFormatRenderable(backendTex.getBackendFormat(), sampleCnt)) { in wrapRenderableBackendTexture()
297 if (!caps->isFormatRenderable(backendRT.getBackendFormat(), backendRT.sampleCnt())) { in wrapBackendRenderTarget()
316 if (!caps->isFormatRenderable(backendTex.getBackendFormat(), sampleCnt)) { in wrapBackendTextureAsRenderTarget()
DGrCaps.h189 virtual bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const = 0;
DGrCaps.cpp301 if (!this->isFormatRenderable(format, renderTargetSampleCnt)) { in validateSurfaceParams()
/third_party/skia/src/gpu/
DGrCaps.cpp326 if (!this->isFormatRenderable(format, renderTargetSampleCnt)) { in validateSurfaceParams()
486 if (format.isValid() && this->isFormatRenderable(format, sampleCnt)) { in getFallbackColorTypeAndFormat()
DGrCaps.h243 virtual bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const = 0;
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h120 bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const override;
121 bool isFormatRenderable(GrGLFormat format, int sampleCount) const { in isFormatRenderable() function
/third_party/skia/src/gpu/gl/
DGrGLCaps.h128 bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const override;
129 bool isFormatRenderable(GrGLFormat format, int sampleCount) const { in isFormatRenderable() function
/third_party/skia/tests/
DGrSurfaceTest.cpp153 bool isRenderable = caps->isFormatRenderable(combo.fFormat, 1); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
166 bool isRenderable = caps->isFormatRenderable(combo.fFormat, 2); in DEF_GPUTEST_FOR_ALL_CONTEXTS()

12