Searched refs:mInvalidOperation (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h619 bool mInvalidOperation; member in class:es1::Context
H A DContext.cpp162 mInvalidOperation = false;
2851 mInvalidOperation = true;
2892 if(mInvalidOperation)
2894 mInvalidOperation = false;
/external/swiftshader/src/OpenGL/libGL/
H A DContext.cpp160 mInvalidOperation = false;
2556 mInvalidOperation = true;
2586 if(mInvalidOperation)
2588 mInvalidOperation = false;
H A DContext.h769 bool mInvalidOperation; member in class:gl::Context
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp175 mInvalidOperation = false;
3578 mInvalidOperation = true;
3609 if(mInvalidOperation)
3611 mInvalidOperation = false;
H A DContext.h744 bool mInvalidOperation; member in class:es2::Context

Completed in 129 milliseconds