Searched refs:mProjMatrices (Results 1 – 2 of 2) sorted by relevance
105 android::base::loadBuffer(stream, &mProjMatrices); in GLEScmContext()161 mProjMatrices.resize(1, glm::mat4()); in GLEScmContext()240 android::base::saveBuffer(stream, mProjMatrices); in onSave()302 restoreMatrixStack(mProjMatrices); in postLoadRestoreCtx()638 return mProjMatrices.back(); in getProjMatrix()658 return mProjMatrices; in currMatrixStack()
243 MatrixStack mProjMatrices; variable