Searched refs:maxUint (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_pixel.c419 const GLfloat maxUint = 4294967295.0F; local
442 values[i] = (GLuint) (p->mapItoR[i] * maxUint);
447 values[i] = (GLuint) (p->mapItoG[i] * maxUint);
452 values[i] = (GLuint) (p->mapItoB[i] * maxUint);
457 values[i] = (GLuint) (p->mapItoA[i] * maxUint);
462 values[i] = (GLuint) (p->mapRtoR[i] * maxUint);
467 values[i] = (GLuint) (p->mapGtoG[i] * maxUint);
472 values[i] = (GLuint) (p->mapBtoB[i] * maxUint);
477 values[i] = (GLuint) (p->mapAtoA[i] * maxUint);

Completed in 1556 milliseconds