| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2006 The Android Open Source Project | 2 * Copyright (C) 2006 The Android Open Source Project |
| 3 * | 3 * |
| 4 * Licensed under the Apache License, Version 2.0 (the "License"); | 4 * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 * you may not use this file except in compliance with the License. | 5 * you may not use this file except in compliance with the License. |
| 6 * You may obtain a copy of the License at | 6 * You may obtain a copy of the License at |
| 7 * | 7 * |
| 8 * http://www.apache.org/licenses/LICENSE-2.0 | 8 * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 * | 9 * |
| 10 * Unless required by applicable law or agreed to in writing, software | 10 * Unless required by applicable law or agreed to in writing, software |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 #endif | 262 #endif |
| 263 | 263 |
| 264 #ifndef SK_IGNORE_ETC1_SUPPORT | 264 #ifndef SK_IGNORE_ETC1_SUPPORT |
| 265 # define SK_IGNORE_ETC1_SUPPORT | 265 # define SK_IGNORE_ETC1_SUPPORT |
| 266 #endif | 266 #endif |
| 267 | 267 |
| 268 #ifndef SK_SUPPORT_LEGACY_RADIAL_GRADIENT_SQRT | 268 #ifndef SK_SUPPORT_LEGACY_RADIAL_GRADIENT_SQRT |
| 269 # define SK_SUPPORT_LEGACY_RADIAL_GRADIENT_SQRT | 269 # define SK_SUPPORT_LEGACY_RADIAL_GRADIENT_SQRT |
| 270 #endif | 270 #endif |
| 271 | 271 |
| 272 #ifndef SK_SUPPORT_LEGACY_BOOL_ONGETINFO | |
| 273 # define SK_SUPPORT_LEGACY_BOOL_ONGETINFO | |
| 274 #endif | |
| 275 | |
| 276 #ifndef SK_IGNORE_GPU_DITHER | 272 #ifndef SK_IGNORE_GPU_DITHER |
| 277 # define SK_IGNORE_GPU_DITHER | 273 # define SK_IGNORE_GPU_DITHER |
| 278 #endif | 274 #endif |
| 279 | 275 |
| 280 #ifndef SK_SUPPORT_LEGACY_INT_COLORMATRIX | 276 #ifndef SK_SUPPORT_LEGACY_INT_COLORMATRIX |
| 281 # define SK_SUPPORT_LEGACY_INT_COLORMATRIX | 277 # define SK_SUPPORT_LEGACY_INT_COLORMATRIX |
| 282 #endif | 278 #endif |
| 283 | 279 |
| 284 #ifndef SK_LEGACY_STROKE_CURVES | 280 #ifndef SK_LEGACY_STROKE_CURVES |
| 285 # define SK_LEGACY_STROKE_CURVES | 281 # define SK_LEGACY_STROKE_CURVES |
| (...skipping 20 matching lines...) Expand all Loading... |
| 306 #define SK_USE_DISCARDABLE_SCALEDIMAGECACHE | 302 #define SK_USE_DISCARDABLE_SCALEDIMAGECACHE |
| 307 #define SK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT | 303 #define SK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT |
| 308 | 304 |
| 309 #define SK_ATTR_DEPRECATED SK_NOTHING_ARG1 | 305 #define SK_ATTR_DEPRECATED SK_NOTHING_ARG1 |
| 310 #define SK_ENABLE_INST_COUNT 0 | 306 #define SK_ENABLE_INST_COUNT 0 |
| 311 #define GR_GL_CUSTOM_SETUP_HEADER "GrGLConfig_chrome.h" | 307 #define GR_GL_CUSTOM_SETUP_HEADER "GrGLConfig_chrome.h" |
| 312 | 308 |
| 313 // ===== End Chrome-specific definitions ===== | 309 // ===== End Chrome-specific definitions ===== |
| 314 | 310 |
| 315 #endif | 311 #endif |
| OLD | NEW |