Searched refs:currMatrix (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 649 glm::mat4& GLEScmContext::currMatrix() { in currMatrix() function in GLEScmContext 933 currMatrix() = glm::mat4(); in loadIdentity() 943 currMatrix() = glm::make_mat4(m); in loadMatrixf() 981 currMatrix() *= glm::make_mat4(m); in multMatrixf() 991 currMatrix() *= glm::ortho(left, right, bottom, top, zNear, zFar); in orthof() 1001 currMatrix() *= glm::frustum(left, right, bottom, top, zNear, zFar); in frustumf() 1760 currMatrix() *= rot; in rotatef() 1771 currMatrix() *= scale; in scalef() 1782 currMatrix() *= tr; in translatef()
|
D | GLEScmContext.h | 246 glm::mat4& currMatrix();
|