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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.h 178 InvalidateFBType invalidateFBType() const { return fInvalidateFBType; }
342 InvalidateFBType fInvalidateFBType;
GrGLCaps.cpp 25 fInvalidateFBType = kNone_InvalidateFBType;
70 fInvalidateFBType = caps.fInvalidateFBType;
222 fInvalidateFBType = kInvalidate_InvalidateFBType;
225 fInvalidateFBType = kDiscard_InvalidateFBType;
    [all...]

Completed in 57 milliseconds