Home
last modified time | relevance | path

Searched refs:loadImage (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcCompressedFormatTests.cpp466 ImageInfo loadImage (const Archive& archive, GLenum format, size_t imageIndex) in loadImage() function
588 const auto data = loadImage(context.archive, format, 0); in __anon220211700702()
638 const auto data = loadImage(testContext.getTestContext().getArchive(), format, 0); in __anon220211700d02()
779 const auto data0 = loadImage(context.archive, format0, 0); in __anon220211701b02()
781 const auto data1 = loadImage(context.archive, format1, 0); in __anon220211701b02()
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()
937 const auto data = loadImage(context.archive, format, 0); in __anon220211702802()
971 const auto data = loadImage(context.archive, format, 0); in __anon220211702a02()
1008 const auto data = loadImage(context.archive, format, 0); in __anon220211702f02()
[all …]
/third_party/vk-gl-cts/modules/internal/
DditImageCompareTests.cpp46 tcu::ImageIO::loadImage(tmp, archive, path); in loadImageRGBA8()
75 …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()
DditImageIOTests.cpp55 tcu::ImageIO::loadImage(texture, m_testCtx.getArchive(), m_filename.c_str()); in iterate()
/third_party/vk-gl-cts/framework/common/
DtcuImageIO.hpp39 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName);
DtcuImageIO.cpp55 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName) in loadImage() function
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/
DJniInterface.java69 public static Bitmap loadImage(String imageName) { in loadImage() method in JniInterface
/third_party/flutter/skia/resources/lua/
Dtest.lua10 image = Sk.loadImage(filename)
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/
DTJBench.java110 static byte[] loadImage(String fileName, int[] w, int[] h, int pixelFormat) in loadImage() method in TJBench
933 srcBuf = loadImage(argv[0], width, height, pf); in main()
/third_party/libjpeg-turbo/java/
DTJBench.java111 static byte[] loadImage(String fileName, int[] w, int[] h, int pixelFormat) in loadImage() method in TJBench
955 srcBuf = loadImage(argv[0], width, height, pf); in main()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp1715 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_no_buildgn/vulkan/texture/
DvktTextureTestUtil.cpp1715 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/
DvktShaderRender.cpp380 tcu::ImageIO::loadImage(level, archive, filename); in loadTexture2D()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRender.cpp380 tcu::ImageIO::loadImage(level, archive, filename); in loadTexture2D()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp636 std::vector<EntryPoint> loadImage(uint8_t *const elfImage, const std::vector<const char *> &functio… in loadImage() function
789 auto entryPoints = loadImage(&buffer[0], functionNames); in loadImageAndGetEntryPoints()