Home
last modified time | relevance | path

Searched refs:drawElementsInstancedANGLE (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DANGLEInstancedArrays.cpp80 void ANGLEInstancedArrays::drawElementsInstancedANGLE(GC3Denum mode, GC3Dsizei count, GC3Denum type… in drawElementsInstancedANGLE() function in WebCore::ANGLEInstancedArrays
85 m_context->drawElementsInstancedANGLE(mode, count, type, offset, primcount); in drawElementsInstancedANGLE()
DANGLEInstancedArrays.h52 …void drawElementsInstancedANGLE(GC3Denum mode, GC3Dsizei count, GC3Denum type, GC3Dintptr offset, …
DANGLEInstancedArrays.idl38 …[StrictTypeChecking] void drawElementsInstancedANGLE(unsigned long mode, long count, unsigned long…
DWebGLRenderingContext.h160 …void drawElementsInstancedANGLE(GC3Denum mode, GC3Dsizei count, GC3Denum type, GC3Dintptr offset, …
DWebGLRenderingContext.cpp1855 void WebGLRenderingContext::drawElementsInstancedANGLE(GC3Denum mode, GC3Dsizei count, GC3Denum typ… in drawElementsInstancedANGLE() function in WebCore::WebGLRenderingContext
1866 …m_context->extensions()->drawElementsInstancedANGLE(mode, count, type, static_cast<GC3Dintptr>(off… in drawElementsInstancedANGLE()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DExtensions3D.cpp222 void Extensions3D::drawElementsInstancedANGLE(GC3Denum mode, GC3Dsizei count, GC3Denum type, GC3Din… in drawElementsInstancedANGLE() function in WebCore::Extensions3D
224 m_context->webContext()->drawElementsInstancedANGLE(mode, count, type, offset, primcount); in drawElementsInstancedANGLE()
DExtensions3D.h309 …void drawElementsInstancedANGLE(GC3Denum mode, GC3Dsizei count, GC3Denum type, GC3Dintptr offset, …
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h474 …virtual void drawElementsInstancedANGLE(WGC3Denum mode, WGC3Dsizei count, WGC3Denum type, WGC3Dint… in drawElementsInstancedANGLE() function
/external/chromium_org/content/common/gpu/client/
Dwebgraphicscontext3d_command_buffer_impl.h617 virtual void drawElementsInstancedANGLE(WGC3Denum mode, WGC3Dsizei count,
Dwebgraphicscontext3d_command_buffer_impl.cc1305 void WebGraphicsContext3DCommandBufferImpl::drawElementsInstancedANGLE( in DELEGATE_TO_GL_1R()