Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h341 bool isSampleAlphaToCoverageEnabled() const;
DContext.cpp562 bool Context::isSampleAlphaToCoverageEnabled() const in isSampleAlphaToCoverageEnabled() function in es1::Context
DlibGLES_CM.cpp2485 case GL_SAMPLE_ALPHA_TO_COVERAGE: return context->isSampleAlphaToCoverageEnabled(); break; in IsEnabled()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h476 bool isSampleAlphaToCoverageEnabled() const;
DContext.cpp586 bool Context::isSampleAlphaToCoverageEnabled() const in isSampleAlphaToCoverageEnabled() function in es2::Context
DlibGLESv2.cpp3846 case GL_SAMPLE_ALPHA_TO_COVERAGE: return context->isSampleAlphaToCoverageEnabled(); in IsEnabled()