Home
last modified time | relevance | path

Searched refs:STAGE_SUBTRACT (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Renderer/
DTextureStage.hpp45 STAGE_SUBTRACT, enumerator
/external/swiftshader/src/Shader/
DPixelPipeline.cpp643 case TextureStage::STAGE_SUBTRACT: // Arg1 - Arg2 in blendTexture()
951 case TextureStage::STAGE_SUBTRACT: // Arg1 - Arg2 in blendTexture()
1032 case TextureStage::STAGE_SUBTRACT: in blendTexture()
1073 case TextureStage::STAGE_SUBTRACT: in blendTexture()
1088 case TextureStage::STAGE_SUBTRACT: in blendTexture()
1126 case TextureStage::STAGE_SUBTRACT: in blendTexture()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.cpp814 case GL_SUBTRACT: return sw::TextureStage::STAGE_SUBTRACT; in ConvertCombineOperation()