Home
last modified time | relevance | path

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

/external/emma/ant/ant14/com/vladium/emma/instr/
DFilterCfg.java146 if (m_specs != null) in getFilterSpecs()
147 return m_specs; in getFilterSpecs()
152 m_specs = IConstants.EMPTY_STRING_ARRAY; in getFilterSpecs()
164 m_specs = Strings.mergeAT (values, COMMA_DELIMITERS, true); in getFilterSpecs()
173 return m_specs; in getFilterSpecs()
192 private transient String [] m_specs; field in FilterCfg
/external/deqp/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
/external/deqp/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
/external/deqp/modules/glshared/
DglsDrawTest.cpp3023 static bool containsLineCases (const std::vector<DrawTestSpec>& m_specs) in containsLineCases() argument
3025 for (int ndx = 0; ndx < (int)m_specs.size(); ++ndx) in containsLineCases()
3027 if (getDrawPrimitiveClass(m_specs[ndx].primitive) == PRIMITIVECLASS_LINE) in containsLineCases()
3085 if (!m_specs.empty()) in addIteration()
3087 const bool validContext = m_specs[0].apiType == spec.apiType; in addIteration()
3094 m_specs.push_back(spec); in addIteration()
3104 DE_ASSERT(!m_specs.empty()); in init()
3105 DE_ASSERT(contextSupports(m_renderCtx.getType(), m_specs[0].apiType)); in init()
3111 const bool isLineCase = containsLineCases(m_specs); in init()
3159 const DrawTestSpec& spec = m_specs[specNdx]; in iterate()
[all …]
DglsDrawTest.hpp279 std::vector<DrawTestSpec> m_specs; member in deqp::gls::DrawTest