Searched refs:rotatef (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.h | 167 void rotatef(float angle, float x, float y, float z);
|
D | GLEScmContext.h | 126 void rotatef(float angle, float x, float y, float z);
|
D | GLEScmContext.cpp | 1758 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()
|
D | CoreProfileEngine.cpp | 775 void CoreProfileEngine::rotatef(float angle, float x, float y, float z) { in rotatef() function in CoreProfileEngine
|
D | GLEScmImp.cpp | 1822 ctx->rotatef(angle, x, y, z); in glRotatef() 1828 ctx->rotatef(angle,X2F(x),X2F(y),X2F(z)); in glRotatex()
|