Home | History | Annotate | Download | only in image

Lines Matching defs:Download

73 enum Download {
86 std::string getDownloadString (const int download)
89 return strs[download];
100 enum Download download;
347 if (caseDef.download == DOWNLOAD_LOAD)
379 if (caseDef.download == DOWNLOAD_TEXTURE)
922 switch (caseDef.download)
934 DE_ASSERT("Invalid download method");
947 // Executes a combination of upload/download methods
1036 // Download load
1053 // Download texture
1108 switch (m_caseDef.download)
1120 DE_ASSERT("Unsupported download method");
1416 // Create output image with download result
1498 // Create output image with download result
1651 // Check required features on the format for the required upload/download methods
1669 switch (caseDef.download)
1681 DE_ASSERT("Invalid download method");
1693 TCU_THROW(NotSupportedError, "View format doesn't support upload/download method");
1703 TCU_THROW(NotSupportedError, "Image format doesn't support upload/download method");
1707 // For the Copy download method, this is the target of the download, for other
1708 // download methods, pixel data will be copied to this buffer from the download
1756 for (int download = 0; download < DOWNLOAD_LAST; download++)
1766 static_cast<enum Download>(download),
1771 "_" + getUploadString(upload) + "_" + getDownloadString(download);