Home
last modified time | relevance | path

Searched refs:setBooleanConstant (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVertexProcessor.hpp197 void setBooleanConstant(unsigned int index, int boolean);
DPixelProcessor.hpp200 void setBooleanConstant(unsigned int index, int boolean);
DVertexProcessor.cpp179 void VertexProcessor::setBooleanConstant(unsigned int index, int boolean) in setBooleanConstant() function in sw::VertexProcessor
DPixelProcessor.cpp147 void PixelProcessor::setBooleanConstant(unsigned int index, int boolean) in setBooleanConstant() function in sw::PixelProcessor
DRenderer.cpp2708 PixelProcessor::setBooleanConstant(index + i, *boolean); in setPixelShaderConstantB()
2759 VertexProcessor::setBooleanConstant(index + i, *boolean); in setVertexShaderConstantB()