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

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_texdiff.c311 if (from->unit[i].eyeTCoeff.x != to->unit[i].eyeTCoeff.x ||
312 from->unit[i].eyeTCoeff.y != to->unit[i].eyeTCoeff.y ||
313 from->unit[i].eyeTCoeff.z != to->unit[i].eyeTCoeff.z ||
314 from->unit[i].eyeTCoeff.w != to->unit[i].eyeTCoeff.w) {
316 f[0] = to->unit[i].eyeTCoeff.x;
317 f[1] = to->unit[i].eyeTCoeff
[all...]
H A Dstate_texture.c140 t->unit[i].eyeTCoeff = y_vector;
2314 t->unit[t->curTextureUnit].eyeTCoeff = v;
2580 param[0] = (GLdouble) t->unit[t->curTextureUnit].eyeTCoeff.x;
2581 param[1] = (GLdouble) t->unit[t->curTextureUnit].eyeTCoeff.y;
2582 param[2] = (GLdouble) t->unit[t->curTextureUnit].eyeTCoeff.z;
2583 param[3] = (GLdouble) t->unit[t->curTextureUnit].eyeTCoeff.w;
2686 param[0] = t->unit[t->curTextureUnit].eyeTCoeff.x;
2687 param[1] = t->unit[t->curTextureUnit].eyeTCoeff.y;
2688 param[2] = t->unit[t->curTextureUnit].eyeTCoeff.z;
2689 param[3] = t->unit[t->curTextureUnit].eyeTCoeff
[all...]
H A Dstate_lists.c574 CRSTATE_SET_TEXGEN_4F(texture.unit[i].eyeTCoeff, GL_T, GL_EYE_PLANE);
H A Dstate_attrib.c74 dest->eyeTCoeff = src->eyeTCoeff;
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_texture.h159 GLvectorf eyeTCoeff; member in struct:__anon16244
H A Dcr_attrib.h304 GLvectorf eyeTCoeff[CR_MAX_TEXTURE_UNITS];

Completed in 61 milliseconds