Searched refs:SOURCE_DIFFUSE (Results 1 – 4 of 4) sorted by relevance
46 firstArgumentAlpha = SOURCE_DIFFUSE; in init()269 else if(source == SOURCE_DIFFUSE) in usesAlpha()375 …return uses(SOURCE_DIFFUSE) || (stageOperation == STAGE_BLENDDIFFUSEALPHA || stageOperationAlpha =… in usesDiffuse()
71 SOURCE_DIFFUSE, enumerator
448 case TextureStage::SOURCE_DIFFUSE: arg1 = &diffuse; break; in blendTexture()461 case TextureStage::SOURCE_DIFFUSE: arg2 = &diffuse; break; in blendTexture()474 case TextureStage::SOURCE_DIFFUSE: arg3 = &diffuse; break; in blendTexture()820 case TextureStage::SOURCE_DIFFUSE: arg1 = &diffuse; break; in blendTexture()833 case TextureStage::SOURCE_DIFFUSE: arg2 = &diffuse; break; in blendTexture()846 case TextureStage::SOURCE_DIFFUSE: arg3 = &diffuse; break; in blendTexture()
827 case GL_PRIMARY_COLOR: return sw::TextureStage::SOURCE_DIFFUSE; in ConvertSourceArgument()