HomeSort by relevance Sort by last modified time
    Searched refs:STREAM_DRAW (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 656 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);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 151 STREAM_DRAW = 0x88E0,
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.idl 108 const unsigned int STREAM_DRAW = 0x88E0;
    [all...]
WebGLRenderingContext.cpp     [all...]

Completed in 236 milliseconds