1{ 2 "methods": { 3 "glCreateProgram()": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected", 7 "static" 8 ], 9 "params": [], 10 "returnType": "int", 11 "exceptions": [], 12 "name": "glCreateProgram()" 13 }, 14 "glCreateShader(int)": { 15 "isImplementation": true, 16 "modifiers": [ 17 "protected", 18 "static" 19 ], 20 "params": [ 21 "type" 22 ], 23 "returnType": "int", 24 "exceptions": [], 25 "name": "glCreateShader(int)" 26 }, 27 "glGenFramebuffers(int,int[],int)": { 28 "isImplementation": true, 29 "modifiers": [ 30 "protected", 31 "static" 32 ], 33 "params": [ 34 "n", 35 "framebuffers", 36 "offset" 37 ], 38 "returnType": "void", 39 "exceptions": [], 40 "name": "glGenFramebuffers(int,int[],int)" 41 }, 42 "glGenTextures(int,int[],int)": { 43 "isImplementation": true, 44 "modifiers": [ 45 "protected", 46 "static" 47 ], 48 "params": [ 49 "n", 50 "textures", 51 "offset" 52 ], 53 "returnType": "void", 54 "exceptions": [], 55 "name": "glGenTextures(int,int[],int)" 56 }, 57 "glGetProgramiv(int,int,int[],int)": { 58 "isImplementation": true, 59 "modifiers": [ 60 "protected", 61 "static" 62 ], 63 "params": [ 64 "program", 65 "pname", 66 "params", 67 "offset" 68 ], 69 "returnType": "void", 70 "exceptions": [], 71 "name": "glGetProgramiv(int,int,int[],int)" 72 }, 73 "glGetShaderiv(int,int,int[],int)": { 74 "isImplementation": true, 75 "modifiers": [ 76 "protected", 77 "static" 78 ], 79 "params": [ 80 "shader", 81 "pname", 82 "params", 83 "offset" 84 ], 85 "returnType": "void", 86 "exceptions": [], 87 "name": "glGetShaderiv(int,int,int[],int)" 88 } 89 }, 90 "imports": [ 91 "android.opengl.GLES20", 92 "org.robolectric.annotation.Implementation", 93 "org.robolectric.annotation.Implements" 94 ], 95 "name": "org.robolectric.shadows.ShadowGLES20", 96 "documentation": "Fake implementation of {@link GLES20}\n" 97}