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

  /external/swiftshader/src/Renderer/
TextureStage.cpp 239 if(stageOperation == STAGE_MULTIPLYADD || stageOperation == STAGE_LERP)
323 if(stageOperation == STAGE_MULTIPLYADD || stageOperation == STAGE_LERP)
354 if(stageOperationAlpha == STAGE_MULTIPLYADD || stageOperationAlpha == STAGE_LERP)
TextureStage.hpp 48 STAGE_LERP,
  /external/swiftshader/src/OpenGL/libGLES_CM/
utilities.cpp 813 case GL_INTERPOLATE: return sw::TextureStage::STAGE_LERP;
Context.cpp     [all...]
  /external/swiftshader/src/Shader/
PixelPipeline.cpp 662 case TextureStage::STAGE_LERP: // Arg3 * (Arg1 - Arg2) + Arg2
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]

Completed in 62 milliseconds