HomeSort by relevance Sort by last modified time
    Searched refs:mul2f (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/libagl/
fp.h 60 inline GLfloat mul2f(GLfloat v) CONST;
207 GLfloat mul2f(GLfloat v) { function in namespace:android::gl
matrix.cpp 828 const GLfloat x = mul2f(zNear * r_width);
829 const GLfloat y = mul2f(zNear * r_height);
830 const GLfloat A = mul2f((right + left) * r_width);
833 const GLfloat D = mul2f(zFar * zNear * r_depth);
868 const GLfloat x = mul2f(r_width);
869 const GLfloat y = mul2f(r_height);
870 const GLfloat z = -mul2f(r_depth);

Completed in 29 milliseconds