Home
last modified time | relevance | path

Searched refs:isFormatTexturable (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/src/gpu/
DGrContextThreadSafeProxy.cpp102 if (isTextureable && !fCaps->isFormatTexturable(backendFormat, backendFormat.textureType())) { in createCharacterization()
161 SkASSERT(!format.isValid() || fCaps->isFormatTexturable(format, GrTextureType::k2D)); in compressedBackendFormat()
DGrGpu.cpp275 if (!this->caps()->isFormatTexturable(format, GrTextureType::k2D)) { in createCompressedTexture()
297 if (!caps->isFormatTexturable(backendTex.getBackendFormat(), backendTex.textureType())) { in wrapBackendTexture()
316 if (!caps->isFormatTexturable(backendTex.getBackendFormat(), backendTex.textureType())) { in wrapCompressedBackendTexture()
338 if (!caps->isFormatTexturable(backendTex.getBackendFormat(), backendTex.textureType()) || in wrapRenderableBackendTexture()
DGrCaps.cpp312 if (!this->isFormatTexturable(format, textureType)) { in validateSurfaceParams()
389 if (!this->isFormatTexturable(format, GrTextureType::k2D)) { in getDefaultBackendFormat()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.h32 bool isFormatTexturable(const GrBackendFormat&, GrTextureType) const override;
33 bool isFormatTexturable(DXGI_FORMAT) const;
DGrD3DCaps.cpp785 bool GrD3DCaps::isFormatTexturable(const GrBackendFormat& format, GrTextureType) const { in isFormatTexturable() function in GrD3DCaps
791 return this->isFormatTexturable(dxgiFormat); in isFormatTexturable()
794 bool GrD3DCaps::isFormatTexturable(DXGI_FORMAT format) const { in isFormatTexturable() function in GrD3DCaps
966 if (this->isFormatTexturable(DXGI_FORMAT_BC1_UNORM)) { in getBackendFormatFromCompressionType()
DGrD3DGpu.cpp691 SkASSERT(this->d3dCaps().isFormatTexturable(tex->dxgiFormat())); in uploadToTexture()
910 if (!caps.isFormatTexturable(info.fFormat)) { in check_tex_resource_info()
1053 if (!caps.isFormatTexturable(d3dTex->dxgiFormat()) || in onRegenerateMipMapLevels()
1284 if (texturable == GrTexturable::kYes && !this->d3dCaps().isFormatTexturable(dxgiFormat)) { in createTextureResourceForBackendSurface()
1357 if (!caps.isFormatTexturable(dxgiFormat)) { in onCreateBackendTexture()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.h33 bool isFormatTexturable(const GrBackendFormat&) const override;
34 bool isFormatTexturable(MTLPixelFormat) const;
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.h29 bool isFormatTexturable(const GrBackendFormat&, GrTextureType) const override;
30 bool isFormatTexturable(MTLPixelFormat) const;
/third_party/flutter/skia/src/gpu/mock/
DGrMockCaps.h54 return this->isFormatTexturable(format); in isFormatTexturableAndUploadable()
56 bool isFormatTexturable(const GrBackendFormat& format) const override { in isFormatTexturable() function
/third_party/flutter/skia/src/gpu/
DGrGpu.cpp235 if (!this->caps()->isFormatTexturable(format)) { in createCompressedTexture()
254 if (!caps->isFormatTexturable(backendTex.getBackendFormat())) { in wrapBackendTexture()
276 if (!caps->isFormatTexturable(backendTex.getBackendFormat()) || in wrapRenderableBackendTexture()
364 SkASSERT(this->caps()->isFormatTexturable(surface->backendFormat())); in readPixels()
490 SkASSERT(this->caps()->isFormatTexturable(surface->backendFormat())); in transferPixelsFrom()
DGrContextThreadSafeProxy.cpp78 if (isTextureable && !this->caps()->isFormatTexturable(backendFormat)) { in createCharacterization()
DGrCaps.h169 virtual bool isFormatTexturable(const GrBackendFormat&) const = 0;
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.h30 bool isFormatTexturable(const GrBackendFormat& format, GrTextureType) const override;
DGrDawnCaps.cpp40 bool GrDawnCaps::isFormatTexturable(const GrBackendFormat& format, GrTextureType) const { in isFormatTexturable() function in GrDawnCaps
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnCaps.h32 bool isFormatTexturable(const GrBackendFormat& format) const override;
DGrDawnCaps.cpp39 bool GrDawnCaps::isFormatTexturable(const GrBackendFormat& format) const { in isFormatTexturable() function in GrDawnCaps
/third_party/skia/src/gpu/mock/
DGrMockGpu.cpp232 if (!this->caps()->isFormatTexturable(format, GrTextureType::k2D)) { in onCreateBackendTexture()
250 if (!this->caps()->isFormatTexturable(format, GrTextureType::k2D)) { in onCreateCompressedBackendTexture()
DGrMockCaps.h53 bool isFormatTexturable(const GrBackendFormat& format, GrTextureType) const override { in isFormatTexturable() function
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h115 bool isFormatTexturable(const GrBackendFormat&) const override;
116 bool isFormatTexturable(GrGLFormat) const;
/third_party/skia/src/gpu/gl/
DGrGLCaps.h123 bool isFormatTexturable(const GrBackendFormat&, GrTextureType) const override;
124 bool isFormatTexturable(GrGLFormat) const;
/third_party/skia/tests/
DGrSurfaceTest.cpp129 bool isTexturable = caps->isFormatTexturable(combo.fFormat, GrTextureType::k2D); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
222 if (!caps->isFormatTexturable(combo.fFormat, GrTextureType::k2D)) { in DEF_GPUTEST()
DMtlBackendAllocationTest.mm92 if (!mtlCaps->isFormatTexturable(combo.fFormat)) {
/third_party/flutter/skia/tests/
DMtlBackendAllocationTest.mm84 if (!mtlCaps->isFormatTexturable(combo.fFormat)) {
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.h40 bool isFormatTexturable(const GrBackendFormat&) const override;
/third_party/skia/src/gpu/vk/
DGrVkCaps.h39 bool isFormatTexturable(const GrBackendFormat&, GrTextureType) const override;

12