Searched refs:MatrixStack (Results 1 – 2 of 2) sorted by relevance
232 using MatrixStack = std::vector<glm::mat4>; variable243 MatrixStack mProjMatrices;244 MatrixStack mModelviewMatrices;245 std::vector<MatrixStack> mTextureMatrices;247 MatrixStack& currMatrixStack();248 void restoreMatrixStack(const MatrixStack& matrices);
109 MatrixStack matrices; in GLEScmContext()243 [](android::base::Stream* stream, const MatrixStack& matrices) { in onSave()282 void GLEScmContext::restoreMatrixStack(const MatrixStack& matrices) { in restoreMatrixStack()653 GLEScmContext::MatrixStack& GLEScmContext::currMatrixStack() { in currMatrixStack()