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

  /external/swiftshader/src/Renderer/
TextureStage.cpp 271 if(stageOperation == STAGE_BLENDDIFFUSEALPHA)
375 return uses(SOURCE_DIFFUSE) || (stageOperation == STAGE_BLENDDIFFUSEALPHA || stageOperationAlpha == STAGE_BLENDDIFFUSEALPHA);
TextureStage.hpp 51 STAGE_BLENDDIFFUSEALPHA,
  /external/swiftshader/src/Shader/
PixelPipeline.cpp 696 case TextureStage::STAGE_BLENDDIFFUSEALPHA: // Alpha * (Arg1 - Arg2) + Arg2
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]

Completed in 247 milliseconds