Searched defs:fMapped (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrBufferObj.h23 , 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]"? member in class:GrBufferObj
/external/skia/src/gpu/gl/debug/
H A DGrBufferObj.h23 , 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]"? member in class:GrBufferObj
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp19 BufferObj(GrGLuint id) : fID(id), fDataPtr(NULL), fSize(0), fMapped(false) {
37 void setMapped(bool mapped) { fMapped = mapped; }
38 bool mapped() const { return fMapped; }
44 bool fMapped; member in class:BufferObj
/external/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp20 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; member in class:__anon30697::GrBufferObj

Completed in 474 milliseconds