Searched refs:drawElementsInstancedANGLE (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | ANGLEInstancedArrays.cpp | 80 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()
|
D | ANGLEInstancedArrays.h | 52 …void drawElementsInstancedANGLE(GC3Denum mode, GC3Dsizei count, GC3Denum type, GC3Dintptr offset, …
|
D | ANGLEInstancedArrays.idl | 38 …[StrictTypeChecking] void drawElementsInstancedANGLE(unsigned long mode, long count, unsigned long…
|
D | WebGLRenderingContext.h | 160 …void drawElementsInstancedANGLE(GC3Denum mode, GC3Dsizei count, GC3Denum type, GC3Dintptr offset, …
|
D | WebGLRenderingContext.cpp | 1855 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/ |
D | Extensions3D.cpp | 222 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()
|
D | Extensions3D.h | 309 …void drawElementsInstancedANGLE(GC3Denum mode, GC3Dsizei count, GC3Denum type, GC3Dintptr offset, …
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebGraphicsContext3D.h | 474 …virtual void drawElementsInstancedANGLE(WGC3Denum mode, WGC3Dsizei count, WGC3Denum type, WGC3Dint… in drawElementsInstancedANGLE() function
|
/external/chromium_org/content/common/gpu/client/ |
D | webgraphicscontext3d_command_buffer_impl.h | 617 virtual void drawElementsInstancedANGLE(WGC3Denum mode, WGC3Dsizei count,
|
D | webgraphicscontext3d_command_buffer_impl.cc | 1305 void WebGraphicsContext3DCommandBufferImpl::drawElementsInstancedANGLE( in DELEGATE_TO_GL_1R()
|