Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsFboCompletenessTests.hpp101 ImageFormat getDefaultFormat (GLenum attPoint, GLenum bufType) const;
DglsFboCompletenessTests.cpp488 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const in getDefaultFormat() function in deqp::gls::fboc::details::TestBase
568 imgFmt = getDefaultFormat(target, bufType); in attachTargetToNew()
/external/llvm/lib/Support/
DTriple.cpp371 static Triple::ObjectFormatType getDefaultFormat(const Triple &T) { in getDefaultFormat() function
391 ObjectFormat = getDefaultFormat(*this); in Triple()
406 ObjectFormat = getDefaultFormat(*this); in Triple()
424 ObjectFormat = getDefaultFormat(*this); in Triple()
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp276 texCfg->internalFormat = getDefaultFormat(target, GL_TEXTURE); in build()