| 116 | } |
| 117 | |
| 118 | GFXTextureProfile * GFXTextureProfile::find(const String &name) |
| 119 | { |
| 120 | // Not really necessary at this time. |
| 121 | return NULL; |
| 122 | } |
| 123 | |
| 124 | void GFXTextureProfile::collectStats( Flags flags, GFXTextureProfileStats *stats ) |
| 125 | { |
no outgoing calls
no test coverage detected