Searched defs:sampleCoverage (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DContext.h82 bool sampleCoverage; member in struct:gl::State
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h183 virtual void sampleCoverage(WGC3Dclampf value, WGC3Dboolean invert) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp3170 void WebGLRenderingContextBase::sampleCoverage(GLfloat value, GLboolean invert) function in class:WebCore::__anon10393::WebGLRenderingContextBase
3174 webContext()->sampleCoverage(value, invert);

Completed in 121 milliseconds