aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-05-15 11:00:58 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-15 15:41:01 +0000
commite334c596546c7ec79f2b0e55b3a1c2839a94f352 (patch)
treee84c3c7209693de32ec8722d09d6e1bafbee74ad /include/gpu/gl
parent63cef6b8c11b8f5d5584a13929e218f520a49669 (diff)
Attempt to work around iOS varying limit in GLPrograms test
Dump shaders when linking fails. Bug: skia:6627 Change-Id: I7f1df4be039eb56d990aa64c58c8dd2a22d97dbe Reviewed-on: https://skia-review.googlesource.com/16867 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'include/gpu/gl')
-rw-r--r--include/gpu/gl/GrGLSLPrettyPrint.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/gpu/gl/GrGLSLPrettyPrint.h b/include/gpu/gl/GrGLSLPrettyPrint.h
deleted file mode 100644
index 52fb74557d..0000000000
--- a/include/gpu/gl/GrGLSLPrettyPrint.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Copyright 2014 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-#ifndef GrGLSLPrettyPrint_DEFINED
-#define GrGLSLPrettyPrint_DEFINED
-
-#include "SkString.h"
-
-namespace GrGLSLPrettyPrint {
- SkString PrettyPrintGLSL(const char** strings,
- int* lengths,
- int count,
- bool countlines);
-};
-
-#endif /* GRGLPRETTYPRINTSL_H_ */