Home
last modified time | relevance | path

Searched refs:TRIANGLE_FAN (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h120 TRIANGLE_FAN = 0x0006, enumerator
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGLES2Canvas.cpp658 … m_context->graphicsContext3D()->drawArrays(GraphicsContext3D::TRIANGLE_FAN, 0, inVertices.size()); in tesselateAndFillPath()
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.idl48 const unsigned int TRIANGLE_FAN = 0x0006;
DWebGLRenderingContext.cpp4424 case GraphicsContext3D::TRIANGLE_FAN: in validateDrawMode()