| 234 | |
| 235 | void SetDecode() { is_decode_ = true; } |
| 236 | void SetEncode() { is_encode_ = true; } |
| 237 | |
| 238 | void EnableProfileIndependentResources() { use_profile_independent_resources_ = true; } |
| 239 | bool UseProfileIndependentResources() const { return use_profile_independent_resources_; } |
no outgoing calls
no test coverage detected