OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fStates
(Results
1 - 2
of
2
) sorted by null
/external/skia/gpu/src/
GrInOrderDrawBuffer.cpp
28
fStates
(&fStateStorage),
315
uint32_t numStates =
fStates
.count();
317
const DrState& dstate = this->accessSavedDrawState(
fStates
[i]);
331
fStates
.reset();
376
target->restoreDrawState(
fStates
[currState]);
522
if (
fStates
.empty()) {
525
const DrState& old = this->accessSavedDrawState(
fStates
.back());
535
this->saveCurrentDrawState(&
fStates
.push_back());
/external/skia/gpu/include/
GrInOrderDrawBuffer.h
145
GrTAllocator<SavedDrawState>
fStates
;
Completed in 155 milliseconds