Searched refs:genMode (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_texture.h110 CRbitvalue genMode[CR_MAX_TEXTURE_UNITS][CR_MAX_BITARRAY]; member in struct:__anon16243
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_bits_globalop.h314 _CRSTATE_BITS_OP_SIZEOF(texture.genMode[i]);
H A Dstate_texdiff.c353 if (CHECKDIRTY(tb->genMode[i], bitID))
368 FILLDIRTY(tb->genMode[i]);
371 CLEARDIRTY(tb->genMode[i], nbitID);
1137 if (CHECKDIRTY(tb->genMode[u], bitID))
1154 CLEARDIRTY(tb->genMode[u], nbitID);
H A Dstate_texture.c169 RESET(tb->genMode[i], ctx->bitid);
2241 DIRTY(tb->genMode[t->curTextureUnit], g->neg_bitid);
2289 DIRTY(tb->genMode[t->curTextureUnit], g->neg_bitid);
2337 DIRTY(tb->genMode[t->curTextureUnit], g->neg_bitid);
2385 DIRTY(tb->genMode[t->curTextureUnit], g->neg_bitid);
H A Dstate_lists.c579 if (CHECKDIRTY(sb->texture.genMode[i], negbitID))
H A Dstate_attrib.c1103 DIRTY(sb->texture.genMode[i], g->neg_bitid);
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/
H A Dglext.h12946 GLAPI void APIENTRY glPathColorGenNV (GLenum color, GLenum genMode, GLenum colorFormat, const GLfloat *coeffs);
12947 GLAPI void APIENTRY glPathTexGenNV (GLenum texCoordSet, GLenum genMode, GLint components, const GLfloat *coeffs);
12948 GLAPI void APIENTRY glPathFogGenNV (GLenum genMode);
12996 typedef void (APIENTRYP PFNGLPATHCOLORGENNVPROC) (GLenum color, GLenum genMode, GLenum colorFormat, const GLfloat *coeffs);
12997 typedef void (APIENTRYP PFNGLPATHTEXGENNVPROC) (GLenum texCoordSet, GLenum genMode, GLint components, const GLfloat *coeffs);
12998 typedef void (APIENTRYP PFNGLPATHFOGGENNVPROC) (GLenum genMode);

Completed in 158 milliseconds