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

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_regcombiner.c143 if( *params < 1 || *params > g->limits.maxGeneralCombiners )
214 if( stage < GL_COMBINER0_NV || stage >= GL_COMBINER0_NV + g->limits.maxGeneralCombiners )
330 if( stage < GL_COMBINER0_NV || stage >= GL_COMBINER0_NV + g->limits.maxGeneralCombiners )
645 if( stage >= g->limits.maxGeneralCombiners )
681 if( stage >= g->limits.maxGeneralCombiners )
H A Dstate_limits.c57 fprintf(stderr, "GL_MAX_GENERAL_COMBINERS_NV = %d\n", (int) l->maxGeneralCombiners);
85 l->maxGeneralCombiners = CR_MAX_GENERAL_COMBINERS;
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_limits.h155 GLuint maxGeneralCombiners; member in struct:__anon16209

Completed in 46 milliseconds