Lines Matching refs:GLfloat
386 inline GLfloat* editElements() { return m; } in editElements()
387 inline GLfloat const* elements() const { return m; } in elements()
390 void set(const GLfloat* rhs);
399 GLfloat m[16];
401 void load(const GLfloat* rhs);
403 void translate(GLfloat x, GLfloat y, GLfloat z);
404 void scale(GLfloat x, GLfloat y, GLfloat z);
405 void rotate(GLfloat a, GLfloat x, GLfloat y, GLfloat z);
461 void load(const GLfloat* rhs);
463 void translate(GLfloat x, GLfloat y, GLfloat z);
464 void scale(GLfloat x, GLfloat y, GLfloat z);
465 void rotate(GLfloat a, GLfloat x, GLfloat y, GLfloat z);
480 GLfloat zNear;
481 GLfloat zFar;