Searched refs:GL_COMBINER0_NV (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_regcombiner.c214 if( stage < GL_COMBINER0_NV || stage >= GL_COMBINER0_NV + g->limits.maxGeneralCombiners )
246 stage -= GL_COMBINER0_NV;
330 if( stage < GL_COMBINER0_NV || stage >= GL_COMBINER0_NV + g->limits.maxGeneralCombiners )
385 stage -= GL_COMBINER0_NV;
535 int i = stage - GL_COMBINER0_NV;
644 stage -= GL_COMBINER0_NV;
647 crStateError(__LINE__, __FILE__, GL_INVALID_ENUM, "CombinerStageParameterfvNV passed bogus stage: 0x%x", stage+GL_COMBINER0_NV );
680 stage -= GL_COMBINER0_NV;
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dnvidia_texture_shader.c148 GLenum target = GL_COMBINER0_NV + stage;
H A Dwined3d_gl.h3568 #define GL_COMBINER0_NV 0x8550 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dnvidia_texture_shader.c157 GLenum target = GL_COMBINER0_NV + stage;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl.h512 #define GL_COMBINER0_NV 0x8550 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h3577 #define GL_COMBINER0_NV 0x8550 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl.h550 #define GL_COMBINER0_NV 0x8550 macro
/vbox/src/VBox/GuestHost/OpenGL/include/GL/
H A Dglext.h2303 #define GL_COMBINER0_NV 0x8550 macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dglext.h2298 #define GL_COMBINER0_NV 0x8550 macro
/vbox/include/VBox/HostServices/
H A Dglext.h2018 #define GL_COMBINER0_NV 0x8550 macro
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/
H A Dglext.h4070 #define GL_COMBINER0_NV 0x8550 macro
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dglext.h3439 #define GL_COMBINER0_NV 0x8550 macro

Completed in 3914 milliseconds