HomeSort by relevance Sort by last modified time
    Searched refs:DrawRecord (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrInOrderDrawBuffer.h 96 class DrawRecord : public DrawInfo {
98 DrawRecord(const DrawInfo& info) : DrawInfo(info) {}
205 DrawRecord* recordDraw(const DrawInfo&);
227 GrSTAllocator<kDrawPreallocCnt, DrawRecord> fDraws;
GrInOrderDrawBuffer.cpp 280 DrawRecord* draw = &fDraws.back();
362 DrawRecord* draw;
608 const DrawRecord& draw = fDraws[currDraw];
    [all...]

Completed in 205 milliseconds