Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsFboCompletenessTests.cpp403 FormatExtEntries extRange = GLS_ARRAY_RANGE(s_esExtFormats); in Context() local
404 addExtFormats(extRange); in Context()
414 void Context::addExtFormats (FormatExtEntries extRange) in addExtFormats() argument
416 FboUtil::addExtFormats(m_ctxFormats, extRange, &m_renderCtx); in addExtFormats()
417 FboUtil::addExtFormats(m_allFormats, extRange, DE_NULL); in addExtFormats()
DglsFboCompletenessTests.hpp72 void addExtFormats (FormatExtEntries extRange);
/external/deqp/modules/gles2/functional/
Des2fFboCompletenessTests.cpp395 const FormatExtEntries extRange = GLS_ARRAY_RANGE(s_es2ExtFormats); in TestGroup() local
398 m_fboc.addExtFormats(extRange); in TestGroup()
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp513 const FormatExtEntries extRange = GLS_ARRAY_RANGE(s_es3ExtFormats); in TestGroup() local
516 m_fboc.addExtFormats(extRange); in TestGroup()