Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DCaps.h402 GLuint maxModelviewMatrixStackDepth = 0; member
H A DCaps.cpp1033 caps.maxModelviewMatrixStackDepth = 16; in GenerateMinimumCaps()
H A DContext.cpp2313 *params = mState.getCaps().maxModelviewMatrixStackDepth; in getIntegervImpl()
4041 caps->maxModelviewMatrixStackDepth = Caps::GlobalMatrixStackDepth; in initCaps()