Searched refs:m_specs (Results 1 – 4 of 4) sorted by relevance
226 , 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
226 , 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
3043 static bool containsLineCases (const std::vector<DrawTestSpec>& m_specs) in containsLineCases() argument3045 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 …]
279 std::vector<DrawTestSpec> m_specs; member in deqp::gls::DrawTest