Searched defs:CommonState (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrDrawState.h906 struct CommonState { struct in class:GrDrawState
924 bool operator== (const CommonState& other) const {
941 bool operator!= (const CommonState& other) const { return !(*this == other); }
1030 CommonState fCommon;
1040 CommonState fCommon;

Completed in 552 milliseconds