aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGr.h
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-05-03 08:28:03 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-03 12:55:43 +0000
commit91b43e4fa3d2472058e4db5255aa98ecee74199f (patch)
tree0d12d0f7c8c15284d74be2dcdefd58a3b3f63b03 /src/gpu/SkGr.h
parent24b2063a48ef692e5fae12d215766c125cd9f077 (diff)
remove unused etc logic
Bug: skia: Change-Id: I913d348910db0b6ab930c4c5566ba9eb2320550e Reviewed-on: https://skia-review.googlesource.com/15181 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'src/gpu/SkGr.h')
-rw-r--r--src/gpu/SkGr.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gpu/SkGr.h b/src/gpu/SkGr.h
index 450f6ff61b..cefcc4858d 100644
--- a/src/gpu/SkGr.h
+++ b/src/gpu/SkGr.h
@@ -271,18 +271,4 @@ void GrInstallBitmapUniqueKeyInvalidator(const GrUniqueKey& key, SkPixelRef* pix
to use. */
GrPixelConfig GrRenderableConfigForColorSpace(const SkColorSpace*);
-/**
- * If the compressed data in the SkData is supported (as a texture format, this returns
- * the pixel-config that should be used, and sets outStartOfDataToUpload to the ptr into
- * the data where the actual raw data starts (skipping any header bytes).
- *
- * If the compressed data is not supported, this returns kUnknown_GrPixelConfig, and
- * ignores outStartOfDataToUpload.
- */
-GrPixelConfig GrIsCompressedTextureDataSupported(GrContext* ctx, SkData* data,
- int expectedW, int expectedH,
- const void** outStartOfDataToUpload);
-
-
-
#endif