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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp520 } oglId; member in struct:__anon13172
2657 pSurface->oglId.buffer = OPENGL_INVALID_ID;
2848 else if (pSurface->oglId.buffer != OPENGL_INVALID_ID)
2871 if (pSurface->oglId.buffer != OPENGL_INVALID_ID)
2873 pState->ext.glDeleteBuffers(1, &pSurface->oglId.buffer);
2880 if (pSurface->oglId.texture != OPENGL_INVALID_ID)
2882 glDeleteTextures(1, &pSurface->oglId.texture);
2890 if (pSurface->oglId.renderbuffer != OPENGL_INVALID_ID)
2892 pState->ext.glDeleteRenderbuffers(1, &pSurface->oglId.renderbuffer);
3082 glGenTextures(1, &pSurface->oglId
[all...]

Completed in 55 milliseconds