Home
last modified time | relevance | path

Searched refs:getArchive (Results 1 – 25 of 66) sorted by relevance

123

/third_party/vk-gl-cts/modules/internal/
DditImageCompareTests.cpp75 …tcu::ImageIO::loadImage(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).get… in iterate()
76 …tcu::ImageIO::loadImage(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).get… in iterate()
130 loadImageRGBA8(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).getPath()); in iterate()
131 loadImageRGBA8(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).getPath()); in iterate()
DditImageIOTests.cpp55 tcu::ImageIO::loadImage(texture, m_testCtx.getArchive(), m_filename.c_str()); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcCompressedFormatTests.cpp638 const auto data = loadImage(testContext.getTestContext().getArchive(), format, 0); in __anon220211700d02()
809 …const auto data = loadImage(testContext.getTestContext().getArchive(), compressedFormats[i].intern… in __anon220211701c02()
881 … const auto data = loadImage(testContext.getTestContext().getArchive(), format.internalFormat, 0); in __anon220211702202()
1085 … const auto data0 = loadImage(testContext.getTestContext().getArchive(), format.internalFormat, 0); in __anon220211703202()
1086 … const auto data1 = loadImage(testContext.getTestContext().getArchive(), format.internalFormat, 1); in __anon220211703202()
1116 … const auto data0 = loadImage(testContext.getTestContext().getArchive(), format.internalFormat, 0); in __anon220211703402()
1117 … const auto data1 = loadImage(testContext.getTestContext().getArchive(), format.internalFormat, 1); in __anon220211703402()
1174 … const auto data0 = loadImage(testContext.getTestContext().getArchive(), format.internalFormat, 0); in __anon220211703902()
1175 … const auto data1 = loadImage(testContext.getTestContext().getArchive(), format.internalFormat, 1); in __anon220211703902()
1447 m_context.getTestContext().getArchive() in iterate()
[all …]
DglcConfigPackage.hpp42 tcu::Archive* getArchive(void) in getArchive() function in glcts::ConfigPackage
DglcNoDefaultContextPackage.hpp39 tcu::Archive* getArchive(void) in getArchive() function in glcts::NoDefaultContextPackage
DglcTestPackage.hpp76 tcu::Archive* getArchive(void) in getArchive() function in deqp::TestPackage
/third_party/vk-gl-cts/framework/common/
DtcuTestHierarchyUtil.cpp128 …seListFilter> caseListFilter (testCtx.getCommandLine().createCaseListFilter(testCtx.getArchive())); in writeXmlCaselistsToFiles()
186 …seListFilter> caseListFilter (testCtx.getCommandLine().createCaseListFilter(testCtx.getArchive())); in writeTxtCaselistsToFiles()
DtcuApp.cpp53 …seListFilter> caseListFilter (testCtx.getCommandLine().createCaseListFilter(testCtx.getArchive())); in writeCaselistsToStdout()
81 …aseListFilter> caseListFilter(testCtx.getCommandLine().createCaseListFilter(testCtx.getArchive())); in verifyAmberCapabilityCoherency()
DtcuTestContext.hpp58 …Archive& getArchive (void) { return *m_curArchive; } //!< \note Do not access in TestNode c… in getArchive() function in tcu::TestContext
DtcuTestPackage.hpp110 virtual Archive* getArchive (void) { return DE_NULL; } in getArchive() function in tcu::TestPackage
/third_party/vk-gl-cts/modules/gles3/
Dtgl45es3TestPackage.hpp53 tcu::Archive* getArchive (void) { return &m_archive; } in getArchive() function in deqp::gles3::TestPackageGL45ES3
Dtes3TestPackage.hpp53 tcu::Archive* getArchive (void) { return &m_archive; } in getArchive() function in deqp::gles3::TestPackage
/third_party/vk-gl-cts/modules/gles2/
Dtes2TestPackage.hpp53 tcu::Archive* getArchive (void) { return &m_archive; } in getArchive() function in deqp::gles2::TestPackage
/third_party/vk-gl-cts/modules/gles31/
Dtes31TestPackage.hpp53 tcu::Archive* getArchive (void) { return &m_archive; } in getArchive() function in deqp::gles31::TestPackage
Dtgl45TestPackage.hpp53 tcu::Archive* getArchive (void) { return &m_archive; } in getArchive() function in deqp::gles31::TestPackageGL45
Dtgl45es31TestPackage.hpp53 tcu::Archive* getArchive (void) { return &m_archive; } in getArchive() function in deqp::gles31::TestPackageGL45ES31
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationShaderInputOutputTests.cpp315 …tcu::ImageIO::loadPNG(referenceImage, context.getTestContext().getArchive(), caseDef.referenceImag… in test()
480 …tcu::ImageIO::loadPNG(referenceImage, context.getTestContext().getArchive(), caseDef.referenceImag… in test()
609 …tcu::ImageIO::loadPNG(referenceImage, context.getTestContext().getArchive(), "vulkan/data/tessella… in test()
754 …tcu::ImageIO::loadPNG(referenceImage, context.getTestContext().getArchive(), "vulkan/data/tessella… in test()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationShaderInputOutputTests.cpp315 …tcu::ImageIO::loadPNG(referenceImage, context.getTestContext().getArchive(), caseDef.referenceImag… in test()
480 …tcu::ImageIO::loadPNG(referenceImage, context.getTestContext().getArchive(), caseDef.referenceImag… in test()
609 …tcu::ImageIO::loadPNG(referenceImage, context.getTestContext().getArchive(), "vulkan/data/tessella… in test()
754 …tcu::ImageIO::loadPNG(referenceImage, context.getTestContext().getArchive(), "vulkan/data/tessella… in test()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawTestCaseUtil.hpp83 glu::ShaderSource(i->first, ShaderSourceProvider::getSource(m_testCtx.getArchive(), i->second)); in initPrograms()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderLibrary.cpp78 return glu::sl::parseFile(m_testCtx.getArchive(), fileName, &caseFactory); in loadShaderFile()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawTestCaseUtil.hpp83 glu::ShaderSource(i->first, ShaderSourceProvider::getSource(m_testCtx.getArchive(), i->second)); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateTestCaseUtil.hpp96 … << glu::ShaderSource(i->first, ShaderSourceProvider::getSource(m_testCtx.getArchive(), i->second)) in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateTestCaseUtil.hpp96 … << glu::ShaderSource(i->first, ShaderSourceProvider::getSource(m_testCtx.getArchive(), i->second)) in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCaseUtil.cpp112 m_str = ShaderSourceProvider::getSource(testCtx.getArchive(), indexFilename.c_str()); in AmberIndexFileParser()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
DvktAmberTestCaseUtil.cpp112 m_str = ShaderSourceProvider::getSource(testCtx.getArchive(), indexFilename.c_str()); in AmberIndexFileParser()

123