Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderPrimitiveCounter.cpp91 testConfiguration.m_layoutOut = "points"; in init()
110 testConfiguration.m_layoutOut = "line_strip"; in init()
133 testConfiguration.m_layoutOut = "triangle_strip"; in init()
148 testConfiguration.m_layoutOut = "points"; in init()
167 testConfiguration.m_layoutOut = "line_strip"; in init()
190 testConfiguration.m_layoutOut = "triangle_strip"; in init()
205 testConfiguration.m_layoutOut = "points"; in init()
224 testConfiguration.m_layoutOut = "line_strip"; in init()
247 testConfiguration.m_layoutOut = "triangle_strip"; in init()
264 testConfiguration.m_layoutOut = "points"; in init()
[all …]
DesextcGeometryShaderPrimitiveCounter.hpp38 std::string m_layoutOut; member