Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
DglsFboCompletenessTests.hpp102 ImageFormat getDefaultFormat (GLenum attPoint, GLenum bufType) const;
DglsFboCompletenessTests.cpp687 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const in getDefaultFormat() function in deqp::gls::fboc::details::TestBase
767 imgFmt = getDefaultFormat(target, bufType); in attachTargetToNew()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp653 static Triple::ObjectFormatType getDefaultFormat(const Triple &T) { in getDefaultFormat() function
761 ObjectFormat = getDefaultFormat(*this); in Triple()
777 ObjectFormat = getDefaultFormat(*this); in Triple()
796 ObjectFormat = getDefaultFormat(*this); in Triple()
1186 if (ObjectFormat == getDefaultFormat(*this)) in setEnvironment()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboCompletenessTests.cpp311 texCfg->internalFormat = getDefaultFormat(target, GL_TEXTURE); in build()