summaryrefslogtreecommitdiffstats
path: root/opengl/tools/glgen/stubs/gles11/glCreateShaderProgramv.cpp
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2014-05-19 15:12:22 -0700
committerJesse Hall <jessehall@google.com>2014-05-20 13:31:05 -0700
commit16f03928743b01638419874e2b6300b52da6eb4c (patch)
tree2496f8b7ec06fdb028d1537e49c4b677f37520cf /opengl/tools/glgen/stubs/gles11/glCreateShaderProgramv.cpp
parent26d82dd0ab2462beae286c58d36d400176b0b145 (diff)
downloadframeworks_native-16f03928743b01638419874e2b6300b52da6eb4c.zip
frameworks_native-16f03928743b01638419874e2b6300b52da6eb4c.tar.gz
frameworks_native-16f03928743b01638419874e2b6300b52da6eb4c.tar.bz2
opengl: Add GLES31 and GLES31Ext class templates
Bug: 15028495 Change-Id: I276d04f029d441e092428fad72f09ca15e1d233a
Diffstat (limited to 'opengl/tools/glgen/stubs/gles11/glCreateShaderProgramv.cpp')
-rw-r--r--opengl/tools/glgen/stubs/gles11/glCreateShaderProgramv.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/opengl/tools/glgen/stubs/gles11/glCreateShaderProgramv.cpp b/opengl/tools/glgen/stubs/gles11/glCreateShaderProgramv.cpp
new file mode 100644
index 0000000..e701481
--- /dev/null
+++ b/opengl/tools/glgen/stubs/gles11/glCreateShaderProgramv.cpp
@@ -0,0 +1,8 @@
+/* GLuint glCreateShaderProgramv ( GLenum type, GLsizei count, const GLchar *const *strings ) */
+static jint
+android_glCreateShaderProgramv
+ (JNIEnv *_env, jobject _this, jint type, jobjectArray strings) {
+
+ jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
+ return 0;
+}