Home
last modified time | relevance | path

Searched refs:mMatrixStackOverflow (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h627 bool mMatrixStackOverflow; variable
DContext.cpp171 mMatrixStackOverflow = false; in Context()
2913 mMatrixStackOverflow = true; in recordMatrixStackOverflow()
2960 if(mMatrixStackOverflow) in getError()
2962 mMatrixStackOverflow = false; in getError()