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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_lighting.h26 CRbitvalue spot[CR_MAX_BITARRAY]; member in struct:__anon16205
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/
H A Dt_vb_lighttmp.h152 GLfloat spot = (GLfloat) (light->_SpotExpTable[k][0] local
154 attenuation *= spot;
336 GLfloat spot = (GLfloat) (light->_SpotExpTable[k][0] local
338 attenuation *= spot;
731 GLfloat spot = (GLfloat) (light->_SpotExpTable[k][0] local
733 attenuation *= spot;
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_lighting.c99 RESET(ltb->spot, ctx->bitid);
402 DIRTY(ltb->spot, g->neg_bitid);
407 crStateError(__LINE__, __FILE__, GL_INVALID_VALUE, "glLight: spot exponent out of range: %f", *param);
411 DIRTY(ltb->spot, g->neg_bitid);
416 crStateError(__LINE__, __FILE__, GL_INVALID_VALUE, "glLight: spot cutoff out of range: %f", *param);
420 DIRTY(ltb->spot, g->neg_bitid);
H A Dstate_bits_globalop.h190 _CRSTATE_BITS_OP_SIZEOF(lighting.light[i].spot);
H A Dstate_lists.c707 if (CHECKDIRTY(sb->lighting.light[i].spot, negbitID))
H A Dstate_attrib.c898 DIRTY(sb->lighting.light[i].spot, g->neg_bitid);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_eeprom.c3188 int spot; local
3192 spot = 0;
3197 spot += offset;
3201 if (length > 0 && spot >= 0 && spot+length <= mdataSize) {
3203 "Restore at %d: spot=%d offset=%d length=%d\n",
3204 it, spot, offset, length);
3205 memcpy(&mptr[spot], &block[it+2], length);
3206 spot += length;
3209 "Bad restore at %d: spot
[all...]

Completed in 591 milliseconds