Index: include/gpu/GrContext.h |
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
index 88a31484ed7c1c7d1d9078f4d9f5db437f7145c3..926b95f2506756cb1ae4ecaa37aed57dda1db1af 100644 |
--- a/include/gpu/GrContext.h |
+++ b/include/gpu/GrContext.h |
@@ -274,9 +274,14 @@ public: |
bool internalFlag = false); |
/** |
- * Returns true if index8 textures are supported. |
+ * Can the provided configuration act as a texture? |
*/ |
- bool supportsIndex8PixelConfig() const; |
+ bool isConfigTexturable(GrPixelConfig) const; |
+ |
+ /** |
+ * Can non-power-of-two textures be used with tile modes other than clamp? |
+ */ |
+ bool npotTextureTileSupport() const; |
/** |
* Return the max width or height of a texture supported by the current GPU. |