Home
last modified time | relevance | path

Searched defs:drawElements (Results 1 – 10 of 10) sorted by relevance

/external/deqp/modules/gles2/performance/
Des2pDrawCallBatchingTests.cpp994 bool drawElements = (drawType == 1); in init() local
/external/chromium_org/cc/test/
Dtest_web_graphics_context_3d.h198 virtual void drawElements(GLenum mode, in drawElements() function
/external/chromium_org/third_party/angle/src/libGLESv2/
DContext.cpp1714 void Context::drawElements(GLenum mode, GLsizei count, GLenum type, in drawElements() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl55 glDrawElementsFunc drawElements; variable
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp795 void GLContext::drawElements (deUint32 mode, int count, deUint32 type, const void *indices) in drawElements() function in sglr::GLContext
DsglrReferenceContext.cpp4035 void ReferenceContext::drawElements (deUint32 mode, int count, deUint32 type, const void *indices) in drawElements() function in sglr::ReferenceContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h108 …virtual void drawElements(WGC3Denum mode, WGC3Dsizei count, WGC3Denum type, WGC3Dintptr offset) { } in drawElements() function
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
DRenderer9.cpp1341 void Renderer9::drawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, in drawElements() function in rx::Renderer9
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
DRenderer11.cpp1073 void Renderer11::drawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, in drawElements() function in rx::Renderer11
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp1835 void WebGLRenderingContextBase::drawElements(GLenum mode, GLsizei count, GLenum type, long long off… in drawElements() function in blink::WebGLRenderingContextBase