Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.h196 static const GLint kMaxMatrixStackSize = 16; variable
DGLEScmContext.cpp953 if (currMatrixStack().size() >= kMaxMatrixStackSize) { in pushMatrix()