| OLD | NEW |
| 1 | 1 |
| 2 /* | 2 /* |
| 3 * Copyright 2013 Google Inc. | 3 * Copyright 2013 Google Inc. |
| 4 * | 4 * |
| 5 * Use of this source code is governed by a BSD-style license that can be | 5 * Use of this source code is governed by a BSD-style license that can be |
| 6 * found in the LICENSE file. | 6 * found in the LICENSE file. |
| 7 */ | 7 */ |
| 8 | 8 |
| 9 // This is a GPU-backend specific test. | 9 // This is a GPU-backend specific test. |
| 10 | 10 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 texRT2->unref(); | 59 texRT2->unref(); |
| 60 tex1->unref(); | 60 tex1->unref(); |
| 61 externalTexRT->unref(); | 61 externalTexRT->unref(); |
| 62 } | 62 } |
| 63 } | 63 } |
| 64 | 64 |
| 65 #include "TestClassDef.h" | 65 #include "TestClassDef.h" |
| 66 DEFINE_GPUTESTCLASS("GrSurfaceIsSame", GrSurfaceIsSameTestClass, GrSurfaceIsSame
Test) | 66 DEFINE_GPUTESTCLASS("GrSurfaceIsSame", GrSurfaceIsSameTestClass, GrSurfaceIsSame
Test) |
| 67 | 67 |
| 68 #endif | 68 #endif |
| OLD | NEW |