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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_pixel.h52 GLint mapItoRsize; member in struct:__anon16221
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_pixel.c47 p->mapItoRsize = 1;
244 p->mapItoRsize = mapsize;
387 crMemcpy(values, p->mapItoR, p->mapItoRsize * sizeof(GLfloat));
441 for (i = 0; i < p->mapItoRsize; i++) {
511 for (i = 0; i < p->mapItoRsize; i++) {
659 diff_api.PixelMapfv(GL_PIXEL_MAP_I_TO_R,to->mapItoRsize,(GLfloat*)to->mapItoR);
802 diff_api.PixelMapfv(GL_PIXEL_MAP_I_TO_R,to->mapItoRsize,(GLfloat*)to->mapItoR);

Completed in 171 milliseconds