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

  /external/skia/gpu/include/
GrDrawTarget.h 155 struct DrState {
156 DrState() {
158 // all DrState members should default to something
160 memset(this, 0, sizeof(DrState));
191 bool operator ==(const DrState& s) const {
192 return 0 == memcmp(this, &s, sizeof(DrState));
194 bool operator !=(const DrState& s) const { return !(*this == s); }
481 DrState fState;
    [all...]
  /external/skia/gpu/src/
GrGpuGL.h 48 DrState fHWDrawState;
GrInOrderDrawBuffer.cpp 317 const DrState& dstate = this->accessSavedDrawState(fStates[i]);
525 const DrState& old = this->accessSavedDrawState(fStates.back());

Completed in 2414 milliseconds