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

  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.h 172 void setBlendColor(float red, float green, float blue, float alpha);
Context.cpp 555 void Context::setBlendColor(float red, float green, float blue, float alpha)
    [all...]
libGLESv2.cpp 346 context->setBlendColor(gl::clamp01(red), gl::clamp01(green), gl::clamp01(blue), gl::clamp01(alpha));
    [all...]

Completed in 31 milliseconds