Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h630 bool mHasBeenCurrent; variable
DContext.cpp250 mHasBeenCurrent = false; in Context()
291 if(!mHasBeenCurrent) in makeCurrent()
303 mHasBeenCurrent = true; in makeCurrent()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h756 bool mHasBeenCurrent; variable
DContext.cpp175 mHasBeenCurrent = false; in Context()
269 if(!mHasBeenCurrent) in makeCurrent()
284 mHasBeenCurrent = true; in makeCurrent()