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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_limits.h158 GLuint maxRectTextureSize; member in struct:__anon16209
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_limits.c82 l->maxRectTextureSize = CR_MAX_RECTANGLE_TEXTURE_SIZE;
H A Dstate_teximage.c456 if (width < 0 || width > (int) g->limits.maxRectTextureSize ||
457 height < 0 || height > (int) g->limits.maxRectTextureSize) {
H A Dstate_texture.c70 for (i=0, a=limits->maxRectTextureSize; a; i++, a=a>>1);

Completed in 56 milliseconds