OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setDrawState
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp
137
void GrDrawTarget::
setDrawState
(GrDrawState* drawState) {
741
fDrawTarget->
setDrawState
(fSavedState);
767
target->
setDrawState
(fTempState.get());
792
target->
setDrawState
(fTempState.get());
[
all
...]
GrDrawTarget.h
78
void
setDrawState
(GrDrawState* drawState);
520
* install a new GrDrawState object on the target (
setDrawState
) and restore
[
all
...]
GrInOrderDrawBuffer.cpp
558
fDstGpu->
setDrawState
(stateIter.get());
602
fDstGpu->
setDrawState
(prevDrawState);
[
all
...]
GrContext.cpp
133
fGpu->
setDrawState
(fDrawState);
[
all
...]
Completed in 56 milliseconds