Searched refs:fUsesGLFBO0 (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkSurfaceCharacterization.cpp | 28 SkASSERT(Textureable::kNo == fIsTextureable || UsesGLFBO0::kNo == fUsesGLFBO0); in validate() 30 SkASSERT(UsesGLFBO0::kNo == fUsesGLFBO0 || backend == GrBackendApi::kOpenGL); in validate() 58 fUsesGLFBO0 == other.fUsesGLFBO0 && in operator ==() 77 fSampleCnt, fIsTextureable, fIsMipMapped, fUsesGLFBO0, in createResized() 91 fOrigin, fSampleCnt, fIsTextureable, fIsMipMapped, fUsesGLFBO0, in createColorSpace() 106 fOrigin, fSampleCnt, fIsTextureable, fIsMipMapped, fUsesGLFBO0, in createBackendFormat()
|
/third_party/skia/include/core/ |
H A D | SkSurfaceCharacterization.h | 50 , fUsesGLFBO0(UsesGLFBO0::kNo) in SkSurfaceCharacterization() 105 bool usesGLFBO0() const { return UsesGLFBO0::kYes == fUsesGLFBO0; } in usesGLFBO0() 150 , fUsesGLFBO0(usesGLFBO0) in SkSurfaceCharacterization() 188 fUsesGLFBO0 = usesGLFBO0; in set() 206 UsesGLFBO0 fUsesGLFBO0; member in SkSurfaceCharacterization::Textureable::MipMapped::UsesGLFBO0::VkRTSupportsInputAttachment::VulkanSecondaryCBCompatible
|
/third_party/skia/tests/ |
H A D | DeferredDisplayListTest.cpp | 74 , fUsesGLFBO0(false) in SurfaceParameters() 156 set(fUsesGLFBO0, true); in modify() 173 set(fUsesGLFBO0, false); in modify() 203 fUsesGLFBO0, fIsTextureable, fIsProtected, in createCharacterization() 229 if (fUsesGLFBO0) { in make() 327 bool fUsesGLFBO0; member in SurfaceParameters
|
Completed in 4 milliseconds