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

  /external/swiftshader/src/Renderer/
Context.cpp 268 destBlendFactorState = BLEND_ZERO;
273 destBlendFactorStateAlpha = BLEND_ZERO;
792 if(!alphaBlendEnable) return BLEND_ZERO;
818 if(sourceBlendFactor() == BLEND_ZERO)
820 if(destBlendFactor() == BLEND_ZERO)
831 if(destBlendFactor() == BLEND_ZERO)
842 if(destBlendFactor() == BLEND_ZERO)
852 if(sourceBlendFactor() == BLEND_ZERO)
858 if(destBlendFactor() == BLEND_ZERO)
869 if(destBlendFactor() == BLEND_ZERO)
    [all...]
Context.hpp 185 BLEND_ZERO,
  /external/swiftshader/src/OpenGL/libGL/
Device.cpp 47 setDestBlendFactor(BLEND_ZERO);
91 setDestBlendFactorAlpha(BLEND_ZERO);
utilities.cpp 480 case GL_ZERO: return sw::BLEND_ZERO;
498 return sw::BLEND_ZERO;
  /external/swiftshader/src/OpenGL/libGLES_CM/
Device.cpp 48 setDestBlendFactor(BLEND_ZERO);
93 setDestBlendFactorAlpha(BLEND_ZERO);
utilities.cpp 588 case GL_ZERO: return sw::BLEND_ZERO;
602 return sw::BLEND_ZERO;
  /external/swiftshader/src/Shader/
PixelRoutine.cpp 865 case BLEND_ZERO:
946 case BLEND_ZERO:
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Device.cpp 52 setDestBlendFactor(BLEND_ZERO);
92 setDestBlendFactorAlpha(BLEND_ZERO);
utilities.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp     [all...]

Completed in 743 milliseconds