Lines Matching defs:image1
1354 const auto image1 = loadImage(context.archive, format1, 1);
1356 DE_ASSERT(image0.width == 2 * image1.width && image0.height == 2 * image1.height);
1364 gl.compressedTexImage2D(GL_TEXTURE_2D, 0, format1, image1.width, image1.height, 0, image1.data.size(), image1.data.data());
1370 gl.copyImageSubData(context.texIds[1], GL_TEXTURE_2D, 0, 0, 0, 0, context.texIds[0], GL_TEXTURE_2D, 0, 0, 0, 0, image1.width, image1.height, 1);
1535 const auto image1 = loadImage(archive, formatInfo.internalFormat, 1);
1538 DE_ASSERT(image0.width == 2 * image1.width &&
1539 image0.height == 2 * image1.height &&
1606 gl.compressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, image1.width, image1.height, formatInfo.internalFormat, image1.data.size(), image1.data.data());