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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp3075 GLint activeTexture = 0; local
3086 glGetIntegerv(GL_TEXTURE_BINDING_2D, &activeTexture);
3146 glBindTexture(GL_TEXTURE_2D, activeTexture);
3538 GLint activeTexture; local
3541 glGetIntegerv(GL_TEXTURE_BINDING_2D, &activeTexture);
3561 glBindTexture(GL_TEXTURE_2D, activeTexture);
3609 GLint activeTexture = 0; local
3611 glGetIntegerv(GL_TEXTURE_BINDING_2D, &activeTexture);
3640 glBindTexture(GL_TEXTURE_2D, activeTexture);
3813 GLint activeTexture local
[all...]

Completed in 56 milliseconds