Searched defs:fallbackContext (Results 1 - 1 of 1) sorted by relevance

/external/skqp/src/gpu/
H A DGrPathRenderingRenderTargetContext.cpp28 GrAtlasTextContext* fallbackContext = this->drawingManager()->getAtlasTextContext(); local
29 fStencilAndCoverTextContext.reset(GrStencilAndCoverTextContext::Create(fallbackContext));
49 GrAtlasTextContext* fallbackContext = this->drawingManager()->getAtlasTextContext(); local
50 fStencilAndCoverTextContext.reset(GrStencilAndCoverTextContext::Create(fallbackContext));
71 GrAtlasTextContext* fallbackContext = this->drawingManager()->getAtlasTextContext(); local
72 fStencilAndCoverTextContext.reset(GrStencilAndCoverTextContext::Create(fallbackContext));

Completed in 112 milliseconds