Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsFboCompletenessTests.hpp102 ImageFormat getDefaultFormat (GLenum attPoint, GLenum bufType) const;
DglsFboCompletenessTests.cpp683 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const in getDefaultFormat() function in deqp::gls::fboc::details::TestBase
763 imgFmt = getDefaultFormat(target, bufType); in attachTargetToNew()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DTriple.cpp588 static Triple::ObjectFormatType getDefaultFormat(const Triple &T) { in getDefaultFormat() function
680 ObjectFormat = getDefaultFormat(*this); in Triple()
696 ObjectFormat = getDefaultFormat(*this); in Triple()
715 ObjectFormat = getDefaultFormat(*this); in Triple()
1093 if (ObjectFormat == getDefaultFormat(*this)) in setEnvironment()
/external/llvm/lib/Support/
DTriple.cpp566 static Triple::ObjectFormatType getDefaultFormat(const Triple &T) { in getDefaultFormat() function
655 ObjectFormat = getDefaultFormat(*this); in Triple()
671 ObjectFormat = getDefaultFormat(*this); in Triple()
690 ObjectFormat = getDefaultFormat(*this); in Triple()
1068 if (ObjectFormat == getDefaultFormat(*this)) in setEnvironment()
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp298 texCfg->internalFormat = getDefaultFormat(target, GL_TEXTURE); in build()