Home
last modified time | relevance | path

Searched refs:fBackendFormat (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/core/
H A DSkSurfaceCharacterization.cpp23 SkASSERT(fSampleCnt && caps->isFormatAsColorTypeRenderable(grCT, fBackendFormat, fSampleCnt)); in validate()
25 SkASSERT(caps->areColorTypeAndFormatCompatible(grCT, fBackendFormat)); in validate()
29 auto backend = fBackendFormat.backend(); in validate()
54 fBackendFormat == other.fBackendFormat && in operator ==()
76 fImageInfo.makeWH(width, height), fBackendFormat, fOrigin, in createResized()
90 fImageInfo.makeColorSpace(std::move(cs)), fBackendFormat, in createColorSpace()
124 fImageInfo, fBackendFormat, in createFBO0()
136 if (fBackendFormat != backendTex.getBackendFormat()) { in isCompatible()
/third_party/skia/src/gpu/
H A DGrProgramInfo.h30 , fBackendFormat(targetView.proxy()->backendFormat()) in GrProgramInfo()
63 const GrBackendFormat& backendFormat() const { return fBackendFormat; } in backendFormat()
105 GrBackendFormat fBackendFormat; member in GrProgramInfo
H A DGrGeometryProcessor.h501 const GrBackendFormat& backendFormat() const { return fBackendFormat; } in backendFormat()
502 GrTextureType textureType() const { return fBackendFormat.textureType(); } in textureType()
511 GrBackendFormat fBackendFormat; member in GrGeometryProcessor::TextureSampler
H A DGrGeometryProcessor.cpp57 fBackendFormat = backendFormat; in reset()
/third_party/skia/include/core/
H A DSkSurfaceCharacterization.h96 const GrBackendFormat& backendFormat() const { return fBackendFormat; } in backendFormat()
145 , fBackendFormat(backendFormat) in SkSurfaceCharacterization()
183 fBackendFormat = backendFormat; in set()
201 GrBackendFormat fBackendFormat; member in SkSurfaceCharacterization::Textureable::MipMapped::UsesGLFBO0::VkRTSupportsInputAttachment::VulkanSecondaryCBCompatible
/third_party/skia/tools/
H A DDDLPromiseImageHelper.h38 , fBackendFormat(backendFormat) {} in PromiseImageCallbackContext()
42 const GrBackendFormat& backendFormat() const { return fBackendFormat; } in backendFormat()
77 GrBackendFormat fBackendFormat; member in PromiseImageCallbackContext
H A DDDLPromiseImageHelper.cpp82 SkASSERT(fBackendFormat == backendTexture.getBackendFormat()); in setBackendTexture()

Completed in 5 milliseconds