Searched refs:Scalex (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 294 void GL_APIENTRY Scalex(GLfixed x, GLfixed y, GLfixed z); 1240 return es1::Scalex(x, y, z); in glScalex() 1559 this->glScalex = es1::Scalex; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 3497 void GL_APIENTRY Scalex(GLfixed x, GLfixed y, GLfixed z) in Scalex() function
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.cpp | 1694 ANGLE_CAPTURE(Scalex, isCallValid, context, x, y, z); in GL_Scalex()
|