Searched refs:depthMode (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_texture.h84 GLenum depthMode; member in struct:__anon16242
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_texture.c234 tobj->depthMode = GL_LUMINANCE;
1323 tobj->depthMode = (GLenum) param[0];
3067 *params = (GLfloat) tobj->depthMode;
3233 *params = (GLint) tobj->depthMode;
H A Dstate_texdiff.c653 diff_api.TexParameteri(tobj->target, GL_DEPTH_TEXTURE_MODE_ARB, tobj->depthMode);

Completed in 54 milliseconds