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

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.cpp296 m_context->drawArrays(GraphicsContext3D::TRIANGLE_STRIP, 0, 4);
467 m_context->drawArrays(GraphicsContext3D::TRIANGLE_STRIP, 0, 4);
504 m_context->drawArrays(GraphicsContext3D::TRIANGLE_STRIP, 0, 4);
534 m_context->drawArrays(GraphicsContext3D::TRIANGLE_STRIP, 0, 4);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h119 TRIANGLE_STRIP = 0x0005, enumerator in enum:WebCore::GraphicsContext3D::__anon15874
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.idl47 const unsigned int TRIANGLE_STRIP = 0x0005;
H A DWebGLRenderingContext.cpp4423 case GraphicsContext3D::TRIANGLE_STRIP:

Completed in 57 milliseconds