| 466 | } |
| 467 | |
| 468 | bool DataFormat::isBlockCompressedFormat(void) const |
| 469 | { |
| 470 | return (m_bits.m_surfaceFormat >= kSurfaceFormatBc1) && (m_bits.m_surfaceFormat <= kSurfaceFormatBc7); |
| 471 | } |
| 472 | |
| 473 | SurfaceFormat DataFormat::getSurfaceFormat(void) const |
| 474 | { |
no outgoing calls
no test coverage detected