Home
last modified time | relevance | path

Searched refs:addExtFormats (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/glshared/
DglsFboCompletenessTests.hpp72 void addExtFormats (FormatExtEntries extRange);
DglsFboCompletenessTests.cpp393 addExtFormats(extRange); in Context()
403 void Context::addExtFormats (FormatExtEntries extRange) in addExtFormats() function in deqp::gls::fboc::details::Context
405 FboUtil::addExtFormats(m_ctxFormats, extRange, &m_renderCtx); in addExtFormats()
406 FboUtil::addExtFormats(m_allFormats, extRange, DE_NULL); in addExtFormats()
DglsFboUtil.hpp191 void addExtFormats (FormatDB& db, FormatExtEntries extFmts, const glu::RenderContext* ctx);
DglsFboUtil.cpp231 void addExtFormats (FormatDB& db, FormatExtEntries extFmts, const RenderContext* ctx) in addExtFormats() function
/external/deqp/modules/gles2/functional/
Des2fFboCompletenessTests.cpp362 m_fboc.addExtFormats(extRange); in TestGroup()
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp516 m_fboc.addExtFormats(extRange); in TestGroup()