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

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h344 void setSampleCoverageParams(GLclampf value, bool invert);
H A DContext.cpp581 void Context::setSampleCoverageParams(GLclampf value, bool invert) function in class:es1::Context
H A DlibGLES_CM.cpp3471 context->setSampleCoverageParams(es1::clamp01(value), invert == GL_TRUE);
/external/swiftshader/src/OpenGL/libGL/
H A DContext.h553 void setSampleCoverageParams(GLclampf value, bool invert);
H A DContext.cpp586 void Context::setSampleCoverageParams(GLclampf value, bool invert) function in class:gl::Context
H A DlibGL.cpp3906 context->setSampleCoverageParams(gl::clamp01(value), invert == GL_TRUE);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h479 void setSampleCoverageParams(GLclampf value, bool invert);
H A DContext.cpp605 void Context::setSampleCoverageParams(GLclampf value, bool invert) function in class:es2::Context
H A DlibGLESv2.cpp4691 context->setSampleCoverageParams(es2::clamp01(value), invert == GL_TRUE);

Completed in 488 milliseconds