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

  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrProgramObj.h 23 , fInUse(false) {}
30 void setInUse() { fInUse = true; }
31 void resetInUse() { fInUse = false; }
32 bool getInUse() const { return fInUse; }
38 bool fInUse; // has this program been activated by a glUseProgram call?
  /external/skia/src/gpu/gl/debug/
GrProgramObj.h 23 , fInUse(false) {}
30 void setInUse() { fInUse = true; }
31 void resetInUse() { fInUse = false; }
32 bool getInUse() const { return fInUse; }
38 bool fInUse; // has this program been activated by a glUseProgram call?

Completed in 1473 milliseconds