Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.h167 void rotatef(float angle, float x, float y, float z);
DGLEScmContext.h126 void rotatef(float angle, float x, float y, float z);
DGLEScmContext.cpp1758 void GLEScmContext::rotatef(float angle, float x, float y, float z) { in rotatef() function in GLEScmContext
1763 core().rotatef(angle, x, y, z); in rotatef()
DCoreProfileEngine.cpp775 void CoreProfileEngine::rotatef(float angle, float x, float y, float z) { in rotatef() function in CoreProfileEngine
DGLEScmImp.cpp1822 ctx->rotatef(angle, x, y, z); in glRotatef()
1828 ctx->rotatef(angle,X2F(x),X2F(y),X2F(z)); in glRotatex()