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

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

Completed in 54 milliseconds