Searched refs:textureUnit (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texcombine.c87 const struct gl_fixedfunc_texture_unit *textureUnit = local in function:texture_combine
89 const struct gl_tex_env_combine_state *combine = textureUnit->_CurrentCombine;
158 GLfloat red = textureUnit->EnvColor[0];
159 GLfloat green = textureUnit->EnvColor[1];
160 GLfloat blue = textureUnit->EnvColor[2];
161 GLfloat alpha = textureUnit->EnvColor[3];
254 GLfloat alpha = textureUnit->EnvColor[3];
322 if (textureUnit->EnvMode == GL_COMBINE4_NV) {
343 if (textureUnit->EnvMode == GL_COMBINE4_NV) {
457 if (textureUnit
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texcombine.c87 const struct gl_fixedfunc_texture_unit *textureUnit = local in function:texture_combine
89 const struct gl_tex_env_combine_state *combine = textureUnit->_CurrentCombine;
158 GLfloat red = textureUnit->EnvColor[0];
159 GLfloat green = textureUnit->EnvColor[1];
160 GLfloat blue = textureUnit->EnvColor[2];
161 GLfloat alpha = textureUnit->EnvColor[3];
254 GLfloat alpha = textureUnit->EnvColor[3];
322 if (textureUnit->EnvMode == GL_COMBINE4_NV) {
343 if (textureUnit->EnvMode == GL_COMBINE4_NV) {
457 if (textureUnit
[all...]

Completed in 3 milliseconds