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

  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrBufferObj.h 23 , fMapped(false)
34 GrAlwaysAssert(!fMapped);
37 void setMapped() { fMapped = true; }
38 void resetMapped() { fMapped = false; }
39 bool getMapped() const { return fMapped; }
58 bool fMapped; // is the buffer object mapped via "glMapBuffer"?
  /external/skia/src/gpu/gl/debug/
GrBufferObj.h 23 , fMapped(false)
34 GrAlwaysAssert(!fMapped);
37 void setMapped() { fMapped = true; }
38 void resetMapped() { fMapped = false; }
39 bool getMapped() const { return fMapped; }
58 bool fMapped; // is the buffer object mapped via "glMapBuffer"?
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 20 GrBufferObj(GrGLuint id) : fID(id), fDataPtr(NULL), fSize(0), fMapped(false) {
38 void setMapped(bool mapped) { fMapped = mapped; }
39 bool mapped() const { return fMapped; }
45 bool fMapped;
  /external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 20 GrBufferObj(GrGLuint id) : fID(id), fDataPtr(NULL), fSize(0), fMapped(false) {
38 void setMapped(bool mapped) { fMapped = mapped; }
39 bool mapped() const { return fMapped; }
45 bool fMapped;

Completed in 2583 milliseconds