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

  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.h 214 void setColorMask(bool red, bool green, bool blue, bool alpha);
Context.cpp 722 void Context::setColorMask(bool red, bool green, bool blue, bool alpha)
    [all...]
libGLESv2.cpp 790 context->setColorMask(red == GL_TRUE, green == GL_TRUE, blue == GL_TRUE, alpha == GL_TRUE);
    [all...]

Completed in 492 milliseconds