Lines Matching defs:storageFmt
1046 TextureFormat storageFmt;
1053 storageFmt = mapInternalFormat(internalFormat);
1054 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST ||
1055 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID);
1075 RC_IF_ERROR(storageFmt != dst.getFormat() ||
1079 texture->allocLevel(level, storageFmt, width);
1110 RC_IF_ERROR(storageFmt != dst.getFormat() ||
1115 texture->allocLevel(level, storageFmt, width, height);
1152 RC_IF_ERROR(storageFmt != dst.getFormat() ||
1157 texture->allocFace(level, face, storageFmt, width, height);
1190 RC_IF_ERROR(storageFmt != dst.getFormat() ||
1196 texture->allocLevel(level, storageFmt, width, height, depth);
1229 RC_IF_ERROR(storageFmt != dst.getFormat() ||
1235 texture->allocLevel(level, storageFmt, width, height, depth);
1269 RC_IF_ERROR(storageFmt != dst.getFormat() ||
1275 texture->allocLevel(level, storageFmt, width, height, depth);
1447 TextureFormat storageFmt;
1455 storageFmt = mapInternalFormat(internalFormat);
1456 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST ||
1457 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID);
1472 RC_IF_ERROR(storageFmt != dst.getFormat() ||
1476 texture->allocLevel(level, storageFmt, width);
1495 TextureFormat storageFmt;
1503 storageFmt = mapInternalFormat(internalFormat);
1504 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST ||
1505 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID);
1520 RC_IF_ERROR(storageFmt != dst.getFormat() ||
1525 texture->allocLevel(level, storageFmt, width, height);
1557 RC_IF_ERROR(storageFmt != dst.getFormat() ||
1562 texture->allocFace(level, face, storageFmt, width, height);
1680 TextureFormat storageFmt;
1686 storageFmt = mapInternalFormat(internalFormat);
1687 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST ||
1688 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID);
1705 texture.allocLevel(level, storageFmt, levelW, levelH);
1724 texture.allocFace(level, (tcu::CubeFace)face, storageFmt, levelW, levelH);
1734 TextureFormat storageFmt;
1740 storageFmt = mapInternalFormat(internalFormat);
1741 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST ||
1742 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID);
1761 texture.allocLevel(level, storageFmt, levelW, levelH, depth);
1782 texture.allocLevel(level, storageFmt, levelW, levelH, levelD);
1803 texture.allocLevel(level, storageFmt, levelW, levelH, depth);