Searched refs:kMaxMatrixStackSize (Results 1 – 2 of 2) sorted by relevance
196 static const GLint kMaxMatrixStackSize = 16; variable
953 if (currMatrixStack().size() >= kMaxMatrixStackSize) { in pushMatrix()