Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp105 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()
DGLEScmContext.h243 MatrixStack mProjMatrices; variable