Searched defs:extRange (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fFboCompletenessTests.cpp278 const FormatExtEntries extRange = GLS_ARRAY_RANGE(s_es2ExtFormats); local
281 m_fboc.addExtFormats(extRange);
/external/deqp/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp491 const FormatExtEntries extRange = GLS_ARRAY_RANGE(s_es3ExtFormats); local
494 m_fboc.addExtFormats(extRange);
/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.cpp391 FormatExtEntries extRange = GLS_ARRAY_RANGE(s_esExtFormats); local
392 addExtFormats(extRange);
402 void Context::addExtFormats (FormatExtEntries extRange) argument
404 FboUtil::addExtFormats(m_ctxFormats, extRange, &m_renderCtx);
405 FboUtil::addExtFormats(m_maxFormats, extRange, DE_NULL);

Completed in 3390 milliseconds