Lines Matching refs:loadImage
466 ImageInfo loadImage (const Archive& archive, GLenum format, size_t imageIndex)
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(context.archive, format, 0);
1036 const auto data = loadImage(context.archive, format, 0);
1052 const auto data = loadImage(context.archive, format, 0);
1085 const auto data0 = loadImage(testContext.getTestContext().getArchive(), format.internalFormat, 0);
1086 const auto data1 = loadImage(testContext.getTestContext().getArchive(), format.internalFormat, 1);
1116 const auto data0 = loadImage(testContext.getTestContext().getArchive(), format.internalFormat, 0);
1117 const auto data1 = loadImage(testContext.getTestContext().getArchive(), format.internalFormat, 1);
1174 const auto data0 = loadImage(testContext.getTestContext().getArchive(), format.internalFormat, 0);
1175 const auto data1 = loadImage(testContext.getTestContext().getArchive(), format.internalFormat, 1);
1236 const auto textureData = loadImage(context.archive, compressedFormat, 0);
1296 const auto textureData = loadImage(context.archive, compressedFormat, 0);
1353 const auto image0 = loadImage(context.archive, format0, 0);
1354 const auto image1 = loadImage(context.archive, format1, 1);
1534 const auto image0 = loadImage(archive, formatInfo.internalFormat, 0);
1535 const auto image1 = loadImage(archive, formatInfo.internalFormat, 1);
1536 const auto image2 = loadImage(archive, formatInfo.internalFormat, 2);