Home
last modified time | relevance | path

Searched refs:mHasBeenCurrent (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h498 bool hasBeenCurrent() const { return mHasBeenCurrent; } in hasBeenCurrent()
742 bool mHasBeenCurrent; variable
DContext.cpp386 mHasBeenCurrent(false), in Context()
657 if (!mHasBeenCurrent) in onDestroy()
770 if (!mHasBeenCurrent) in makeCurrent()
788 mHasBeenCurrent = true; in makeCurrent()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h729 bool mHasBeenCurrent; variable
DContext.cpp175 mHasBeenCurrent = false; in Context()
270 if(!mHasBeenCurrent) in makeCurrent()
285 mHasBeenCurrent = true; in makeCurrent()