Home
last modified time | relevance | path

Searched refs:fIsWrapped (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLTexture.cpp33 fIsWrapped = kWrapped_LifeCycle == idDesc.fLifeCycle; in init()
38 if (!fIsWrapped) { in onRelease()
42 fIsWrapped = false; in onRelease()
49 fIsWrapped = false; in onAbandon()
DGrGLRenderTarget.cpp34 fIsWrapped = kWrapped_LifeCycle == idDesc.fLifeCycle; in init()
62 if (!fIsWrapped) { in onRelease()
76 fIsWrapped = false; in onRelease()
84 fIsWrapped = false; in onAbandon()
DGrGLRenderTarget.h58 bool canAttemptStencilAttachment() const override { return !fIsWrapped; } in canAttemptStencilAttachment()
82 bool fIsWrapped; variable
DGrGLTexture.h74 bool fIsWrapped; variable