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

  /external/swiftshader/src/Renderer/
TextureStage.hpp 69 SOURCE_CONSTANT,
  /external/swiftshader/src/Shader/
PixelPipeline.cpp 392 if(textureStage.firstArgument == TextureStage::SOURCE_CONSTANT ||
393 textureStage.firstArgumentAlpha == TextureStage::SOURCE_CONSTANT ||
394 textureStage.secondArgument == TextureStage::SOURCE_CONSTANT ||
395 textureStage.secondArgumentAlpha == TextureStage::SOURCE_CONSTANT ||
396 textureStage.thirdArgument == TextureStage::SOURCE_CONSTANT ||
397 textureStage.thirdArgumentAlpha == TextureStage::SOURCE_CONSTANT)
446 case TextureStage::SOURCE_CONSTANT: arg1 = &constant; break;
459 case TextureStage::SOURCE_CONSTANT: arg2 = &constant; break;
472 case TextureStage::SOURCE_CONSTANT: arg3 = &constant; break;
818 case TextureStage::SOURCE_CONSTANT: arg1 = &constant; break
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
utilities.cpp 826 case GL_CONSTANT: return sw::TextureStage::SOURCE_CONSTANT;
Context.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]

Completed in 57 milliseconds