HomeSort by relevance Sort by last modified time
    Searched defs:extRange (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 359 const FormatExtEntries extRange = GLS_ARRAY_RANGE(s_es2ExtFormats);
362 m_fboc.addExtFormats(extRange);
  /external/deqp/modules/gles3/functional/
es3fFboCompletenessTests.cpp 513 const FormatExtEntries extRange = GLS_ARRAY_RANGE(s_es3ExtFormats);
516 m_fboc.addExtFormats(extRange);
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 398 FormatExtEntries extRange = GLS_ARRAY_RANGE(s_esExtFormats);
399 addExtFormats(extRange);
409 void Context::addExtFormats (FormatExtEntries extRange)
411 FboUtil::addExtFormats(m_ctxFormats, extRange, &m_renderCtx);
412 FboUtil::addExtFormats(m_allFormats, extRange, DE_NULL);

Completed in 1698 milliseconds