Home
last modified time | relevance | path

Searched refs:loadMatrixf (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.h140 void loadMatrixf(const GLfloat* m);
DGLEScmContext.h83 void loadMatrixf(const GLfloat* m);
DGLEScmContext.cpp942 void GLEScmContext::loadMatrixf(const GLfloat* m) { in loadMatrixf() function in GLEScmContext
946 core().loadMatrixf(m); in loadMatrixf()
DCoreProfileEngine.cpp600 void CoreProfileEngine::loadMatrixf(const GLfloat* m) { in loadMatrixf() function in CoreProfileEngine
DGLEScmImp.cpp1601 ctx->loadMatrixf(m); in glLoadMatrixf()
1611 ctx->loadMatrixf(mat); in glLoadMatrixx()