Searched refs:rotatef (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/ |
D | Context_gles_1_0_autogen.h | 85 void rotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z); \
|
D | Context_gles_1_0.cpp | 494 void Context::rotatef(float angle, float x, float y, float z) in rotatef() function in gl::Context
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.cpp | 1605 context->rotatef(angle, x, y, z); in GL_Rotatef()
|
/external/angle/src/libANGLE/capture/ |
D | frame_capture_replay_autogen.cpp | 2536 context->rotatef(params.getParam("angle", ParamType::TGLfloat, 0).value.GLfloatVal, in ReplayCall()
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 5124 context->rotatef(angle, x, y, z); in GL_Rotatef()
|