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

  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 459 void setBlendColor(float red, float green, float blue, float alpha);
Context.cpp 442 void Context::setBlendColor(float red, float green, float blue, float alpha)
    [all...]
libGLESv2.cpp 317 context->setBlendColor(es2::clamp01(red), es2::clamp01(green), es2::clamp01(blue), es2::clamp01(alpha));
    [all...]

Completed in 69 milliseconds