Home
last modified time | relevance | path

Searched defs:hasPrimitiveRestartEnable (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Device/
DContext.cpp107 …logy topology, uint32_t count, uint32_t first, bool indexed, bool hasPrimitiveRestartEnable, std::… in getIndexBuffers()
DContext.hpp172 inline bool hasPrimitiveRestartEnable() const { return primitiveRestartEnable; } in hasPrimitiveRestartEnable() function