HomeSort by relevance Sort by last modified time
    Searched refs:ModeRGB (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texblend.c 168 switch (combine->ModeRGB) {
186 switch (combine->ModeRGB) {
272 if (combine->ModeRGB == GL_DOT3_RGBA_EXT ||
273 combine->ModeRGB == GL_DOT3_RGBA) {
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 119 GLuint ModeRGB:5; /**< MODE_x */
441 key->unit[i].ModeRGB =
442 translate_mode(texUnit->EnvMode, comb->ModeRGB);
762 switch (key->unit[unit].ModeRGB) {
782 else if (need_saturate(key->unit[unit].ModeRGB))
800 if (key->unit[unit].ModeRGB == key->unit[unit].ModeA &&
804 key->unit[unit].ModeRGB,
812 else if (key->unit[unit].ModeRGB == MODE_DOT3_RGBA_EXT ||
813 key->unit[unit].ModeRGB == MODE_DOT3_RGBA) {
816 key->unit[unit].ModeRGB,
    [all...]
texenv.c 152 if (texUnit->Combine.ModeRGB == mode)
155 texUnit->Combine.ModeRGB = mode;
558 return texUnit->Combine.ModeRGB;
texstate.c 127 printf(" GL_COMBINE_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.ModeRGB));
275 state->ModeRGB = (state->SourceRGB[0] != GL_PREVIOUS)
412 switch (combine->ModeRGB) {
attrib.c 807 unit->Combine.ModeRGB);
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 337 switch ( texUnit->_CurrentCombine->ModeRGB ) {
403 if ( (texUnit->_CurrentCombine->ModeRGB == GL_DOT3_RGBA_EXT)
404 || (texUnit->_CurrentCombine->ModeRGB == GL_DOT3_RGBA) ) {
513 if ( (texUnit->_CurrentCombine->ModeRGB == GL_DOT3_RGB_EXT)
514 || (texUnit->_CurrentCombine->ModeRGB == GL_DOT3_RGB) ) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 442 switch ( texUnit->_CurrentCombine->ModeRGB ) {
605 if ( (texUnit->_CurrentCombine->ModeRGB == GL_DOT3_RGBA_EXT)
606 || (texUnit->_CurrentCombine->ModeRGB == GL_DOT3_RGBA) ) {
805 const GLboolean isdot3rgba = (texUnit->_CurrentCombine->ModeRGB == GL_DOT3_RGBA) ||
806 (texUnit->_CurrentCombine->ModeRGB == GL_DOT3_RGBA_EXT);
882 if ( (ctx->Texture.Unit[i]._CurrentCombine->ModeRGB == GL_REPLACE) &&
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 128 printf("modeRGB 0x%x modeA 0x%x srcRGB1 0x%x srcA1 0x%x srcRGB2 0x%x srcA2 0x%x\n",
129 combine->ModeRGB,
305 switch (combine->ModeRGB) {
526 if (combine->ModeRGB == GL_DOT3_RGBA_EXT ||
527 combine->ModeRGB == GL_DOT3_RGBA) {

Completed in 161 milliseconds