Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsFboCompletenessTests.hpp102 ImageFormat getDefaultFormat (GLenum attPoint, GLenum bufType) const;
DglsFboCompletenessTests.cpp688 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const in getDefaultFormat() function in deqp::gls::fboc::details::TestBase
768 imgFmt = getDefaultFormat(target, bufType); in attachTargetToNew()
/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTriple.cpp619 static Triple::ObjectFormatType getDefaultFormat(const Triple &T) { in getDefaultFormat() function
715 ObjectFormat = getDefaultFormat(*this); in Triple()
731 ObjectFormat = getDefaultFormat(*this); in Triple()
750 ObjectFormat = getDefaultFormat(*this); in Triple()
1134 if (ObjectFormat == getDefaultFormat(*this)) in setEnvironment()
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp298 texCfg->internalFormat = getDefaultFormat(target, GL_TEXTURE); in build()