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

  /external/skia/tools/gpu/gl/debug/
GrBufferObj.h 23 , fMapped(false)
34 GrAlwaysAssert(!fMapped);
38 fMapped = true;
42 void resetMapped() { fMapped = false; }
43 bool getMapped() const { return fMapped; }
64 bool fMapped; // is the buffer object mapped via "glMapBuffer[Range]"?
  /external/skqp/tools/gpu/gl/debug/
GrBufferObj.h 23 , fMapped(false)
34 GrAlwaysAssert(!fMapped);
38 fMapped = true;
42 void resetMapped() { fMapped = false; }
43 bool getMapped() const { return fMapped; }
64 bool fMapped; // is the buffer object mapped via "glMapBuffer[Range]"?
  /external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 100 Buffer(GrGLuint id) : INHERITED(id), fDataPtr(nullptr), fSize(0), fMapped(false) {}
116 void setMapped(bool mapped) { fMapped = mapped; }
117 bool mapped() const { return fMapped; }
122 bool fMapped;
  /external/skqp/src/gpu/gl/
GrGLCreateNullInterface.cpp 100 Buffer(GrGLuint id) : INHERITED(id), fDataPtr(nullptr), fSize(0), fMapped(false) {}
116 void setMapped(bool mapped) { fMapped = mapped; }
117 bool mapped() const { return fMapped; }
122 bool fMapped;

Completed in 57 milliseconds