OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fFlushState
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrDrawingManager.cpp
57
fFlushState
.reset();
77
fDrawTargets[i]->prepareBatches(&
fFlushState
);
81
fFlushState
.preIssueDraws();
84
fDrawTargets[i]->drawBatches(&
fFlushState
);
87
SkASSERT(
fFlushState
.lastFlushedToken() ==
fFlushState
.currentToken());
108
fFlushState
.reset();
GrDrawingManager.h
58
,
fFlushState
(context->getGpu(), context->resourceProvider())
84
GrBatchFlushState
fFlushState
;
Completed in 39 milliseconds