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

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.h177 bool sampleCoverage; member in struct:gl::State
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp897 void GraphicsContext3D::sampleCoverage(GC3Dclampf value, GC3Dboolean invert) function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp2920 void WebGLRenderingContext::sampleCoverage(GC3Dfloat value, GC3Dboolean invert) function in class:WebCore::__anon14578::WebGLRenderingContext
2924 m_context->sampleCoverage(value, invert);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp223 glSampleCoverageType sampleCoverage; member in class:WebCore::GraphicsContext3DInternal
387 sampleCoverage = GET_PROC_ADDRESS(glSampleCoverage);
1178 void GraphicsContext3D::sampleCoverage(GC3Dclampf value, GC3Dboolean invert) function in class:WebCore::GraphicsContext3D
1181 m_internal->sampleCoverage(value, invert);

Completed in 51 milliseconds