Searched refs:loadImage (Results 1 - 10 of 10) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcCompressedFormatTests.cpp | 466 ImageInfo loadImage (const Archive& archive, GLenum format, size_t imageIndex) in loadImage() function 588 const auto data = loadImage(context.archive, format, 0); 638 const auto data = loadImage(testContext.getTestContext().getArchive(), format, 0); 779 const auto data0 = loadImage(context.archive, format0, 0); 781 const auto data1 = loadImage(context.archive, format1, 0); 809 const auto data = loadImage(testContext.getTestContext().getArchive(), compressedFormats[i].internalFormat, 0); 881 const auto data = loadImage(testContext.getTestContext().getArchive(), format.internalFormat, 0); 937 const auto data = loadImage(context.archive, format, 0); 971 const auto data = loadImage(context.archive, format, 0); 1008 const auto data = loadImage(contex [all...] |
/third_party/vk-gl-cts/modules/internal/ |
H A D | ditImageCompareTests.cpp | 46 tcu::ImageIO::loadImage(tmp, archive, path); in loadImageRGBA8() 75 tcu::ImageIO::loadImage(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).getPath()); in iterate() 76 tcu::ImageIO::loadImage(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).getPath()); in iterate()
|
H A D | ditImageIOTests.cpp | 55 tcu::ImageIO::loadImage(texture, m_testCtx.getArchive(), m_filename.c_str()); in iterate()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuImageIO.hpp | 39 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName);
|
H A D | tcuImageIO.cpp | 55 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName) in loadImage() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureTestUtil.cpp | 1682 tcu::ImageIO::loadImage(level, archive, filenames[fileIndex].c_str()); in loadTexture2D() 1743 tcu::ImageIO::loadImage(level, archive, filenames[fileIndex].c_str()); in loadTextureCube()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureTestUtil.cpp | 1715 tcu::ImageIO::loadImage(level, archive, filenames[fileIndex].c_str()); in loadTexture2D() 1776 tcu::ImageIO::loadImage(level, archive, filenames[fileIndex].c_str()); in loadTextureCube()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRender.cpp | 380 tcu::ImageIO::loadImage(level, archive, filename);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRender.cpp | 380 tcu::ImageIO::loadImage(level, archive, filename);
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | SubzeroReactor.cpp | 636 std::vector<EntryPoint> loadImage(uint8_t *const elfImage, const std::vector<const char *> &functionNames) 789 auto entryPoints = loadImage(&buffer[0], functionNames);
|
Completed in 18 milliseconds