Home | History | Annotate | Download | only in main

Lines Matching refs:depthMax

5419  * \param depthMax  max value for returned GLushort or GLuint values
5424 GLenum dstType, GLvoid *dest, GLuint depthMax,
5449 && depthMax == 0xffffffff) {
5460 && depthMax == 0xffffff) {
5514 depthMax == 0xffffff &&
5608 if (depthMax <= 0xffffff) {
5611 zValues[i] = (GLuint) (depthValues[i] * (GLfloat) depthMax);
5617 GLdouble z = depthValues[i] * (GLdouble) depthMax;
5628 ASSERT(depthMax <= 0xffff);
5630 zValues[i] = (GLushort) (depthValues[i] * (GLfloat) depthMax);