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

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_texdiff.c298 if (from->unit[i].eyeSCoeff.x != to->unit[i].eyeSCoeff.x ||
299 from->unit[i].eyeSCoeff.y != to->unit[i].eyeSCoeff.y ||
300 from->unit[i].eyeSCoeff.z != to->unit[i].eyeSCoeff.z ||
301 from->unit[i].eyeSCoeff.w != to->unit[i].eyeSCoeff.w) {
303 f[0] = to->unit[i].eyeSCoeff.x;
304 f[1] = to->unit[i].eyeSCoeff
[all...]
H A Dstate_texture.c139 t->unit[i].eyeSCoeff = x_vector;
2266 t->unit[t->curTextureUnit].eyeSCoeff = v;
2574 param[0] = (GLdouble) t->unit[t->curTextureUnit].eyeSCoeff.x;
2575 param[1] = (GLdouble) t->unit[t->curTextureUnit].eyeSCoeff.y;
2576 param[2] = (GLdouble) t->unit[t->curTextureUnit].eyeSCoeff.z;
2577 param[3] = (GLdouble) t->unit[t->curTextureUnit].eyeSCoeff.w;
2680 param[0] = t->unit[t->curTextureUnit].eyeSCoeff.x;
2681 param[1] = t->unit[t->curTextureUnit].eyeSCoeff.y;
2682 param[2] = t->unit[t->curTextureUnit].eyeSCoeff.z;
2683 param[3] = t->unit[t->curTextureUnit].eyeSCoeff
[all...]
H A Dstate_lists.c573 CRSTATE_SET_TEXGEN_4F(texture.unit[i].eyeSCoeff, GL_S, GL_EYE_PLANE);
H A Dstate_attrib.c73 dest->eyeSCoeff = src->eyeSCoeff;
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_texture.h158 GLvectorf eyeSCoeff; member in struct:__anon16244
H A Dcr_attrib.h303 GLvectorf eyeSCoeff[CR_MAX_TEXTURE_UNITS];

Completed in 61 milliseconds