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

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.cpp656 m_context->graphicsContext3D()->bufferData(GraphicsContext3D::ARRAY_BUFFER, inVertices.size() * 2 * sizeof(float), inVertices.data(), GraphicsContext3D::STREAM_DRAW);
697 m_context->graphicsContext3D()->bufferData(GraphicsContext3D::ARRAY_BUFFER, vertices.size() * 2 * sizeof(float), vertices.data(), GraphicsContext3D::STREAM_DRAW);
702 m_context->graphicsContext3D()->bufferData(GraphicsContext3D::ELEMENT_ARRAY_BUFFER, indices.size() * sizeof(short), indices.data(), GraphicsContext3D::STREAM_DRAW);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h151 STREAM_DRAW = 0x88E0, enumerator in enum:WebCore::GraphicsContext3D::__anon15874
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.idl108 const unsigned int STREAM_DRAW = 0x88E0;
H A DWebGLRenderingContext.cpp4603 case GraphicsContext3D::STREAM_DRAW:

Completed in 41 milliseconds