Searched refs:eyeRCoeff (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_texdiff.c324 if (from->unit[i].eyeRCoeff.x != to->unit[i].eyeRCoeff.x ||
325 from->unit[i].eyeRCoeff.y != to->unit[i].eyeRCoeff.y ||
326 from->unit[i].eyeRCoeff.z != to->unit[i].eyeRCoeff.z ||
327 from->unit[i].eyeRCoeff.w != to->unit[i].eyeRCoeff.w) {
329 f[0] = to->unit[i].eyeRCoeff.x;
330 f[1] = to->unit[i].eyeRCoeff
[all...]
H A Dstate_texture.c141 t->unit[i].eyeRCoeff = zero_vector;
2362 t->unit[t->curTextureUnit].eyeRCoeff = v;
2586 param[0] = (GLdouble) t->unit[t->curTextureUnit].eyeRCoeff.x;
2587 param[1] = (GLdouble) t->unit[t->curTextureUnit].eyeRCoeff.y;
2588 param[2] = (GLdouble) t->unit[t->curTextureUnit].eyeRCoeff.z;
2589 param[3] = (GLdouble) t->unit[t->curTextureUnit].eyeRCoeff.w;
2692 param[0] = t->unit[t->curTextureUnit].eyeRCoeff.x;
2693 param[1] = t->unit[t->curTextureUnit].eyeRCoeff.y;
2694 param[2] = t->unit[t->curTextureUnit].eyeRCoeff.z;
2695 param[3] = t->unit[t->curTextureUnit].eyeRCoeff
[all...]
H A Dstate_lists.c575 CRSTATE_SET_TEXGEN_4F(texture.unit[i].eyeRCoeff, GL_R, GL_EYE_PLANE);
H A Dstate_attrib.c75 dest->eyeRCoeff = src->eyeRCoeff;
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_texture.h160 GLvectorf eyeRCoeff; member in struct:__anon16244
H A Dcr_attrib.h305 GLvectorf eyeRCoeff[CR_MAX_TEXTURE_UNITS];

Completed in 61 milliseconds