Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp293 void GL_APIENTRY Scalef(GLfloat x, GLfloat y, GLfloat z);
1235 return es1::Scalef(x, y, z); in glScalef()
1558 this->glScalef = es1::Scalef; in LibGLES_CMexports()
DlibGLES_CM.cpp3485 void GL_APIENTRY Scalef(GLfloat x, GLfloat y, GLfloat z) in Scalef() function
3499 Scalef((float)x / 0x10000, (float)y / 0x10000, (float)z / 0x10000); in Scalex()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp866 { "glScalef", _O(Scalef) },
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp1673 ANGLE_CAPTURE(Scalef, isCallValid, context, x, y, z); in GL_Scalef()
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp5168 ANGLE_CAPTURE(Scalef, isCallValid, context, x, y, z); in GL_Scalef()