Searched defs:drawArrays (Results 1 - 11 of 11) sorted by relevance

/external/deqp/modules/gles2/performance/
H A Des2pRedundantStateChangeTests.cpp51 RedundantStateChangeCase (Context& context, int drawCallCount, int triangleCount, bool drawArrays, bool useIndexBuffer, const char* name, const char* description);
60 RedundantStateChangeCase::RedundantStateChangeCase (Context& context, int drawCallCount, int triangleCount, bool drawArrays, bool useIndexBuffer, const char* name, const char* description) argument
63 drawArrays ? DRAWTYPE_NOT_INDEXED :
66 DE_ASSERT(!useIndexBuffer || !drawArrays);
H A Des2pStateChangeTests.cpp51 StateChangeCase (Context& context, int drawCallCount, int triangleCount, bool drawArrays, bool useIndexBuffer, const char* name, const char* description);
61 StateChangeCase::StateChangeCase (Context& context, int drawCallCount, int triangleCount, bool drawArrays, bool useIndexBuffer, const char* name, const char* description) argument
64 drawArrays ? DRAWTYPE_NOT_INDEXED :
67 DE_ASSERT(!useIndexBuffer || !drawArrays);
/external/deqp/modules/gles3/performance/
H A Des3pRedundantStateChangeTests.cpp51 RedundantStateChangeCase (Context& context, int drawCallCount, int triangleCount, bool drawArrays, bool useIndexBuffer, const char* name, const char* description);
60 RedundantStateChangeCase::RedundantStateChangeCase (Context& context, int drawCallCount, int triangleCount, bool drawArrays, bool useIndexBuffer, const char* name, const char* description) argument
63 drawArrays ? DRAWTYPE_NOT_INDEXED :
66 DE_ASSERT(!useIndexBuffer || !drawArrays);
H A Des3pStateChangeTests.cpp51 StateChangeCase (Context& context, int drawCallCount, int triangleCount, bool drawArrays, bool useIndexBuffer, const char* name, const char* description);
61 StateChangeCase::StateChangeCase (Context& context, int drawCallCount, int triangleCount, bool drawArrays, bool useIndexBuffer, const char* name, const char* description) argument
64 drawArrays ? DRAWTYPE_NOT_INDEXED :
67 DE_ASSERT(!useIndexBuffer || !drawArrays);
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.h197 virtual void drawArrays(GLenum mode, GLint first, GLsizei count) {} function in class:cc::TestWebGraphicsContext3D
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp785 void GLContext::drawArrays (deUint32 mode, int first, int count) function in class:sglr::GLContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h107 virtual void drawArrays(WGC3Denum mode, WGC3Dint first, WGC3Dsizei count) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DContext.cpp1669 void Context::drawArrays(GLenum mode, GLint first, GLsizei count, GLsizei instances) function in class:gl::Context
1705 mRenderer->drawArrays(mode, count, instances, transformFeedbackActive);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderer11.cpp1021 void Renderer11::drawArrays(GLenum mode, GLsizei count, GLsizei instances, bool transformFeedbackActive) function in class:rx::Renderer11
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderer9.cpp1304 void Renderer9::drawArrays(GLenum mode, GLsizei count, GLsizei instances, bool transformFeedbackActive) function in class:rx::Renderer9
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp1822 void WebGLRenderingContextBase::drawArrays(GLenum mode, GLint first, GLsizei count) function in class:blink::__anon11092::WebGLRenderingContextBase
1824 if (!validateDrawArrays("drawArrays", mode, first, count))
1829 handleTextureCompleteness("drawArrays", true);
1830 webContext()->drawArrays(mode, first, count);
1831 handleTextureCompleteness("drawArrays", false);

Completed in 5377 milliseconds