Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
DglsFboCompletenessTests.cpp402 FormatExtEntries extRange = GLS_ARRAY_RANGE(s_esExtFormats); in Context() local
403 addExtFormats(extRange); in Context()
413 void Context::addExtFormats (FormatExtEntries extRange) in addExtFormats() argument
415 FboUtil::addExtFormats(m_ctxFormats, extRange, &m_renderCtx); in addExtFormats()
416 FboUtil::addExtFormats(m_allFormats, extRange, DE_NULL); in addExtFormats()
DglsFboCompletenessTests.hpp72 void addExtFormats (FormatExtEntries extRange);
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fFboCompletenessTests.cpp408 const FormatExtEntries extRange = GLS_ARRAY_RANGE(s_es2ExtFormats); in TestGroup() local
411 m_fboc.addExtFormats(extRange); in TestGroup()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboCompletenessTests.cpp541 const FormatExtEntries extRange = GLS_ARRAY_RANGE(s_es3ExtFormats); in TestGroup() local
544 m_fboc.addExtFormats(extRange); in TestGroup()