Home
last modified time | relevance | path

Searched refs:m_ibo_usage (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseBufferTests.hpp684 return (!m_use_color_data && m_ibo_usage == IBO_USAGE_NONE) ? in getName()
686 (!m_use_color_data && m_ibo_usage != IBO_USAGE_NONE) ? in getName()
688 (m_use_color_data && m_ibo_usage != IBO_USAGE_NONE) ? "casea a5-a6" : "?!"; in getName()
711 _ibo_usage m_ibo_usage; member in gl4cts::QuadsBufferStorageTestCase
H A Dgl4cSparseBufferTests.cpp3703 , m_ibo_usage(ibo_usage) in QuadsBufferStorageTestCase()
3736 if (m_ibo_usage != IBO_USAGE_NONE) in QuadsBufferStorageTestCase()
3755 * index data only if m_ibo_usage is different from IBO_USAGE_NONE. Color data is only saved if
3763 * relative to the beginning of *out_data. May be NULL if m_ibo_usage
3838 if (m_ibo_usage != IBO_USAGE_NONE)
3998 switch (m_ibo_usage)
4033 } /* switch (m_ibo_usage) */
4161 if (m_ibo_usage != IBO_USAGE_NONE)
4229 if (m_ibo_usage != IBO_USAGE_NONE)

Completed in 14 milliseconds