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

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_texdiff.c337 if (from->unit[i].eyeQCoeff.x != to->unit[i].eyeQCoeff.x ||
338 from->unit[i].eyeQCoeff.y != to->unit[i].eyeQCoeff.y ||
339 from->unit[i].eyeQCoeff.z != to->unit[i].eyeQCoeff.z ||
340 from->unit[i].eyeQCoeff.w != to->unit[i].eyeQCoeff.w) {
342 f[0] = to->unit[i].eyeQCoeff.x;
343 f[1] = to->unit[i].eyeQCoeff
[all...]
H A Dstate_texture.c142 t->unit[i].eyeQCoeff = zero_vector;
2410 t->unit[t->curTextureUnit].eyeQCoeff = v;
2592 param[0] = (GLdouble) t->unit[t->curTextureUnit].eyeQCoeff.x;
2593 param[1] = (GLdouble) t->unit[t->curTextureUnit].eyeQCoeff.y;
2594 param[2] = (GLdouble) t->unit[t->curTextureUnit].eyeQCoeff.z;
2595 param[3] = (GLdouble) t->unit[t->curTextureUnit].eyeQCoeff.w;
2698 param[0] = t->unit[t->curTextureUnit].eyeQCoeff.x;
2699 param[1] = t->unit[t->curTextureUnit].eyeQCoeff.y;
2700 param[2] = t->unit[t->curTextureUnit].eyeQCoeff.z;
2701 param[3] = t->unit[t->curTextureUnit].eyeQCoeff
[all...]
H A Dstate_lists.c576 CRSTATE_SET_TEXGEN_4F(texture.unit[i].eyeQCoeff, GL_Q, GL_EYE_PLANE);
H A Dstate_attrib.c76 dest->eyeQCoeff = src->eyeQCoeff;
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_texture.h161 GLvectorf eyeQCoeff; member in struct:__anon16244
H A Dcr_attrib.h306 GLvectorf eyeQCoeff[CR_MAX_TEXTURE_UNITS];

Completed in 62 milliseconds