Home
last modified time | relevance | path

Searched refs:getBlendConstants (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Device/
DContext.hpp175 inline const sw::float4 &getBlendConstants() const { return blendConstants; } in getBlendConstants() function
DRenderer.cpp200 pixelProcessor.setBlendConstant(pipelineState.getBlendConstants()); in draw()