Searched refs:isSampleCoverageEnabled (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h343 bool isSampleCoverageEnabled() const;
H A DContext.cpp576 bool Context::isSampleCoverageEnabled() const function in class:es1::Context
H A DlibGLES_CM.cpp2481 case GL_SAMPLE_COVERAGE: return context->isSampleCoverageEnabled(); break;
/external/swiftshader/src/OpenGL/libGL/
H A DContext.h552 bool isSampleCoverageEnabled() const;
H A DContext.cpp581 bool Context::isSampleCoverageEnabled() const function in class:gl::Context
H A DlibGL.cpp3506 case GL_SAMPLE_COVERAGE: return context->isSampleCoverageEnabled();
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h478 bool isSampleCoverageEnabled() const;
H A DContext.cpp600 bool Context::isSampleCoverageEnabled() const function in class:es2::Context
H A DlibGLESv2.cpp4220 case GL_SAMPLE_COVERAGE: return context->isSampleCoverageEnabled();

Completed in 621 milliseconds