Searched defs:maxRectangleTextureSize (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp834 GLint maxRectangleTextureSize; member in struct:VMSVGA3DSTATE::__anon13184
1596 pState->caps.maxRectangleTextureSize = 2048;
1619 VMSVGA3D_INIT_CHECKED(glGetIntegerv(GL_MAX_RECTANGLE_TEXTURE_SIZE, &pState->caps.maxRectangleTextureSize));
1756 LogRel(("VMSVGA3d: maxColorAttachments=%-2d maxTextureAnisotropy=%-2d maxRectangleTextureSize=%d\n",
1757 pState->caps.maxColorAttachments, pState->caps.maxTextureAnisotropy, pState->caps.maxRectangleTextureSize));
2106 *pu32Val = pState->caps.maxRectangleTextureSize;

Completed in 62 milliseconds