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

/external/skia/src/gpu/gl/
H A DGrGLTexture.cpp33 fIsWrapped = kWrapped_LifeCycle == idDesc.fLifeCycle;
38 if (!fIsWrapped) {
42 fIsWrapped = false;
49 fIsWrapped = false;
H A DGrGLRenderTarget.cpp34 fIsWrapped = kWrapped_LifeCycle == idDesc.fLifeCycle;
62 if (!fIsWrapped) {
76 fIsWrapped = false;
84 fIsWrapped = false;
H A DGrGLRenderTarget.h58 bool canAttemptStencilAttachment() const override { return !fIsWrapped; }
82 bool fIsWrapped; member in class:GrGLRenderTarget
H A DGrGLTexture.h74 bool fIsWrapped; member in class:GrGLTexture

Completed in 52 milliseconds