Lines Matching refs:result
484 ImageInfo result;
485 result.width = data->second[imageIndex].width;
486 result.height = data->second[imageIndex].height;
488 result.data.resize(size);
490 resource->read(result.data.data(), size);
491 return result;
1526 Surface result(width, height);
1527 readPixels(m_context.getRenderContext(), 0, 0, result.getAccess());
1528 return result;
1648 if (!fuzzyCompare(m_testCtx.getLog(), "compressed_vs_uncompressed", "Image comparison result", referenceImage, compressedImage, 0.0f, CompareLogMode::COMPARE_LOG_ON_ERROR))