Searched refs:popMatrix (Results 1 – 6 of 6) sorted by relevance
52 popMatrix(GL_PROJECTION); in popProjectionMode2D()53 popMatrix(GL_MODELVIEW); in popProjectionMode2D()74 popMatrix(GL_MODELVIEW); in drawVector()95 popMatrix(GL_MODELVIEW); in drawVectorBox()
83 inline void popMatrix(GLenum matrixTarget);185 inline void GpuHelper::popMatrix(GLenum matrixTarget)
105 gpu.popMatrix(GL_MODELVIEW); in draw()
522 void popMatrix();
3264 void Context::popMatrix() in popMatrix() function in es1::Context
3353 context->popMatrix(); in PopMatrix()