Searched refs:STATIC_DRAW (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGeometryBinding.cpp55 GLC(m_context, m_context->bufferData(GraphicsContext3D::ARRAY_BUFFER, sizeof(vertices), vertices, GraphicsContext3D::STATIC_DRAW));
57 GLC(m_context, m_context->bufferData(GraphicsContext3D::ELEMENT_ARRAY_BUFFER, sizeof(indices), indices, GraphicsContext3D::STATIC_DRAW));
H A DGLES2Canvas.cpp723 GraphicsContext3D::STATIC_DRAW);
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DSharedGraphicsContext3D.cpp355 m_context->bufferData(GraphicsContext3D::ARRAY_BUFFER, sizeof(vertices), vertices, GraphicsContext3D::STATIC_DRAW);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h152 STATIC_DRAW = 0x88E4, enumerator in enum:WebCore::GraphicsContext3D::__anon15874
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.idl109 const unsigned int STATIC_DRAW = 0x88E4;
H A DWebGLRenderingContext.cpp891 WebGLBuffer* buffer = validateBufferDataParameters(target, GraphicsContext3D::STATIC_DRAW);
916 WebGLBuffer* buffer = validateBufferDataParameters(target, GraphicsContext3D::STATIC_DRAW);
4604 case GraphicsContext3D::STATIC_DRAW:

Completed in 120 milliseconds