Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h459 void setBlendColor(float red, float green, float blue, float alpha);
DContext.cpp442 void Context::setBlendColor(float red, float green, float blue, float alpha) in setBlendColor() function in es2::Context
DlibGLESv2.cpp317 …context->setBlendColor(es2::clamp01(red), es2::clamp01(green), es2::clamp01(blue), es2::clamp01(al… in BlendColor()