/third_party/vk-gl-cts/external/openglcts/modules/common/ |
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); 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/ |
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).get… in iterate() 76 …tcu::ImageIO::loadImage(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).get… in iterate()
|
D | ditImageIOTests.cpp | 55 tcu::ImageIO::loadImage(texture, m_testCtx.getArchive(), m_filename.c_str()); in iterate()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuImageIO.hpp | 39 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName);
|
D | tcuImageIO.cpp | 55 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/ |
D | JniInterface.java | 69 public static Bitmap loadImage(String imageName) { in loadImage() method in JniInterface
|
/third_party/flutter/skia/resources/lua/ |
D | test.lua | 10 image = Sk.loadImage(filename)
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/ |
D | TJBench.java | 110 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/ |
D | TJBench.java | 111 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/ |
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_no_buildgn/vulkan/texture/ |
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/ |
D | vktShaderRender.cpp | 380 tcu::ImageIO::loadImage(level, archive, filename); in loadTexture2D()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 380 tcu::ImageIO::loadImage(level, archive, filename); in loadTexture2D()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 636 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()
|