Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkSurfaceCharacterization.h79 bool usesGLFBO0() const { return UsesGLFBO0::kYes == fUsesGLFBO0; } in usesGLFBO0() function
103 UsesGLFBO0 usesGLFBO0, in SkSurfaceCharacterization() argument
115 , fUsesGLFBO0(usesGLFBO0) in SkSurfaceCharacterization()
129 UsesGLFBO0 usesGLFBO0, in set() argument
133 SkASSERT(Textureable::kNo == isTextureable || UsesGLFBO0::kNo == usesGLFBO0); in set()
136 UsesGLFBO0::kNo == usesGLFBO0); in set()
150 fUsesGLFBO0 = usesGLFBO0; in set()
194 bool usesGLFBO0() const { return false; } in usesGLFBO0() function
/external/skqp/include/core/
DSkSurfaceCharacterization.h79 bool usesGLFBO0() const { return UsesGLFBO0::kYes == fUsesGLFBO0; } in usesGLFBO0() function
102 UsesGLFBO0 usesGLFBO0, in SkSurfaceCharacterization() argument
114 , fUsesGLFBO0(usesGLFBO0) in SkSurfaceCharacterization()
128 UsesGLFBO0 usesGLFBO0, in set() argument
132 SkASSERT(Textureable::kNo == isTextureable || UsesGLFBO0::kNo == usesGLFBO0); in set()
135 UsesGLFBO0::kNo == usesGLFBO0); in set()
149 fUsesGLFBO0 = usesGLFBO0; in set()
193 bool usesGLFBO0() const { return false; } in usesGLFBO0() function
/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp110 bool usesGLFBO0 = fCharacterization.usesGLFBO0(); in init() local
111 if (usesGLFBO0) { in init()
123 if (usesGLFBO0 || in init()
144 if (fContext->priv().caps()->usesMixedSamples() && desc.fSampleCnt > 1 && !usesGLFBO0) { in init()
148 if (usesGLFBO0) { in init()
/external/skqp/src/core/
DSkDeferredDisplayListRecorder.cpp112 bool usesGLFBO0 = fCharacterization.usesGLFBO0(); in init() local
113 if (usesGLFBO0) { in init()
134 if (fContext->contextPriv().caps()->usesMixedSamples() && desc.fSampleCnt > 1 && !usesGLFBO0) { in init()
138 if (usesGLFBO0) { in init()
/external/skqp/src/image/
DSkSurface_Gpu.cpp182 bool usesGLFBO0 = rtc->asRenderTargetProxy()->rtPriv().glRTFBOIDIs0(); in onCharacterize() local
185 SkASSERT(!usesGLFBO0 || !SkToBool(rtc->asTextureProxy())); in onCharacterize()
194 SkSurfaceCharacterization::UsesGLFBO0(usesGLFBO0), in onCharacterize()
232 if (characterization.usesGLFBO0() != rtc->asRenderTargetProxy()->rtPriv().glRTFBOIDIs0()) { in isCompatible()
292 if (c.usesGLFBO0()) { in MakeRenderTarget()
/external/skia/src/image/
DSkSurface_Gpu.cpp191 bool usesGLFBO0 = rtc->asRenderTargetProxy()->rtPriv().glRTFBOIDIs0(); in onCharacterize() local
194 SkASSERT(!usesGLFBO0 || !SkToBool(rtc->asTextureProxy())); in onCharacterize()
203 SkSurfaceCharacterization::UsesGLFBO0(usesGLFBO0), in onCharacterize()
245 if (characterization.usesGLFBO0() != rtc->asRenderTargetProxy()->rtPriv().glRTFBOIDIs0()) { in isCompatible()
305 if (c.usesGLFBO0()) { in MakeRenderTarget()
/external/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp136 if (characterization.usesGLFBO0()) { in isCompatible()