OSDN Git Service

opengl: Add GLES31 and GLES31Ext class templates
authorJesse Hall <jessehall@google.com>
Mon, 19 May 2014 22:12:22 +0000 (15:12 -0700)
committerJesse Hall <jessehall@google.com>
Tue, 20 May 2014 20:31:05 +0000 (13:31 -0700)
commit16f03928743b01638419874e2b6300b52da6eb4c
tree2496f8b7ec06fdb028d1537e49c4b677f37520cf
parent26d82dd0ab2462beae286c58d36d400176b0b145
opengl: Add GLES31 and GLES31Ext class templates

Bug: 15028495
Change-Id: I276d04f029d441e092428fad72f09ca15e1d233a
51 files changed:
opengl/tools/glgen/gen
opengl/tools/glgen/specs/gles11/GLES31.spec [new file with mode: 0644]
opengl/tools/glgen/specs/gles11/GLES31Ext.spec [new file with mode: 0644]
opengl/tools/glgen/src/GenerateGLES.java
opengl/tools/glgen/stubs/gles11/GLES31ExtHeader.java-if [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/GLES31ExtcHeader.cpp [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/GLES31Header.java-if [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/GLES31cHeader.cpp [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glBindVertexBuffer.cpp [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glBindVertexBuffer.java [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glBindVertexBuffer.nativeReg [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glCreateShaderProgramv.cpp [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glCreateShaderProgramv.java [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glCreateShaderProgramv.nativeReg [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glDebugMessageCallbackKHR.cpp [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glDebugMessageCallbackKHR.java [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glDebugMessageCallbackKHR.nativeReg [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glDebugMessageInsertKHR.cpp [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glDebugMessageInsertKHR.java [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glDebugMessageInsertKHR.nativeReg [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glDispatchComputeIndirect.cpp [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glDispatchComputeIndirect.java [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glDispatchComputeIndirect.nativeReg [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glDrawArraysIndirect.cpp [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glDrawArraysIndirect.java [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glDrawArraysIndirect.nativeReg [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glDrawElementsIndirect.cpp [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glDrawElementsIndirect.java [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glDrawElementsIndirect.nativeReg [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glGetDebugMessageLogKHR.cpp [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glGetDebugMessageLogKHR.java [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glGetDebugMessageLogKHR.nativeReg [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glGetObjectLabelKHR.cpp [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glGetObjectLabelKHR.java [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glGetObjectLabelKHR.nativeReg [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glGetObjectPtrLabelKHR.cpp [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glGetObjectPtrLabelKHR.java [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glGetObjectPtrLabelKHR.nativeReg [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glGetPointervKHR.cpp [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glGetPointervKHR.java [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glGetPointervKHR.nativeReg [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glGetProgramPipelineInfoLog.cpp [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glGetProgramPipelineInfoLog.java [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glGetProgramPipelineInfoLog.nativeReg [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glGetProgramResourceName.cpp [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glGetProgramResourceName.java [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glGetProgramResourceName.nativeReg [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glObjectPtrLabelKHR.cpp [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glObjectPtrLabelKHR.java [new file with mode: 0644]
opengl/tools/glgen/stubs/gles11/glObjectPtrLabelKHR.nativeReg [new file with mode: 0644]
opengl/tools/glgen2/glgen.py