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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
GeometryBinding.cpp 55 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));
GLES2Canvas.cpp 723 GraphicsContext3D::STATIC_DRAW);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 355 m_context->bufferData(GraphicsContext3D::ARRAY_BUFFER, sizeof(vertices), vertices, GraphicsContext3D::STATIC_DRAW);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 152 STATIC_DRAW = 0x88E4,
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.idl 109 const unsigned int STATIC_DRAW = 0x88E4;
    [all...]
WebGLRenderingContext.cpp 891 WebGLBuffer* buffer = validateBufferDataParameters(target, GraphicsContext3D::STATIC_DRAW);
916 WebGLBuffer* buffer = validateBufferDataParameters(target, GraphicsContext3D::STATIC_DRAW);
    [all...]

Completed in 676 milliseconds