Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fBufferWriteTests.cpp226 , m_specs (specs, specs+numSpecs) in RecreateBufferDataStoreCase()
240 for (vector<DataStoreSpec>::const_iterator spec = m_specs.begin(); spec != m_specs.end(); spec++) in iterate()
266 std::vector<DataStoreSpec> m_specs; member in deqp::gles2::Functional::RecreateBufferDataStoreCase
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fBufferWriteTests.cpp226 , m_specs (specs, specs+numSpecs) in RecreateBufferDataStoreCase()
240 for (vector<DataStoreSpec>::const_iterator spec = m_specs.begin(); spec != m_specs.end(); spec++) in iterate()
266 std::vector<DataStoreSpec> m_specs; member in deqp::gles3::Functional::RecreateBufferDataStoreCase
/third_party/vk-gl-cts/modules/glshared/
DglsDrawTest.cpp3043 static bool containsLineCases (const std::vector<DrawTestSpec>& m_specs) in containsLineCases() argument
3045 for (int ndx = 0; ndx < (int)m_specs.size(); ++ndx) in containsLineCases()
3047 if (getDrawPrimitiveClass(m_specs[ndx].primitive) == PRIMITIVECLASS_LINE) in containsLineCases()
3105 if (!m_specs.empty()) in addIteration()
3107 const bool validContext = m_specs[0].apiType == spec.apiType; in addIteration()
3114 m_specs.push_back(spec); in addIteration()
3124 DE_ASSERT(!m_specs.empty()); in init()
3125 DE_ASSERT(contextSupports(m_renderCtx.getType(), m_specs[0].apiType)); in init()
3131 const bool isLineCase = containsLineCases(m_specs); in init()
3179 const DrawTestSpec& spec = m_specs[specNdx]; in iterate()
[all …]
DglsDrawTest.hpp279 std::vector<DrawTestSpec> m_specs; member in deqp::gls::DrawTest