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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_pixel.h57 GLint mapGtoGsize; member in struct:__anon16221
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_pixel.c52 p->mapGtoGsize = 1;
283 p->mapGtoGsize = mapsize;
402 crMemcpy(values, p->mapGtoG, p->mapGtoGsize * sizeof(GLfloat));
466 for (i = 0; i < p->mapGtoGsize; i++) {
536 for (i = 0; i < p->mapGtoGsize; i++) {
669 diff_api.PixelMapfv(GL_PIXEL_MAP_G_TO_G,to->mapGtoGsize,(GLfloat*)to->mapGtoG);
827 diff_api.PixelMapfv(GL_PIXEL_MAP_G_TO_G,to->mapGtoGsize,(GLfloat*)to->mapGtoG);

Completed in 2353 milliseconds