Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DContext.h276 bool isSampleAlphaToCoverageEnabled() const;
DContext.cpp594 bool Context::isSampleAlphaToCoverageEnabled() const in isSampleAlphaToCoverageEnabled() function in gl::Context
DlibGLESv2.cpp3661 case GL_SAMPLE_ALPHA_TO_COVERAGE: return context->isSampleAlphaToCoverageEnabled(); in glIsEnabled()