Home
last modified time | relevance | path

Searched refs:m_primType (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp120 PrimitiveType m_primType; member in deqp::gles3::Functional::PrimitiveRestartCase
133 , m_primType (primType) in PrimitiveRestartCase()
219 if (m_primType == PRIMITIVE_POINTS) in init()
281 if (m_primType == PRIMITIVE_POINTS) in init()
309 …else if (m_primType == PRIMITIVE_LINE_STRIP || m_primType == PRIMITIVE_LINE_LOOP || m_primType == … in init()
346 else if (m_primType == PRIMITIVE_TRIANGLE_STRIP) in init()
376 else if (m_primType == PRIMITIVE_TRIANGLE_FAN) in init()
418 else if (m_primType == PRIMITIVE_TRIANGLES) in init()
526 switch (m_primType) in draw()