Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DCaps.h403 GLuint maxProjectionMatrixStackDepth = 0; member
H A DCaps.cpp1034 caps.maxProjectionMatrixStackDepth = 2; in GenerateMinimumCaps()
H A DContext.cpp2316 *params = mState.getCaps().maxProjectionMatrixStackDepth; in getIntegervImpl()
4042 caps->maxProjectionMatrixStackDepth = Caps::GlobalMatrixStackDepth; in initCaps()