Home
last modified time | relevance | path

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

/external/skia/src/core/
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()
/external/skia/src/gpu/
DGrProgramInfo.h29 , fBackendFormat(targetView.proxy()->backendFormat()) in GrProgramInfo()
64 const GrBackendFormat& backendFormat() const { return fBackendFormat; } in backendFormat()
102 const GrBackendFormat fBackendFormat; variable
DGrGeometryProcessor.h288 const GrBackendFormat& backendFormat() const { return fBackendFormat; } in backendFormat()
289 GrTextureType textureType() const { return fBackendFormat.textureType(); } in textureType()
298 GrBackendFormat fBackendFormat; variable
DGrGeometryProcessor.cpp70 fBackendFormat = backendFormat; in reset()
/external/skia/include/core/
DSkSurfaceCharacterization.h96 const GrBackendFormat& backendFormat() const { return fBackendFormat; } in backendFormat()
145 , fBackendFormat(backendFormat) in SkSurfaceCharacterization()
175 fBackendFormat = backendFormat; in set()
193 GrBackendFormat fBackendFormat; variable
/external/skia/tools/
DDDLPromiseImageHelper.h37 , fBackendFormat(backendFormat) {} in PromiseImageCallbackContext()
41 const GrBackendFormat& backendFormat() const { return fBackendFormat; } in backendFormat()
76 GrBackendFormat fBackendFormat; variable
DDDLPromiseImageHelper.cpp82 SkASSERT(fBackendFormat == backendTexture.getBackendFormat()); in setBackendTexture()