/external/webkit/Source/WebCore/platform/graphics/gpu/ |
SharedGraphicsContext3D.h | 84 void drawArrays(GC3Denum mode, GC3Dint first, GC3Dsizei count);
|
SharedGraphicsContext3D.cpp | 158 void SharedGraphicsContext3D::drawArrays(GC3Denum mode, GC3Dint first, GC3Dsizei count) 160 m_context->drawArrays(mode, first, count);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
GLES2Canvas.cpp | 296 m_context->drawArrays(GraphicsContext3D::TRIANGLE_STRIP, 0, 4); 467 m_context->drawArrays(GraphicsContext3D::TRIANGLE_STRIP, 0, 4); 504 m_context->drawArrays(GraphicsContext3D::TRIANGLE_STRIP, 0, 4); 534 m_context->drawArrays(GraphicsContext3D::TRIANGLE_STRIP, 0, 4); 658 m_context->graphicsContext3D()->drawArrays(GraphicsContext3D::TRIANGLE_FAN, 0, inVertices.size()); 733 m_context->drawArrays(GraphicsContext3D::TRIANGLES, 0, m_pathCache.numberOfVertices()); 737 m_context->drawArrays(GraphicsContext3D::TRIANGLES, 0, m_pathCache.numberOfInteriorVertices()); [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
Context.h | 392 void drawArrays(GLenum mode, GLint first, GLsizei count);
|
Context.cpp | [all...] |
libGLESv2.cpp | [all...] |
/external/webkit/Source/WebKit/chromium/public/ |
WebGraphicsContext3D.h | 213 virtual void drawArrays(WGC3Denum mode, WGC3Dint first, WGC3Dsizei count) = 0;
|
/external/webkit/Source/WebKit/chromium/src/ |
GraphicsContext3DInternal.h | 124 void drawArrays(GC3Denum mode, GC3Dint first, GC3Dsizei count);
|
GraphicsContext3DChromium.cpp | 475 DELEGATE_TO_IMPL_3(drawArrays, GC3Denum, GC3Dint, GC3Dsizei) [all...] |
/external/webkit/Source/WebCore/html/canvas/ |
WebGLRenderingContext.h | 129 void drawArrays(GC3Denum mode, GC3Dint first, GC3Dsizei count, ExceptionCode&);
|
WebGLRenderingContext.idl | 508 [StrictTypeChecking] void drawArrays(in unsigned long mode, in long first, in long count) raises(DOMException); [all...] |
WebGLRenderingContext.cpp | [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
GraphicsContext3D.h | 650 void drawArrays(GC3Denum mode, GC3Dint first, GC3Dsizei count); [all...] |
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
GraphicsContext3DOpenGL.cpp | 613 void GraphicsContext3D::drawArrays(GC3Denum mode, GC3Dint first, GC3Dsizei count) [all...] |
/external/webkit/Source/WebCore/platform/graphics/qt/ |
GraphicsContext3DQt.cpp | [all...] |