Home
last modified time | relevance | path

Searched refs:maxModelviewMatrixStackDepth (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DCaps.h374 GLuint maxModelviewMatrixStackDepth = 0; member
DCaps.cpp959 caps.maxModelviewMatrixStackDepth = 16; in GenerateMinimumCaps()
DContext.cpp2139 *params = mState.mCaps.maxModelviewMatrixStackDepth; in getIntegervImpl()
3848 mState.mCaps.maxModelviewMatrixStackDepth = Caps::GlobalMatrixStackDepth; in initCaps()