Home
last modified time | relevance | path

Searched refs:fPrevious (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrSubRunAllocator.cpp36 cursor = cursor->fPrevious; in ~GrBagOfBytes()
43 , fPrevious{reinterpret_cast<Block*>(previous)} {}
DGrDynamicAtlas.cpp24 : fPrevious(previous), fRectanizer(rectanizer), fX(x), fY(y) {} in Node()
26 Node* previous() const { return fPrevious; } in previous()
45 Node* const fPrevious; member in GrDynamicAtlas::Node
DGrSubRunAllocator.h104 Block* const fPrevious; member
/external/skqp/src/gpu/ccpr/
DGrCCAtlas.cpp25 : fPrevious(std::move(previous)), fX(l), fY(t), fRectanizer(r - l, b - t) {} in Node()
27 Node* previous() const { return fPrevious.get(); } in previous()
46 const std::unique_ptr<Node> fPrevious; member in GrCCAtlas::Node
/external/skia/src/sksl/
DSkSLIRGenerator.cpp69 , fPrevious(fIR->fSymbolTable) { in AutoSymbolTable()
75 SkASSERT(fPrevious == fIR->fSymbolTable); in ~AutoSymbolTable()
79 std::shared_ptr<SymbolTable> fPrevious; member in SkSL::AutoSymbolTable
/external/skqp/src/sksl/
DSkSLIRGenerator.cpp64 , fPrevious(fIR->fSymbolTable) { in AutoSymbolTable()
70 SkASSERT(fPrevious == fIR->fSymbolTable); in ~AutoSymbolTable()
74 std::shared_ptr<SymbolTable> fPrevious; member in SkSL::AutoSymbolTable