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

/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.hpp72 void addExtFormats (FormatExtEntries extRange);
H A DglsFboCompletenessTests.cpp392 FormatExtEntries extRange = GLS_ARRAY_RANGE(s_esExtFormats); local
393 addExtFormats(extRange);
403 void Context::addExtFormats (FormatExtEntries extRange) argument
405 FboUtil::addExtFormats(m_ctxFormats, extRange, &m_renderCtx);
406 FboUtil::addExtFormats(m_allFormats, extRange, DE_NULL);
/external/deqp/modules/gles2/functional/
H A Des2fFboCompletenessTests.cpp359 const FormatExtEntries extRange = GLS_ARRAY_RANGE(s_es2ExtFormats); local
362 m_fboc.addExtFormats(extRange);
/external/deqp/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp513 const FormatExtEntries extRange = GLS_ARRAY_RANGE(s_es3ExtFormats); local
516 m_fboc.addExtFormats(extRange);

Completed in 174 milliseconds