| 446 | } |
| 447 | |
| 448 | ZFormat DataFormat::getZFormat(void) const |
| 449 | { |
| 450 | ZFormat fmt = kZFormat32Float; |
| 451 | if (m_bits.m_surfaceFormat != kSurfaceFormat32) |
| 452 | { |
| 453 | fmt = kZFormat16; |
| 454 | } |
| 455 | return fmt; |
| 456 | } |
| 457 | |
| 458 | StencilFormat DataFormat::getStencilFormat(void) const |
| 459 | { |
no outgoing calls
no test coverage detected