Home
last modified time | relevance | path

Searched defs:drawCount (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
DBlit11.cpp426 UINT drawCount = 0; in swizzleTexture() local
549 UINT drawCount = 0; in copyTexture() local
662 UINT drawCount = 0; in copyDepth() local
/external/skia/src/pipe/
DSkGPipePriv.h193 int drawCount() const { in drawCount() function
/external/deqp/modules/gles31/stress/
Des31sVertexAttributeBindingTests.cpp531 …:BindVertexBufferCase (Context& ctx, const char* name, const char* desc, int offset, int drawCount) in BindVertexBufferCase()
Des31sDrawTests.cpp176 const int drawCount = 10; //!< number of elements safe to draw (all buffers have this) in iterate() local
/external/chromium_org/third_party/skia/src/pipe/
DSkGPipePriv.h195 int drawCount() const { in drawCount() function
/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp436 int drawCount; //!<Number of primitives to draw member in deqp::gls::MultiVertexArrayTest::Spec