Searched refs:DYNAMIC_DRAW (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h153 DYNAMIC_DRAW = 0x88E8, enumerator in enum:WebCore::GraphicsContext3D::__anon15874
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.idl110 const unsigned int DYNAMIC_DRAW = 0x88E8;
H A DWebGLRenderingContext.cpp4605 case GraphicsContext3D::DYNAMIC_DRAW:
4716 m_context->bufferData(GraphicsContext3D::ARRAY_BUFFER, 0, GraphicsContext3D::DYNAMIC_DRAW);
4747 m_context->bufferData(GraphicsContext3D::ARRAY_BUFFER, bufferDataSize, 0, GraphicsContext3D::DYNAMIC_DRAW);

Completed in 56 milliseconds