Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1452 | chris | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <signatures> |
||
| 3 | <enum name="AlphaFunction"> |
||
| 4 | <token name="ALWAYS" value="0x0207" /> |
||
| 5 | <token name="EQUAL" value="0x0202" /> |
||
| 6 | <token name="GEQUAL" value="0x0206" /> |
||
| 7 | <token name="GREATER" value="0x0204" /> |
||
| 8 | <token name="LEQUAL" value="0x0203" /> |
||
| 9 | <token name="LESS" value="0x0201" /> |
||
| 10 | <token name="NEVER" value="0x0200" /> |
||
| 11 | <token name="NOTEQUAL" value="0x0205" /> |
||
| 12 | </enum> |
||
| 13 | <enum name="AMDCompressed3DCTexture"> |
||
| 14 | <token name="3DC_X_AMD" value="0x87F9" /> |
||
| 15 | <token name="3DC_XY_AMD" value="0x87FA" /> |
||
| 16 | <token name="AMD_compressed_3DC_texture" value="1" /> |
||
| 17 | </enum> |
||
| 18 | <enum name="AMDCompressedATCTexture"> |
||
| 19 | <token name="AMD_compressed_ATC_texture" value="1" /> |
||
| 20 | <token name="ATC_RGB_AMD" value="0x8C92" /> |
||
| 21 | <token name="ATC_RGBA_EXPLICIT_ALPHA_AMD" value="0x8C93" /> |
||
| 22 | <token name="ATC_RGBA_INTERPOLATED_ALPHA_AMD" value="0x87EE" /> |
||
| 23 | </enum> |
||
| 24 | <enum name="BeginMode"> |
||
| 25 | <token name="LINE_LOOP" value="0x0002" /> |
||
| 26 | <token name="LINE_STRIP" value="0x0003" /> |
||
| 27 | <token name="LINES" value="0x0001" /> |
||
| 28 | <token name="POINTS" value="0x0000" /> |
||
| 29 | <token name="TRIANGLE_FAN" value="0x0006" /> |
||
| 30 | <token name="TRIANGLE_STRIP" value="0x0005" /> |
||
| 31 | <token name="TRIANGLES" value="0x0004" /> |
||
| 32 | </enum> |
||
| 33 | <enum name="BlendingFactorDest"> |
||
| 34 | <token name="DST_ALPHA" value="0x0304" /> |
||
| 35 | <token name="ONE" value="1" /> |
||
| 36 | <token name="ONE_MINUS_DST_ALPHA" value="0x0305" /> |
||
| 37 | <token name="ONE_MINUS_SRC_ALPHA" value="0x0303" /> |
||
| 38 | <token name="ONE_MINUS_SRC_COLOR" value="0x0301" /> |
||
| 39 | <token name="SRC_ALPHA" value="0x0302" /> |
||
| 40 | <token name="SRC_COLOR" value="0x0300" /> |
||
| 41 | <token name="ZERO" value="0" /> |
||
| 42 | </enum> |
||
| 43 | <enum name="BlendingFactorSrc"> |
||
| 44 | <token name="DST_COLOR" value="0x0306" /> |
||
| 45 | <token name="ONE_MINUS_DST_COLOR" value="0x0307" /> |
||
| 46 | <token name="SRC_ALPHA_SATURATE" value="0x0308" /> |
||
| 47 | </enum> |
||
| 48 | <enum name="Boolean"> |
||
| 49 | <token name="FALSE" value="0" /> |
||
| 50 | <token name="TRUE" value="1" /> |
||
| 51 | </enum> |
||
| 52 | <enum name="BufferObjects"> |
||
| 53 | <token name="ARRAY_BUFFER" value="0x8892" /> |
||
| 54 | <token name="ARRAY_BUFFER_BINDING" value="0x8894" /> |
||
| 55 | <token name="BUFFER_SIZE" value="0x8764" /> |
||
| 56 | <token name="BUFFER_USAGE" value="0x8765" /> |
||
| 57 | <token name="COLOR_ARRAY_BUFFER_BINDING" value="0x8898" /> |
||
| 58 | <token name="DYNAMIC_DRAW" value="0x88E8" /> |
||
| 59 | <token name="ELEMENT_ARRAY_BUFFER" value="0x8893" /> |
||
| 60 | <token name="ELEMENT_ARRAY_BUFFER_BINDING" value="0x8895" /> |
||
| 61 | <token name="NORMAL_ARRAY_BUFFER_BINDING" value="0x8897" /> |
||
| 62 | <token name="STATIC_DRAW" value="0x88E4" /> |
||
| 63 | <token name="TEXTURE_COORD_ARRAY_BUFFER_BINDING" value="0x889A" /> |
||
| 64 | <token name="VERTEX_ARRAY_BUFFER_BINDING" value="0x8896" /> |
||
| 65 | </enum> |
||
| 66 | <enum name="ClearBufferMask"> |
||
| 67 | <token name="COLOR_BUFFER_BIT" value="0x00004000" /> |
||
| 68 | <token name="DEPTH_BUFFER_BIT" value="0x00000100" /> |
||
| 69 | <token name="STENCIL_BUFFER_BIT" value="0x00000400" /> |
||
| 70 | </enum> |
||
| 71 | <enum name="ClipPlaneName"> |
||
| 72 | <token name="CLIP_PLANE0" value="0x3000" /> |
||
| 73 | <token name="CLIP_PLANE1" value="0x3001" /> |
||
| 74 | <token name="CLIP_PLANE2" value="0x3002" /> |
||
| 75 | <token name="CLIP_PLANE3" value="0x3003" /> |
||
| 76 | <token name="CLIP_PLANE4" value="0x3004" /> |
||
| 77 | <token name="CLIP_PLANE5" value="0x3005" /> |
||
| 78 | </enum> |
||
| 79 | <enum name="CullFaceMode"> |
||
| 80 | <token name="BACK" value="0x0405" /> |
||
| 81 | <token name="FRONT" value="0x0404" /> |
||
| 82 | <token name="FRONT_AND_BACK" value="0x0408" /> |
||
| 83 | </enum> |
||
| 84 | <enum name="DataType"> |
||
| 85 | <token name="BYTE" value="0x1400" /> |
||
| 86 | <token name="FIXED" value="0x140C" /> |
||
| 87 | <token name="FLOAT" value="0x1406" /> |
||
| 88 | <token name="SHORT" value="0x1402" /> |
||
| 89 | <token name="UNSIGNED_BYTE" value="0x1401" /> |
||
| 90 | <token name="UNSIGNED_SHORT" value="0x1403" /> |
||
| 91 | </enum> |
||
| 92 | <enum name="EnableCap"> |
||
| 93 | <token name="ALPHA_TEST" value="0x0BC0" /> |
||
| 94 | <token name="BLEND" value="0x0BE2" /> |
||
| 95 | <token name="COLOR_ARRAY" value="0x8076" /> |
||
| 96 | <token name="COLOR_LOGIC_OP" value="0x0BF2" /> |
||
| 97 | <token name="COLOR_MATERIAL" value="0x0B57" /> |
||
| 98 | <token name="CULL_FACE" value="0x0B44" /> |
||
| 99 | <token name="DEPTH_TEST" value="0x0B71" /> |
||
| 100 | <token name="DITHER" value="0x0BD0" /> |
||
| 101 | <token name="FOG" value="0x0B60" /> |
||
| 102 | <token name="LIGHTING" value="0x0B50" /> |
||
| 103 | <token name="LINE_SMOOTH" value="0x0B20" /> |
||
| 104 | <token name="MULTISAMPLE" value="0x809D" /> |
||
| 105 | <token name="NORMAL_ARRAY" value="0x8075" /> |
||
| 106 | <token name="NORMALIZE" value="0x0BA1" /> |
||
| 107 | <token name="POINT_SMOOTH" value="0x0B10" /> |
||
| 108 | <token name="POLYGON_OFFSET_FILL" value="0x8037" /> |
||
| 109 | <token name="RESCALE_NORMAL" value="0x803A" /> |
||
| 110 | <token name="SAMPLE_ALPHA_TO_COVERAGE" value="0x809E" /> |
||
| 111 | <token name="SAMPLE_ALPHA_TO_ONE" value="0x809F" /> |
||
| 112 | <token name="SAMPLE_COVERAGE" value="0x80A0" /> |
||
| 113 | <token name="SCISSOR_TEST" value="0x0C11" /> |
||
| 114 | <token name="STENCIL_TEST" value="0x0B90" /> |
||
| 115 | <token name="TEXTURE_2D" value="0x0DE1" /> |
||
| 116 | <token name="TEXTURE_COORD_ARRAY" value="0x8078" /> |
||
| 117 | <token name="VERTEX_ARRAY" value="0x8074" /> |
||
| 118 | </enum> |
||
| 119 | <enum name="ErrorCode"> |
||
| 120 | <token name="INVALID_ENUM" value="0x0500" /> |
||
| 121 | <token name="INVALID_OPERATION" value="0x0502" /> |
||
| 122 | <token name="INVALID_VALUE" value="0x0501" /> |
||
| 123 | <token name="NO_ERROR" value="0" /> |
||
| 124 | <token name="OUT_OF_MEMORY" value="0x0505" /> |
||
| 125 | <token name="STACK_OVERFLOW" value="0x0503" /> |
||
| 126 | <token name="STACK_UNDERFLOW" value="0x0504" /> |
||
| 127 | </enum> |
||
| 128 | <enum name="EXTTextureFilterAnisotropic"> |
||
| 129 | <token name="EXT_texture_filter_anisotropic" value="1" /> |
||
| 130 | <token name="MAX_TEXTURE_MAX_ANISOTROPY_EXT" value="0x84FF" /> |
||
| 131 | <token name="TEXTURE_MAX_ANISOTROPY_EXT" value="0x84FE" /> |
||
| 132 | </enum> |
||
| 133 | <enum name="EXTTextureFormatBGRA8888"> |
||
| 134 | <token name="BGRA" value="0x80E1" /> |
||
| 135 | <token name="EXT_texture_format_BGRA8888" value="1" /> |
||
| 136 | </enum> |
||
| 137 | <enum name="FogMode"> |
||
| 138 | <token name="EXP" value="0x0800" /> |
||
| 139 | <token name="EXP2" value="0x0801" /> |
||
| 140 | </enum> |
||
| 141 | <enum name="FogParameter"> |
||
| 142 | <token name="FOG_COLOR" value="0x0B66" /> |
||
| 143 | <token name="FOG_DENSITY" value="0x0B62" /> |
||
| 144 | <token name="FOG_END" value="0x0B64" /> |
||
| 145 | <token name="FOG_MODE" value="0x0B65" /> |
||
| 146 | <token name="FOG_START" value="0x0B63" /> |
||
| 147 | </enum> |
||
| 148 | <enum name="FrontFaceDirection"> |
||
| 149 | <token name="CCW" value="0x0901" /> |
||
| 150 | <token name="CW" value="0x0900" /> |
||
| 151 | </enum> |
||
| 152 | <enum name="GetPName"> |
||
| 153 | <token name="ALIASED_LINE_WIDTH_RANGE" value="0x846E" /> |
||
| 154 | <token name="ALIASED_POINT_SIZE_RANGE" value="0x846D" /> |
||
| 155 | <token name="ALPHA_BITS" value="0x0D55" /> |
||
| 156 | <token name="ALPHA_TEST_FUNC" value="0x0BC1" /> |
||
| 157 | <token name="ALPHA_TEST_REF" value="0x0BC2" /> |
||
| 158 | <token name="BLEND_DST" value="0x0BE0" /> |
||
| 159 | <token name="BLEND_SRC" value="0x0BE1" /> |
||
| 160 | <token name="BLUE_BITS" value="0x0D54" /> |
||
| 161 | <token name="COLOR_ARRAY_POINTER" value="0x8090" /> |
||
| 162 | <token name="COLOR_ARRAY_SIZE" value="0x8081" /> |
||
| 163 | <token name="COLOR_ARRAY_STRIDE" value="0x8083" /> |
||
| 164 | <token name="COLOR_ARRAY_TYPE" value="0x8082" /> |
||
| 165 | <token name="COLOR_CLEAR_VALUE" value="0x0C22" /> |
||
| 166 | <token name="COLOR_WRITEMASK" value="0x0C23" /> |
||
| 167 | <token name="CULL_FACE_MODE" value="0x0B45" /> |
||
| 168 | <token name="CURRENT_COLOR" value="0x0B00" /> |
||
| 169 | <token name="CURRENT_NORMAL" value="0x0B02" /> |
||
| 170 | <token name="CURRENT_TEXTURE_COORDS" value="0x0B03" /> |
||
| 171 | <token name="DEPTH_BITS" value="0x0D56" /> |
||
| 172 | <token name="DEPTH_CLEAR_VALUE" value="0x0B73" /> |
||
| 173 | <token name="DEPTH_FUNC" value="0x0B74" /> |
||
| 174 | <token name="DEPTH_RANGE" value="0x0B70" /> |
||
| 175 | <token name="DEPTH_WRITEMASK" value="0x0B72" /> |
||
| 176 | <token name="FRONT_FACE" value="0x0B46" /> |
||
| 177 | <token name="GREEN_BITS" value="0x0D53" /> |
||
| 178 | <token name="LINE_WIDTH" value="0x0B21" /> |
||
| 179 | <token name="LOGIC_OP_MODE" value="0x0BF0" /> |
||
| 180 | <token name="MATRIX_MODE" value="0x0BA0" /> |
||
| 181 | <token name="MAX_CLIP_PLANES" value="0x0D32" /> |
||
| 182 | <token name="MAX_LIGHTS" value="0x0D31" /> |
||
| 183 | <token name="MAX_MODELVIEW_STACK_DEPTH" value="0x0D36" /> |
||
| 184 | <token name="MAX_PROJECTION_STACK_DEPTH" value="0x0D38" /> |
||
| 185 | <token name="MAX_TEXTURE_SIZE" value="0x0D33" /> |
||
| 186 | <token name="MAX_TEXTURE_STACK_DEPTH" value="0x0D39" /> |
||
| 187 | <token name="MAX_TEXTURE_UNITS" value="0x84E2" /> |
||
| 188 | <token name="MAX_VIEWPORT_DIMS" value="0x0D3A" /> |
||
| 189 | <token name="MODELVIEW_MATRIX" value="0x0BA6" /> |
||
| 190 | <token name="MODELVIEW_STACK_DEPTH" value="0x0BA3" /> |
||
| 191 | <token name="NORMAL_ARRAY_POINTER" value="0x808F" /> |
||
| 192 | <token name="NORMAL_ARRAY_STRIDE" value="0x807F" /> |
||
| 193 | <token name="NORMAL_ARRAY_TYPE" value="0x807E" /> |
||
| 194 | <token name="PACK_ALIGNMENT" value="0x0D05" /> |
||
| 195 | <token name="POINT_DISTANCE_ATTENUATION" value="0x8129" /> |
||
| 196 | <token name="POINT_FADE_THRESHOLD_SIZE" value="0x8128" /> |
||
| 197 | <token name="POINT_SIZE" value="0x0B11" /> |
||
| 198 | <token name="POINT_SIZE_MAX" value="0x8127" /> |
||
| 199 | <token name="POINT_SIZE_MIN" value="0x8126" /> |
||
| 200 | <token name="POLYGON_OFFSET_FACTOR" value="0x8038" /> |
||
| 201 | <token name="POLYGON_OFFSET_FILL" value="0x8037" /> |
||
| 202 | <token name="POLYGON_OFFSET_UNITS" value="0x2A00" /> |
||
| 203 | <token name="PROJECTION_MATRIX" value="0x0BA7" /> |
||
| 204 | <token name="PROJECTION_STACK_DEPTH" value="0x0BA4" /> |
||
| 205 | <token name="RED_BITS" value="0x0D52" /> |
||
| 206 | <token name="SAMPLE_BUFFERS" value="0x80A8" /> |
||
| 207 | <token name="SAMPLE_COVERAGE_INVERT" value="0x80AB" /> |
||
| 208 | <token name="SAMPLE_COVERAGE_VALUE" value="0x80AA" /> |
||
| 209 | <token name="SAMPLES" value="0x80A9" /> |
||
| 210 | <token name="SCISSOR_BOX" value="0x0C10" /> |
||
| 211 | <token name="SCISSOR_TEST" value="0x0C11" /> |
||
| 212 | <token name="SHADE_MODEL" value="0x0B54" /> |
||
| 213 | <token name="SMOOTH_LINE_WIDTH_RANGE" value="0x0B22" /> |
||
| 214 | <token name="SMOOTH_POINT_SIZE_RANGE" value="0x0B12" /> |
||
| 215 | <token name="STENCIL_BITS" value="0x0D57" /> |
||
| 216 | <token name="STENCIL_CLEAR_VALUE" value="0x0B91" /> |
||
| 217 | <token name="STENCIL_FAIL" value="0x0B94" /> |
||
| 218 | <token name="STENCIL_FUNC" value="0x0B92" /> |
||
| 219 | <token name="STENCIL_PASS_DEPTH_FAIL" value="0x0B95" /> |
||
| 220 | <token name="STENCIL_PASS_DEPTH_PASS" value="0x0B96" /> |
||
| 221 | <token name="STENCIL_REF" value="0x0B97" /> |
||
| 222 | <token name="STENCIL_VALUE_MASK" value="0x0B93" /> |
||
| 223 | <token name="STENCIL_WRITEMASK" value="0x0B98" /> |
||
| 224 | <token name="SUBPIXEL_BITS" value="0x0D50" /> |
||
| 225 | <token name="TEXTURE_BINDING_2D" value="0x8069" /> |
||
| 226 | <token name="TEXTURE_COORD_ARRAY_POINTER" value="0x8092" /> |
||
| 227 | <token name="TEXTURE_COORD_ARRAY_SIZE" value="0x8088" /> |
||
| 228 | <token name="TEXTURE_COORD_ARRAY_STRIDE" value="0x808A" /> |
||
| 229 | <token name="TEXTURE_COORD_ARRAY_TYPE" value="0x8089" /> |
||
| 230 | <token name="TEXTURE_MATRIX" value="0x0BA8" /> |
||
| 231 | <token name="TEXTURE_STACK_DEPTH" value="0x0BA5" /> |
||
| 232 | <token name="UNPACK_ALIGNMENT" value="0x0CF5" /> |
||
| 233 | <token name="VERTEX_ARRAY_POINTER" value="0x808E" /> |
||
| 234 | <token name="VERTEX_ARRAY_SIZE" value="0x807A" /> |
||
| 235 | <token name="VERTEX_ARRAY_STRIDE" value="0x807C" /> |
||
| 236 | <token name="VERTEX_ARRAY_TYPE" value="0x807B" /> |
||
| 237 | <token name="VIEWPORT" value="0x0BA2" /> |
||
| 238 | </enum> |
||
| 239 | <enum name="GetTextureParameter"> |
||
| 240 | <token name="COMPRESSED_TEXTURE_FORMATS" value="0x86A3" /> |
||
| 241 | <token name="NUM_COMPRESSED_TEXTURE_FORMATS" value="0x86A2" /> |
||
| 242 | </enum> |
||
| 243 | <enum name="HintMode"> |
||
| 244 | <token name="DONT_CARE" value="0x1100" /> |
||
| 245 | <token name="FASTEST" value="0x1101" /> |
||
| 246 | <token name="NICEST" value="0x1102" /> |
||
| 247 | </enum> |
||
| 248 | <enum name="HintTarget"> |
||
| 249 | <token name="FOG_HINT" value="0x0C54" /> |
||
| 250 | <token name="GENERATE_MIPMAP_HINT" value="0x8192" /> |
||
| 251 | <token name="LINE_SMOOTH_HINT" value="0x0C52" /> |
||
| 252 | <token name="PERSPECTIVE_CORRECTION_HINT" value="0x0C50" /> |
||
| 253 | <token name="POINT_SMOOTH_HINT" value="0x0C51" /> |
||
| 254 | </enum> |
||
| 255 | <enum name="IMGReadFormat"> |
||
| 256 | <token name="BGRA" value="0x80E1" /> |
||
| 257 | <token name="IMG_read_format" value="1" /> |
||
| 258 | <token name="UNSIGNED_SHORT_1_5_5_5_REV" value="0x8366" /> |
||
| 259 | <token name="UNSIGNED_SHORT_4_4_4_4_REV" value="0x8365" /> |
||
| 260 | </enum> |
||
| 261 | <enum name="IMGTextureCompressionPvrtc"> |
||
| 262 | <token name="COMPRESSED_RGB_PVRTC_2BPPV1_IMG" value="0x8C01" /> |
||
| 263 | <token name="COMPRESSED_RGB_PVRTC_4BPPV1_IMG" value="0x8C00" /> |
||
| 264 | <token name="COMPRESSED_RGBA_PVRTC_2BPPV1_IMG" value="0x8C03" /> |
||
| 265 | <token name="COMPRESSED_RGBA_PVRTC_4BPPV1_IMG" value="0x8C02" /> |
||
| 266 | <token name="IMG_texture_compression_pvrtc" value="1" /> |
||
| 267 | </enum> |
||
| 268 | <enum name="IMGTextureEnvEnhancedFixedFunction"> |
||
| 269 | <token name="ADD_BLEND_IMG" value="0x8C09" /> |
||
| 270 | <token name="DOT3_RGBA_IMG" value="0x86AF" /> |
||
| 271 | <token name="FACTOR_ALPHA_MODULATE_IMG" value="0x8C07" /> |
||
| 272 | <token name="FRAGMENT_ALPHA_MODULATE_IMG" value="0x8C08" /> |
||
| 273 | <token name="IMG_texture_env_enhanced_fixed_function" value="1" /> |
||
| 274 | <token name="MODULATE_COLOR_IMG" value="0x8C04" /> |
||
| 275 | <token name="RECIP_ADD_SIGNED_ALPHA_IMG" value="0x8C05" /> |
||
| 276 | <token name="TEXTURE_ALPHA_MODULATE_IMG" value="0x8C06" /> |
||
| 277 | </enum> |
||
| 278 | <enum name="IMGUserClipPlane"> |
||
| 279 | <token name="CLIP_PLANE0_IMG" value="0x3000" /> |
||
| 280 | <token name="CLIP_PLANE1_IMG" value="0x3001" /> |
||
| 281 | <token name="CLIP_PLANE2_IMG" value="0x3002" /> |
||
| 282 | <token name="CLIP_PLANE3_IMG" value="0x3003" /> |
||
| 283 | <token name="CLIP_PLANE4_IMG" value="0x3004" /> |
||
| 284 | <token name="CLIP_PLANE5_IMG" value="0x3005" /> |
||
| 285 | <token name="IMG_user_clip_plane" value="1" /> |
||
| 286 | <token name="MAX_CLIP_PLANES_IMG" value="0x0D32" /> |
||
| 287 | </enum> |
||
| 288 | <enum name="LightModelParameter"> |
||
| 289 | <token name="LIGHT_MODEL_AMBIENT" value="0x0B53" /> |
||
| 290 | <token name="LIGHT_MODEL_TWO_SIDE" value="0x0B52" /> |
||
| 291 | </enum> |
||
| 292 | <enum name="LightName"> |
||
| 293 | <token name="LIGHT0" value="0x4000" /> |
||
| 294 | <token name="LIGHT1" value="0x4001" /> |
||
| 295 | <token name="LIGHT2" value="0x4002" /> |
||
| 296 | <token name="LIGHT3" value="0x4003" /> |
||
| 297 | <token name="LIGHT4" value="0x4004" /> |
||
| 298 | <token name="LIGHT5" value="0x4005" /> |
||
| 299 | <token name="LIGHT6" value="0x4006" /> |
||
| 300 | <token name="LIGHT7" value="0x4007" /> |
||
| 301 | </enum> |
||
| 302 | <enum name="LightParameter"> |
||
| 303 | <token name="AMBIENT" value="0x1200" /> |
||
| 304 | <token name="CONSTANT_ATTENUATION" value="0x1207" /> |
||
| 305 | <token name="DIFFUSE" value="0x1201" /> |
||
| 306 | <token name="LINEAR_ATTENUATION" value="0x1208" /> |
||
| 307 | <token name="POSITION" value="0x1203" /> |
||
| 308 | <token name="QUADRATIC_ATTENUATION" value="0x1209" /> |
||
| 309 | <token name="SPECULAR" value="0x1202" /> |
||
| 310 | <token name="SPOT_CUTOFF" value="0x1206" /> |
||
| 311 | <token name="SPOT_DIRECTION" value="0x1204" /> |
||
| 312 | <token name="SPOT_EXPONENT" value="0x1205" /> |
||
| 313 | </enum> |
||
| 314 | <enum name="LogicOp"> |
||
| 315 | <token name="AND" value="0x1501" /> |
||
| 316 | <token name="AND_INVERTED" value="0x1504" /> |
||
| 317 | <token name="AND_REVERSE" value="0x1502" /> |
||
| 318 | <token name="CLEAR" value="0x1500" /> |
||
| 319 | <token name="COPY" value="0x1503" /> |
||
| 320 | <token name="COPY_INVERTED" value="0x150C" /> |
||
| 321 | <token name="EQUIV" value="0x1509" /> |
||
| 322 | <token name="INVERT" value="0x150A" /> |
||
| 323 | <token name="NAND" value="0x150E" /> |
||
| 324 | <token name="NOOP" value="0x1505" /> |
||
| 325 | <token name="NOR" value="0x1508" /> |
||
| 326 | <token name="OR" value="0x1507" /> |
||
| 327 | <token name="OR_INVERTED" value="0x150D" /> |
||
| 328 | <token name="OR_REVERSE" value="0x150B" /> |
||
| 329 | <token name="SET" value="0x150F" /> |
||
| 330 | <token name="XOR" value="0x1506" /> |
||
| 331 | </enum> |
||
| 332 | <enum name="MaterialParameter"> |
||
| 333 | <token name="AMBIENT_AND_DIFFUSE" value="0x1602" /> |
||
| 334 | <token name="EMISSION" value="0x1600" /> |
||
| 335 | <token name="SHININESS" value="0x1601" /> |
||
| 336 | </enum> |
||
| 337 | <enum name="MatrixMode"> |
||
| 338 | <token name="MODELVIEW" value="0x1700" /> |
||
| 339 | <token name="PROJECTION" value="0x1701" /> |
||
| 340 | <token name="TEXTURE" value="0x1702" /> |
||
| 341 | </enum> |
||
| 342 | <enum name="NVFence"> |
||
| 343 | <token name="ALL_COMPLETED_NV" value="0x84F2" /> |
||
| 344 | <token name="FENCE_CONDITION_NV" value="0x84F4" /> |
||
| 345 | <token name="FENCE_STATUS_NV" value="0x84F3" /> |
||
| 346 | <token name="NV_fence" value="1" /> |
||
| 347 | </enum> |
||
| 348 | <enum name="OESBlendEquationSeparate"> |
||
| 349 | <token name="BLEND_EQUATION_ALPHA_OES" value="0x883D" /> |
||
| 350 | <token name="BLEND_EQUATION_RGB_OES" value="0x8009" /> |
||
| 351 | <token name="OES_blend_equation_separate" value="1" /> |
||
| 352 | </enum> |
||
| 353 | <enum name="OESBlendFuncSeparate"> |
||
| 354 | <token name="BLEND_DST_ALPHA_OES" value="0x80CA" /> |
||
| 355 | <token name="BLEND_DST_RGB_OES" value="0x80C8" /> |
||
| 356 | <token name="BLEND_SRC_ALPHA_OES" value="0x80CB" /> |
||
| 357 | <token name="BLEND_SRC_RGB_OES" value="0x80C9" /> |
||
| 358 | <token name="OES_blend_func_separate" value="1" /> |
||
| 359 | </enum> |
||
| 360 | <enum name="OESBlendSubtract"> |
||
| 361 | <token name="BLEND_EQUATION_OES" value="0x8009" /> |
||
| 362 | <token name="FUNC_ADD_OES" value="0x8006" /> |
||
| 363 | <token name="FUNC_REVERSE_SUBTRACT_OES" value="0x800B" /> |
||
| 364 | <token name="FUNC_SUBTRACT_OES" value="0x800A" /> |
||
| 365 | <token name="OES_blend_subtract" value="1" /> |
||
| 366 | </enum> |
||
| 367 | <enum name="OESByteCoordinates"> |
||
| 368 | <token name="OES_byte_coordinates" value="1" /> |
||
| 369 | </enum> |
||
| 370 | <enum name="OESCompressedETC1RGB8Texture"> |
||
| 371 | <token name="ETC1_RGB8_OES" value="0x8D64" /> |
||
| 372 | <token name="OES_compressed_ETC1_RGB8_texture" value="1" /> |
||
| 373 | </enum> |
||
| 374 | <enum name="OESCompressedPalettedTexture"> |
||
| 375 | <token name="OES_compressed_paletted_texture" value="1" /> |
||
| 376 | <token name="PALETTE4_R5_G6_B5_OES" value="0x8B92" /> |
||
| 377 | <token name="PALETTE4_RGB5_A1_OES" value="0x8B94" /> |
||
| 378 | <token name="PALETTE4_RGB8_OES" value="0x8B90" /> |
||
| 379 | <token name="PALETTE4_RGBA4_OES" value="0x8B93" /> |
||
| 380 | <token name="PALETTE4_RGBA8_OES" value="0x8B91" /> |
||
| 381 | <token name="PALETTE8_R5_G6_B5_OES" value="0x8B97" /> |
||
| 382 | <token name="PALETTE8_RGB5_A1_OES" value="0x8B99" /> |
||
| 383 | <token name="PALETTE8_RGB8_OES" value="0x8B95" /> |
||
| 384 | <token name="PALETTE8_RGBA4_OES" value="0x8B98" /> |
||
| 385 | <token name="PALETTE8_RGBA8_OES" value="0x8B96" /> |
||
| 386 | </enum> |
||
| 387 | <enum name="OESDepth24"> |
||
| 388 | <token name="DEPTH_COMPONENT24_OES" value="0x81A6" /> |
||
| 389 | <token name="OES_depth24" value="1" /> |
||
| 390 | </enum> |
||
| 391 | <enum name="OESDepth32"> |
||
| 392 | <token name="DEPTH_COMPONENT32_OES" value="0x81A7" /> |
||
| 393 | <token name="OES_depth32" value="1" /> |
||
| 394 | </enum> |
||
| 395 | <enum name="OESDrawTexture"> |
||
| 396 | <token name="OES_draw_texture" value="1" /> |
||
| 397 | <token name="TEXTURE_CROP_RECT_OES" value="0x8B9D" /> |
||
| 398 | </enum> |
||
| 399 | <enum name="OESEGLImage"> |
||
| 400 | <token name="OES_EGL_image" value="1" /> |
||
| 401 | </enum> |
||
| 402 | <enum name="OESElementIndexUint"> |
||
| 403 | <token name="OES_element_index_uint" value="1" /> |
||
| 404 | </enum> |
||
| 405 | <enum name="OESExtendedMatrixPalette"> |
||
| 406 | <token name="OES_extended_matrix_palette" value="1" /> |
||
| 407 | </enum> |
||
| 408 | <enum name="OESFboRenderMipmap"> |
||
| 409 | <token name="OES_fbo_render_mipmap" value="1" /> |
||
| 410 | </enum> |
||
| 411 | <enum name="OESFixedPoint"> |
||
| 412 | <token name="FIXED_OES" value="0x140C" /> |
||
| 413 | <token name="OES_fixed_point" value="1" /> |
||
| 414 | </enum> |
||
| 415 | <enum name="OESFramebufferObject"> |
||
| 416 | <token name="COLOR_ATTACHMENT0_OES" value="0x8CE0" /> |
||
| 417 | <token name="DEPTH_ATTACHMENT_OES" value="0x8D00" /> |
||
| 418 | <token name="DEPTH_COMPONENT16_OES" value="0x81A5" /> |
||
| 419 | <token name="FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES" value="0x8CD1" /> |
||
| 420 | <token name="FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES" value="0x8CD0" /> |
||
| 421 | <token name="FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES" value="0x8CD3" /> |
||
| 422 | <token name="FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES" value="0x8CD2" /> |
||
| 423 | <token name="FRAMEBUFFER_BINDING_OES" value="0x8CA6" /> |
||
| 424 | <token name="FRAMEBUFFER_COMPLETE_OES" value="0x8CD5" /> |
||
| 425 | <token name="FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES" value="0x8CD6" /> |
||
| 426 | <token name="FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES" value="0x8CD9" /> |
||
| 427 | <token name="FRAMEBUFFER_INCOMPLETE_FORMATS_OES" value="0x8CDA" /> |
||
| 428 | <token name="FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES" value="0x8CD7" /> |
||
| 429 | <token name="FRAMEBUFFER_OES" value="0x8D40" /> |
||
| 430 | <token name="FRAMEBUFFER_UNSUPPORTED_OES" value="0x8CDD" /> |
||
| 431 | <token name="INVALID_FRAMEBUFFER_OPERATION_OES" value="0x0506" /> |
||
| 432 | <token name="MAX_RENDERBUFFER_SIZE_OES" value="0x84E8" /> |
||
| 433 | <token name="NONE_OES" value="0" /> |
||
| 434 | <token name="OES_framebuffer_object" value="1" /> |
||
| 435 | <token name="RENDERBUFFER_ALPHA_SIZE_OES" value="0x8D53" /> |
||
| 436 | <token name="RENDERBUFFER_BINDING_OES" value="0x8CA7" /> |
||
| 437 | <token name="RENDERBUFFER_BLUE_SIZE_OES" value="0x8D52" /> |
||
| 438 | <token name="RENDERBUFFER_DEPTH_SIZE_OES" value="0x8D54" /> |
||
| 439 | <token name="RENDERBUFFER_GREEN_SIZE_OES" value="0x8D51" /> |
||
| 440 | <token name="RENDERBUFFER_HEIGHT_OES" value="0x8D43" /> |
||
| 441 | <token name="RENDERBUFFER_INTERNAL_FORMAT_OES" value="0x8D44" /> |
||
| 442 | <token name="RENDERBUFFER_OES" value="0x8D41" /> |
||
| 443 | <token name="RENDERBUFFER_RED_SIZE_OES" value="0x8D50" /> |
||
| 444 | <token name="RENDERBUFFER_STENCIL_SIZE_OES" value="0x8D55" /> |
||
| 445 | <token name="RENDERBUFFER_WIDTH_OES" value="0x8D42" /> |
||
| 446 | <token name="RGB5_A1_OES" value="0x8057" /> |
||
| 447 | <token name="RGB565_OES" value="0x8D62" /> |
||
| 448 | <token name="RGBA4_OES" value="0x8056" /> |
||
| 449 | <token name="STENCIL_ATTACHMENT_OES" value="0x8D20" /> |
||
| 450 | </enum> |
||
| 451 | <enum name="OESMapbuffer"> |
||
| 452 | <token name="BUFFER_ACCESS_OES" value="0x88BB" /> |
||
| 453 | <token name="BUFFER_MAP_POINTER_OES" value="0x88BD" /> |
||
| 454 | <token name="BUFFER_MAPPED_OES" value="0x88BC" /> |
||
| 455 | <token name="OES_mapbuffer" value="1" /> |
||
| 456 | <token name="WRITE_ONLY_OES" value="0x88B9" /> |
||
| 457 | </enum> |
||
| 458 | <enum name="OESMatrixGet"> |
||
| 459 | <token name="MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES" value="0x898D" /> |
||
| 460 | <token name="OES_matrix_get" value="1" /> |
||
| 461 | <token name="PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES" value="0x898E" /> |
||
| 462 | <token name="TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES" value="0x898F" /> |
||
| 463 | </enum> |
||
| 464 | <enum name="OESMatrixPalette"> |
||
| 465 | <token name="CURRENT_PALETTE_MATRIX_OES" value="0x8843" /> |
||
| 466 | <token name="MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES" value="0x8B9E" /> |
||
| 467 | <token name="MATRIX_INDEX_ARRAY_OES" value="0x8844" /> |
||
| 468 | <token name="MATRIX_INDEX_ARRAY_POINTER_OES" value="0x8849" /> |
||
| 469 | <token name="MATRIX_INDEX_ARRAY_SIZE_OES" value="0x8846" /> |
||
| 470 | <token name="MATRIX_INDEX_ARRAY_STRIDE_OES" value="0x8848" /> |
||
| 471 | <token name="MATRIX_INDEX_ARRAY_TYPE_OES" value="0x8847" /> |
||
| 472 | <token name="MATRIX_PALETTE_OES" value="0x8840" /> |
||
| 473 | <token name="MAX_PALETTE_MATRICES_OES" value="0x8842" /> |
||
| 474 | <token name="MAX_VERTEX_UNITS_OES" value="0x86A4" /> |
||
| 475 | <token name="OES_matrix_palette" value="1" /> |
||
| 476 | <token name="WEIGHT_ARRAY_BUFFER_BINDING_OES" value="0x889E" /> |
||
| 477 | <token name="WEIGHT_ARRAY_OES" value="0x86AD" /> |
||
| 478 | <token name="WEIGHT_ARRAY_POINTER_OES" value="0x86AC" /> |
||
| 479 | <token name="WEIGHT_ARRAY_SIZE_OES" value="0x86AB" /> |
||
| 480 | <token name="WEIGHT_ARRAY_STRIDE_OES" value="0x86AA" /> |
||
| 481 | <token name="WEIGHT_ARRAY_TYPE_OES" value="0x86A9" /> |
||
| 482 | </enum> |
||
| 483 | <enum name="OESPackedDepthStencil"> |
||
| 484 | <token name="DEPTH_STENCIL_OES" value="0x84F9" /> |
||
| 485 | <token name="DEPTH24_STENCIL8_OES" value="0x88F0" /> |
||
| 486 | <token name="OES_packed_depth_stencil" value="1" /> |
||
| 487 | <token name="UNSIGNED_INT_24_8_OES" value="0x84FA" /> |
||
| 488 | </enum> |
||
| 489 | <enum name="OESPointSizeArray"> |
||
| 490 | <token name="OES_point_size_array" value="1" /> |
||
| 491 | <token name="POINT_SIZE_ARRAY_BUFFER_BINDING_OES" value="0x8B9F" /> |
||
| 492 | <token name="POINT_SIZE_ARRAY_OES" value="0x8B9C" /> |
||
| 493 | <token name="POINT_SIZE_ARRAY_POINTER_OES" value="0x898C" /> |
||
| 494 | <token name="POINT_SIZE_ARRAY_STRIDE_OES" value="0x898B" /> |
||
| 495 | <token name="POINT_SIZE_ARRAY_TYPE_OES" value="0x898A" /> |
||
| 496 | </enum> |
||
| 497 | <enum name="OESPointSprite"> |
||
| 498 | <token name="COORD_REPLACE_OES" value="0x8862" /> |
||
| 499 | <token name="OES_point_sprite" value="1" /> |
||
| 500 | <token name="POINT_SPRITE_OES" value="0x8861" /> |
||
| 501 | </enum> |
||
| 502 | <enum name="OESQueryMatrix"> |
||
| 503 | <token name="OES_query_matrix" value="1" /> |
||
| 504 | </enum> |
||
| 505 | <enum name="OESReadFormat"> |
||
| 506 | <token name="IMPLEMENTATION_COLOR_READ_FORMAT_OES" value="0x8B9B" /> |
||
| 507 | <token name="IMPLEMENTATION_COLOR_READ_TYPE_OES" value="0x8B9A" /> |
||
| 508 | <token name="OES_read_format" value="1" /> |
||
| 509 | </enum> |
||
| 510 | <enum name="OESRgb8Rgba8"> |
||
| 511 | <token name="OES_rgb8_rgba8" value="1" /> |
||
| 512 | <token name="RGB8_OES" value="0x8051" /> |
||
| 513 | <token name="RGBA8_OES" value="0x8058" /> |
||
| 514 | </enum> |
||
| 515 | <enum name="OESSinglePrecision"> |
||
| 516 | <token name="OES_single_precision" value="1" /> |
||
| 517 | </enum> |
||
| 518 | <enum name="OESStencil1"> |
||
| 519 | <token name="OES_stencil1" value="1" /> |
||
| 520 | <token name="STENCIL_INDEX1_OES" value="0x8D46" /> |
||
| 521 | </enum> |
||
| 522 | <enum name="OESStencil4"> |
||
| 523 | <token name="OES_stencil4" value="1" /> |
||
| 524 | <token name="STENCIL_INDEX4_OES" value="0x8D47" /> |
||
| 525 | </enum> |
||
| 526 | <enum name="OESStencil8"> |
||
| 527 | <token name="OES_stencil8" value="1" /> |
||
| 528 | <token name="STENCIL_INDEX8_OES" value="0x8D48" /> |
||
| 529 | </enum> |
||
| 530 | <enum name="OESStencilWrap"> |
||
| 531 | <token name="DECR_WRAP_OES" value="0x8508" /> |
||
| 532 | <token name="INCR_WRAP_OES" value="0x8507" /> |
||
| 533 | <token name="OES_stencil_wrap" value="1" /> |
||
| 534 | </enum> |
||
| 535 | <enum name="OESTextureCubeMap"> |
||
| 536 | <token name="MAX_CUBE_MAP_TEXTURE_SIZE_OES" value="0x851C" /> |
||
| 537 | <token name="NORMAL_MAP_OES" value="0x8511" /> |
||
| 538 | <token name="OES_texture_cube_map" value="1" /> |
||
| 539 | <token name="REFLECTION_MAP_OES" value="0x8512" /> |
||
| 540 | <token name="TEXTURE_BINDING_CUBE_MAP_OES" value="0x8514" /> |
||
| 541 | <token name="TEXTURE_CUBE_MAP_NEGATIVE_X_OES" value="0x8516" /> |
||
| 542 | <token name="TEXTURE_CUBE_MAP_NEGATIVE_Y_OES" value="0x8518" /> |
||
| 543 | <token name="TEXTURE_CUBE_MAP_NEGATIVE_Z_OES" value="0x851A" /> |
||
| 544 | <token name="TEXTURE_CUBE_MAP_OES" value="0x8513" /> |
||
| 545 | <token name="TEXTURE_CUBE_MAP_POSITIVE_X_OES" value="0x8515" /> |
||
| 546 | <token name="TEXTURE_CUBE_MAP_POSITIVE_Y_OES" value="0x8517" /> |
||
| 547 | <token name="TEXTURE_CUBE_MAP_POSITIVE_Z_OES" value="0x8519" /> |
||
| 548 | <token name="TEXTURE_GEN_MODE_OES" value="0x2500" /> |
||
| 549 | <token name="TEXTURE_GEN_STR_OES" value="0x8D60" /> |
||
| 550 | </enum> |
||
| 551 | <enum name="OESTextureEnvCrossbar"> |
||
| 552 | <token name="OES_texture_env_crossbar" value="1" /> |
||
| 553 | </enum> |
||
| 554 | <enum name="OESTextureMirroredRepeat"> |
||
| 555 | <token name="MIRRORED_REPEAT_OES" value="0x8370" /> |
||
| 556 | <token name="OES_texture_mirrored_repeat" value="1" /> |
||
| 557 | </enum> |
||
| 558 | <enum name="OpenGLESCoreVersions"> |
||
| 559 | <token name="VERSION_ES_CL_1_0" value="1" /> |
||
| 560 | <token name="VERSION_ES_CL_1_1" value="1" /> |
||
| 561 | <token name="VERSION_ES_CM_1_0" value="1" /> |
||
| 562 | <token name="VERSION_ES_CM_1_1" value="1" /> |
||
| 563 | </enum> |
||
| 564 | <enum name="PixelFormat"> |
||
| 565 | <token name="ALPHA" value="0x1906" /> |
||
| 566 | <token name="LUMINANCE" value="0x1909" /> |
||
| 567 | <token name="LUMINANCE_ALPHA" value="0x190A" /> |
||
| 568 | <token name="RGB" value="0x1907" /> |
||
| 569 | <token name="RGBA" value="0x1908" /> |
||
| 570 | </enum> |
||
| 571 | <enum name="PixelStoreParameter"> |
||
| 572 | <token name="PACK_ALIGNMENT" value="0x0D05" /> |
||
| 573 | <token name="UNPACK_ALIGNMENT" value="0x0CF5" /> |
||
| 574 | </enum> |
||
| 575 | <enum name="PixelType"> |
||
| 576 | <token name="UNSIGNED_SHORT_4_4_4_4" value="0x8033" /> |
||
| 577 | <token name="UNSIGNED_SHORT_5_5_5_1" value="0x8034" /> |
||
| 578 | <token name="UNSIGNED_SHORT_5_6_5" value="0x8363" /> |
||
| 579 | </enum> |
||
| 580 | <enum name="QCOMDriverControl"> |
||
| 581 | <token name="QCOM_driver_control" value="1" /> |
||
| 582 | </enum> |
||
| 583 | <enum name="QCOMPerfmonGlobalMode"> |
||
| 584 | <token name="PERFMON_GLOBAL_MODE_QCOM" value="0x8FA0" /> |
||
| 585 | <token name="QCOM_perfmon_global_mode" value="1" /> |
||
| 586 | </enum> |
||
| 587 | <enum name="ShadingModel"> |
||
| 588 | <token name="FLAT" value="0x1D00" /> |
||
| 589 | <token name="SMOOTH" value="0x1D01" /> |
||
| 590 | </enum> |
||
| 591 | <enum name="StencilOp"> |
||
| 592 | <token name="DECR" value="0x1E03" /> |
||
| 593 | <token name="INCR" value="0x1E02" /> |
||
| 594 | <token name="KEEP" value="0x1E00" /> |
||
| 595 | <token name="REPLACE" value="0x1E01" /> |
||
| 596 | </enum> |
||
| 597 | <enum name="StringName"> |
||
| 598 | <token name="EXTENSIONS" value="0x1F03" /> |
||
| 599 | <token name="RENDERER" value="0x1F01" /> |
||
| 600 | <token name="VENDOR" value="0x1F00" /> |
||
| 601 | <token name="VERSION" value="0x1F02" /> |
||
| 602 | </enum> |
||
| 603 | <enum name="TextureCombineDot3"> |
||
| 604 | <token name="ADD_SIGNED" value="0x8574" /> |
||
| 605 | <token name="ALPHA_SCALE" value="0x0D1C" /> |
||
| 606 | <token name="COMBINE" value="0x8570" /> |
||
| 607 | <token name="COMBINE_ALPHA" value="0x8572" /> |
||
| 608 | <token name="COMBINE_RGB" value="0x8571" /> |
||
| 609 | <token name="CONSTANT" value="0x8576" /> |
||
| 610 | <token name="DOT3_RGB" value="0x86AE" /> |
||
| 611 | <token name="DOT3_RGBA" value="0x86AF" /> |
||
| 612 | <token name="INTERPOLATE" value="0x8575" /> |
||
| 613 | <token name="OPERAND0_ALPHA" value="0x8598" /> |
||
| 614 | <token name="OPERAND0_RGB" value="0x8590" /> |
||
| 615 | <token name="OPERAND1_ALPHA" value="0x8599" /> |
||
| 616 | <token name="OPERAND1_RGB" value="0x8591" /> |
||
| 617 | <token name="OPERAND2_ALPHA" value="0x859A" /> |
||
| 618 | <token name="OPERAND2_RGB" value="0x8592" /> |
||
| 619 | <token name="PREVIOUS" value="0x8578" /> |
||
| 620 | <token name="PRIMARY_COLOR" value="0x8577" /> |
||
| 621 | <token name="RGB_SCALE" value="0x8573" /> |
||
| 622 | <token name="SRC0_ALPHA" value="0x8588" /> |
||
| 623 | <token name="SRC0_RGB" value="0x8580" /> |
||
| 624 | <token name="SRC1_ALPHA" value="0x8589" /> |
||
| 625 | <token name="SRC1_RGB" value="0x8581" /> |
||
| 626 | <token name="SRC2_ALPHA" value="0x858A" /> |
||
| 627 | <token name="SRC2_RGB" value="0x8582" /> |
||
| 628 | <token name="SUBTRACT" value="0x84E7" /> |
||
| 629 | </enum> |
||
| 630 | <enum name="TextureEnvMode"> |
||
| 631 | <token name="ADD" value="0x0104" /> |
||
| 632 | <token name="DECAL" value="0x2101" /> |
||
| 633 | <token name="MODULATE" value="0x2100" /> |
||
| 634 | </enum> |
||
| 635 | <enum name="TextureEnvParameter"> |
||
| 636 | <token name="TEXTURE_ENV_COLOR" value="0x2201" /> |
||
| 637 | <token name="TEXTURE_ENV_MODE" value="0x2200" /> |
||
| 638 | </enum> |
||
| 639 | <enum name="TextureEnvTarget"> |
||
| 640 | <token name="TEXTURE_ENV" value="0x2300" /> |
||
| 641 | </enum> |
||
| 642 | <enum name="TextureMagFilter"> |
||
| 643 | <token name="LINEAR" value="0x2601" /> |
||
| 644 | <token name="NEAREST" value="0x2600" /> |
||
| 645 | </enum> |
||
| 646 | <enum name="TextureMinFilter"> |
||
| 647 | <token name="LINEAR_MIPMAP_LINEAR" value="0x2703" /> |
||
| 648 | <token name="LINEAR_MIPMAP_NEAREST" value="0x2701" /> |
||
| 649 | <token name="NEAREST_MIPMAP_LINEAR" value="0x2702" /> |
||
| 650 | <token name="NEAREST_MIPMAP_NEAREST" value="0x2700" /> |
||
| 651 | </enum> |
||
| 652 | <enum name="TextureParameterName"> |
||
| 653 | <token name="GENERATE_MIPMAP" value="0x8191" /> |
||
| 654 | <token name="TEXTURE_MAG_FILTER" value="0x2800" /> |
||
| 655 | <token name="TEXTURE_MIN_FILTER" value="0x2801" /> |
||
| 656 | <token name="TEXTURE_WRAP_S" value="0x2802" /> |
||
| 657 | <token name="TEXTURE_WRAP_T" value="0x2803" /> |
||
| 658 | </enum> |
||
| 659 | <enum name="TextureUnit"> |
||
| 660 | <token name="ACTIVE_TEXTURE" value="0x84E0" /> |
||
| 661 | <token name="CLIENT_ACTIVE_TEXTURE" value="0x84E1" /> |
||
| 662 | <token name="TEXTURE0" value="0x84C0" /> |
||
| 663 | <token name="TEXTURE1" value="0x84C1" /> |
||
| 664 | <token name="TEXTURE10" value="0x84CA" /> |
||
| 665 | <token name="TEXTURE11" value="0x84CB" /> |
||
| 666 | <token name="TEXTURE12" value="0x84CC" /> |
||
| 667 | <token name="TEXTURE13" value="0x84CD" /> |
||
| 668 | <token name="TEXTURE14" value="0x84CE" /> |
||
| 669 | <token name="TEXTURE15" value="0x84CF" /> |
||
| 670 | <token name="TEXTURE16" value="0x84D0" /> |
||
| 671 | <token name="TEXTURE17" value="0x84D1" /> |
||
| 672 | <token name="TEXTURE18" value="0x84D2" /> |
||
| 673 | <token name="TEXTURE19" value="0x84D3" /> |
||
| 674 | <token name="TEXTURE2" value="0x84C2" /> |
||
| 675 | <token name="TEXTURE20" value="0x84D4" /> |
||
| 676 | <token name="TEXTURE21" value="0x84D5" /> |
||
| 677 | <token name="TEXTURE22" value="0x84D6" /> |
||
| 678 | <token name="TEXTURE23" value="0x84D7" /> |
||
| 679 | <token name="TEXTURE24" value="0x84D8" /> |
||
| 680 | <token name="TEXTURE25" value="0x84D9" /> |
||
| 681 | <token name="TEXTURE26" value="0x84DA" /> |
||
| 682 | <token name="TEXTURE27" value="0x84DB" /> |
||
| 683 | <token name="TEXTURE28" value="0x84DC" /> |
||
| 684 | <token name="TEXTURE29" value="0x84DD" /> |
||
| 685 | <token name="TEXTURE3" value="0x84C3" /> |
||
| 686 | <token name="TEXTURE30" value="0x84DE" /> |
||
| 687 | <token name="TEXTURE31" value="0x84DF" /> |
||
| 688 | <token name="TEXTURE4" value="0x84C4" /> |
||
| 689 | <token name="TEXTURE5" value="0x84C5" /> |
||
| 690 | <token name="TEXTURE6" value="0x84C6" /> |
||
| 691 | <token name="TEXTURE7" value="0x84C7" /> |
||
| 692 | <token name="TEXTURE8" value="0x84C8" /> |
||
| 693 | <token name="TEXTURE9" value="0x84C9" /> |
||
| 694 | </enum> |
||
| 695 | <enum name="TextureWrapMode"> |
||
| 696 | <token name="CLAMP_TO_EDGE" value="0x812F" /> |
||
| 697 | <token name="REPEAT" value="0x2901" /> |
||
| 698 | </enum> |
||
| 699 | <function name="ActiveTexture" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 700 | <returns type="void" /> |
||
| 701 | <param type="GLenum" name="texture" flow="in" /> |
||
| 702 | </function> |
||
| 703 | <function name="AlphaFunc" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 704 | <returns type="void" /> |
||
| 705 | <param type="GLenum" name="func" flow="in" /> |
||
| 706 | <param type="GLclampf" name="ref" flow="in" /> |
||
| 707 | </function> |
||
| 708 | <function name="AlphaFuncx" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 709 | <returns type="void" /> |
||
| 710 | <param type="GLenum" name="func" flow="in" /> |
||
| 711 | <param type="GLclampx" name="ref" flow="in" /> |
||
| 712 | </function> |
||
| 713 | <function name="BindBuffer" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 714 | <returns type="void" /> |
||
| 715 | <param type="GLenum" name="target" flow="in" /> |
||
| 716 | <param type="GLuint" name="buffer" flow="in" /> |
||
| 717 | </function> |
||
| 718 | <function name="BindTexture" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 719 | <returns type="void" /> |
||
| 720 | <param type="GLenum" name="target" flow="in" /> |
||
| 721 | <param type="GLuint" name="texture" flow="in" /> |
||
| 722 | </function> |
||
| 723 | <function name="BlendFunc" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 724 | <returns type="void" /> |
||
| 725 | <param type="GLenum" name="sfactor" flow="in" /> |
||
| 726 | <param type="GLenum" name="dfactor" flow="in" /> |
||
| 727 | </function> |
||
| 728 | <function name="BufferData" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 729 | <returns type="void" /> |
||
| 730 | <param type="GLenum" name="target" flow="in" /> |
||
| 731 | <param type="GLsizeiptr" name="size" flow="in" /> |
||
| 732 | <param type="GLvoid*" name="data" flow="in" /> |
||
| 733 | <param type="GLenum" name="usage" flow="in" /> |
||
| 734 | </function> |
||
| 735 | <function name="BufferSubData" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 736 | <returns type="void" /> |
||
| 737 | <param type="GLenum" name="target" flow="in" /> |
||
| 738 | <param type="GLintptr" name="offset" flow="in" /> |
||
| 739 | <param type="GLsizeiptr" name="size" flow="in" /> |
||
| 740 | <param type="GLvoid*" name="data" flow="in" /> |
||
| 741 | </function> |
||
| 742 | <function name="Clear" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 743 | <returns type="void" /> |
||
| 744 | <param type="GLbitfield" name="mask" flow="in" /> |
||
| 745 | </function> |
||
| 746 | <function name="ClearColor" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 747 | <returns type="void" /> |
||
| 748 | <param type="GLclampf" name="red" flow="in" /> |
||
| 749 | <param type="GLclampf" name="green" flow="in" /> |
||
| 750 | <param type="GLclampf" name="blue" flow="in" /> |
||
| 751 | <param type="GLclampf" name="alpha" flow="in" /> |
||
| 752 | </function> |
||
| 753 | <function name="ClearColorx" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 754 | <returns type="void" /> |
||
| 755 | <param type="GLclampx" name="red" flow="in" /> |
||
| 756 | <param type="GLclampx" name="green" flow="in" /> |
||
| 757 | <param type="GLclampx" name="blue" flow="in" /> |
||
| 758 | <param type="GLclampx" name="alpha" flow="in" /> |
||
| 759 | </function> |
||
| 760 | <function name="ClearDepthf" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 761 | <returns type="void" /> |
||
| 762 | <param type="GLclampf" name="depth" flow="in" /> |
||
| 763 | </function> |
||
| 764 | <function name="ClearDepthx" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 765 | <returns type="void" /> |
||
| 766 | <param type="GLclampx" name="depth" flow="in" /> |
||
| 767 | </function> |
||
| 768 | <function name="ClearStencil" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 769 | <returns type="void" /> |
||
| 770 | <param type="GLint" name="s" flow="in" /> |
||
| 771 | </function> |
||
| 772 | <function name="ClientActiveTexture" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 773 | <returns type="void" /> |
||
| 774 | <param type="GLenum" name="texture" flow="in" /> |
||
| 775 | </function> |
||
| 776 | <function name="ClipPlanef" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 777 | <returns type="void" /> |
||
| 778 | <param type="GLenum" name="plane" flow="in" /> |
||
| 779 | <param type="GLfloat*" name="equation" flow="in" /> |
||
| 780 | </function> |
||
| 781 | <function name="ClipPlanefIMG" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 782 | <returns type="void" /> |
||
| 783 | <param type="GLenum" name="p" flow="in" /> |
||
| 784 | <param type="GLfloat*" name="eqn" flow="in" /> |
||
| 785 | </function> |
||
| 786 | <function name="ClipPlanex" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 787 | <returns type="void" /> |
||
| 788 | <param type="GLenum" name="plane" flow="in" /> |
||
| 789 | <param type="GLfixed*" name="equation" flow="in" /> |
||
| 790 | </function> |
||
| 791 | <function name="ClipPlanexIMG" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 792 | <returns type="void" /> |
||
| 793 | <param type="GLenum" name="p" flow="in" /> |
||
| 794 | <param type="GLfixed*" name="eqn" flow="in" /> |
||
| 795 | </function> |
||
| 796 | <function name="Color4f" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 797 | <returns type="void" /> |
||
| 798 | <param type="GLfloat" name="red" flow="in" /> |
||
| 799 | <param type="GLfloat" name="green" flow="in" /> |
||
| 800 | <param type="GLfloat" name="blue" flow="in" /> |
||
| 801 | <param type="GLfloat" name="alpha" flow="in" /> |
||
| 802 | </function> |
||
| 803 | <function name="Color4ub" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 804 | <returns type="void" /> |
||
| 805 | <param type="GLubyte" name="red" flow="in" /> |
||
| 806 | <param type="GLubyte" name="green" flow="in" /> |
||
| 807 | <param type="GLubyte" name="blue" flow="in" /> |
||
| 808 | <param type="GLubyte" name="alpha" flow="in" /> |
||
| 809 | </function> |
||
| 810 | <function name="Color4x" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 811 | <returns type="void" /> |
||
| 812 | <param type="GLfixed" name="red" flow="in" /> |
||
| 813 | <param type="GLfixed" name="green" flow="in" /> |
||
| 814 | <param type="GLfixed" name="blue" flow="in" /> |
||
| 815 | <param type="GLfixed" name="alpha" flow="in" /> |
||
| 816 | </function> |
||
| 817 | <function name="ColorMask" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 818 | <returns type="void" /> |
||
| 819 | <param type="GLboolean" name="red" flow="in" /> |
||
| 820 | <param type="GLboolean" name="green" flow="in" /> |
||
| 821 | <param type="GLboolean" name="blue" flow="in" /> |
||
| 822 | <param type="GLboolean" name="alpha" flow="in" /> |
||
| 823 | </function> |
||
| 824 | <function name="ColorPointer" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 825 | <returns type="void" /> |
||
| 826 | <param type="GLint" name="size" flow="in" /> |
||
| 827 | <param type="GLenum" name="type" flow="in" /> |
||
| 828 | <param type="GLsizei" name="stride" flow="in" /> |
||
| 829 | <param type="GLvoid*" name="pointer" flow="in" /> |
||
| 830 | </function> |
||
| 831 | <function name="CompressedTexImage2D" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 832 | <returns type="void" /> |
||
| 833 | <param type="GLenum" name="target" flow="in" /> |
||
| 834 | <param type="GLint" name="level" flow="in" /> |
||
| 835 | <param type="GLenum" name="internalformat" flow="in" /> |
||
| 836 | <param type="GLsizei" name="width" flow="in" /> |
||
| 837 | <param type="GLsizei" name="height" flow="in" /> |
||
| 838 | <param type="GLint" name="border" flow="in" /> |
||
| 839 | <param type="GLsizei" name="imageSize" flow="in" /> |
||
| 840 | <param type="GLvoid*" name="data" flow="in" /> |
||
| 841 | </function> |
||
| 842 | <function name="CompressedTexSubImage2D" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 843 | <returns type="void" /> |
||
| 844 | <param type="GLenum" name="target" flow="in" /> |
||
| 845 | <param type="GLint" name="level" flow="in" /> |
||
| 846 | <param type="GLint" name="xoffset" flow="in" /> |
||
| 847 | <param type="GLint" name="yoffset" flow="in" /> |
||
| 848 | <param type="GLsizei" name="width" flow="in" /> |
||
| 849 | <param type="GLsizei" name="height" flow="in" /> |
||
| 850 | <param type="GLenum" name="format" flow="in" /> |
||
| 851 | <param type="GLsizei" name="imageSize" flow="in" /> |
||
| 852 | <param type="GLvoid*" name="data" flow="in" /> |
||
| 853 | </function> |
||
| 854 | <function name="CopyTexImage2D" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 855 | <returns type="void" /> |
||
| 856 | <param type="GLenum" name="target" flow="in" /> |
||
| 857 | <param type="GLint" name="level" flow="in" /> |
||
| 858 | <param type="GLenum" name="internalformat" flow="in" /> |
||
| 859 | <param type="GLint" name="x" flow="in" /> |
||
| 860 | <param type="GLint" name="y" flow="in" /> |
||
| 861 | <param type="GLsizei" name="width" flow="in" /> |
||
| 862 | <param type="GLsizei" name="height" flow="in" /> |
||
| 863 | <param type="GLint" name="border" flow="in" /> |
||
| 864 | </function> |
||
| 865 | <function name="CopyTexSubImage2D" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 866 | <returns type="void" /> |
||
| 867 | <param type="GLenum" name="target" flow="in" /> |
||
| 868 | <param type="GLint" name="level" flow="in" /> |
||
| 869 | <param type="GLint" name="xoffset" flow="in" /> |
||
| 870 | <param type="GLint" name="yoffset" flow="in" /> |
||
| 871 | <param type="GLint" name="x" flow="in" /> |
||
| 872 | <param type="GLint" name="y" flow="in" /> |
||
| 873 | <param type="GLsizei" name="width" flow="in" /> |
||
| 874 | <param type="GLsizei" name="height" flow="in" /> |
||
| 875 | </function> |
||
| 876 | <function name="CullFace" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 877 | <returns type="void" /> |
||
| 878 | <param type="GLenum" name="mode" flow="in" /> |
||
| 879 | </function> |
||
| 880 | <function name="DeleteBuffers" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 881 | <returns type="void" /> |
||
| 882 | <param type="GLsizei" name="n" flow="in" /> |
||
| 883 | <param type="GLuint*" name="buffers" flow="in" /> |
||
| 884 | </function> |
||
| 885 | <function name="DeleteTextures" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 886 | <returns type="void" /> |
||
| 887 | <param type="GLsizei" name="n" flow="in" /> |
||
| 888 | <param type="GLuint*" name="textures" flow="in" /> |
||
| 889 | </function> |
||
| 890 | <function name="DepthFunc" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 891 | <returns type="void" /> |
||
| 892 | <param type="GLenum" name="func" flow="in" /> |
||
| 893 | </function> |
||
| 894 | <function name="DepthMask" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 895 | <returns type="void" /> |
||
| 896 | <param type="GLboolean" name="flag" flow="in" /> |
||
| 897 | </function> |
||
| 898 | <function name="DepthRangef" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 899 | <returns type="void" /> |
||
| 900 | <param type="GLclampf" name="zNear" flow="in" /> |
||
| 901 | <param type="GLclampf" name="zFar" flow="in" /> |
||
| 902 | </function> |
||
| 903 | <function name="DepthRangex" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 904 | <returns type="void" /> |
||
| 905 | <param type="GLclampx" name="zNear" flow="in" /> |
||
| 906 | <param type="GLclampx" name="zFar" flow="in" /> |
||
| 907 | </function> |
||
| 908 | <function name="Disable" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 909 | <returns type="void" /> |
||
| 910 | <param type="GLenum" name="cap" flow="in" /> |
||
| 911 | </function> |
||
| 912 | <function name="DisableClientState" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 913 | <returns type="void" /> |
||
| 914 | <param type="GLenum" name="array" flow="in" /> |
||
| 915 | </function> |
||
| 916 | <function name="DrawArrays" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 917 | <returns type="void" /> |
||
| 918 | <param type="GLenum" name="mode" flow="in" /> |
||
| 919 | <param type="GLint" name="first" flow="in" /> |
||
| 920 | <param type="GLsizei" name="count" flow="in" /> |
||
| 921 | </function> |
||
| 922 | <function name="DrawElements" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 923 | <returns type="void" /> |
||
| 924 | <param type="GLenum" name="mode" flow="in" /> |
||
| 925 | <param type="GLsizei" name="count" flow="in" /> |
||
| 926 | <param type="GLenum" name="type" flow="in" /> |
||
| 927 | <param type="GLvoid*" name="indices" flow="in" /> |
||
| 928 | </function> |
||
| 929 | <function name="Enable" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 930 | <returns type="void" /> |
||
| 931 | <param type="GLenum" name="cap" flow="in" /> |
||
| 932 | </function> |
||
| 933 | <function name="EnableClientState" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 934 | <returns type="void" /> |
||
| 935 | <param type="GLenum" name="array" flow="in" /> |
||
| 936 | </function> |
||
| 937 | <function name="Finish" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 938 | <returns type="void" /> |
||
| 939 | </function> |
||
| 940 | <function name="Flush" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 941 | <returns type="void" /> |
||
| 942 | </function> |
||
| 943 | <function name="Fogf" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 944 | <returns type="void" /> |
||
| 945 | <param type="GLenum" name="pname" flow="in" /> |
||
| 946 | <param type="GLfloat" name="param" flow="in" /> |
||
| 947 | </function> |
||
| 948 | <function name="Fogfv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 949 | <returns type="void" /> |
||
| 950 | <param type="GLenum" name="pname" flow="in" /> |
||
| 951 | <param type="GLfloat*" name="params" flow="in" /> |
||
| 952 | </function> |
||
| 953 | <function name="Fogx" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 954 | <returns type="void" /> |
||
| 955 | <param type="GLenum" name="pname" flow="in" /> |
||
| 956 | <param type="GLfixed" name="param" flow="in" /> |
||
| 957 | </function> |
||
| 958 | <function name="Fogxv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 959 | <returns type="void" /> |
||
| 960 | <param type="GLenum" name="pname" flow="in" /> |
||
| 961 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 962 | </function> |
||
| 963 | <function name="FrontFace" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 964 | <returns type="void" /> |
||
| 965 | <param type="GLenum" name="mode" flow="in" /> |
||
| 966 | </function> |
||
| 967 | <function name="Frustumf" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 968 | <returns type="void" /> |
||
| 969 | <param type="GLfloat" name="left" flow="in" /> |
||
| 970 | <param type="GLfloat" name="right" flow="in" /> |
||
| 971 | <param type="GLfloat" name="bottom" flow="in" /> |
||
| 972 | <param type="GLfloat" name="top" flow="in" /> |
||
| 973 | <param type="GLfloat" name="zNear" flow="in" /> |
||
| 974 | <param type="GLfloat" name="zFar" flow="in" /> |
||
| 975 | </function> |
||
| 976 | <function name="Frustumx" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 977 | <returns type="void" /> |
||
| 978 | <param type="GLfixed" name="left" flow="in" /> |
||
| 979 | <param type="GLfixed" name="right" flow="in" /> |
||
| 980 | <param type="GLfixed" name="bottom" flow="in" /> |
||
| 981 | <param type="GLfixed" name="top" flow="in" /> |
||
| 982 | <param type="GLfixed" name="zNear" flow="in" /> |
||
| 983 | <param type="GLfixed" name="zFar" flow="in" /> |
||
| 984 | </function> |
||
| 985 | <function name="GenBuffers" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 986 | <returns type="void" /> |
||
| 987 | <param type="GLsizei" name="n" flow="in" /> |
||
| 988 | <param type="GLuint*" name="buffers" flow="in" /> |
||
| 989 | </function> |
||
| 990 | <function name="GenTextures" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 991 | <returns type="void" /> |
||
| 992 | <param type="GLsizei" name="n" flow="in" /> |
||
| 993 | <param type="GLuint*" name="textures" flow="in" /> |
||
| 994 | </function> |
||
| 995 | <function name="GetBooleanv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 996 | <returns type="void" /> |
||
| 997 | <param type="GLenum" name="pname" flow="in" /> |
||
| 998 | <param type="GLboolean*" name="params" flow="in" /> |
||
| 999 | </function> |
||
| 1000 | <function name="GetBufferParameteriv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1001 | <returns type="void" /> |
||
| 1002 | <param type="GLenum" name="target" flow="in" /> |
||
| 1003 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1004 | <param type="GLint*" name="params" flow="in" /> |
||
| 1005 | </function> |
||
| 1006 | <function name="GetClipPlanef" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1007 | <returns type="void" /> |
||
| 1008 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1009 | <param type="GLfloat*" name="eqn" count="4" flow="in" /> |
||
| 1010 | </function> |
||
| 1011 | <function name="GetClipPlanex" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1012 | <returns type="void" /> |
||
| 1013 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1014 | <param type="GLfixed*" name="eqn" count="4" flow="in" /> |
||
| 1015 | </function> |
||
| 1016 | <function name="GetError" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1017 | <returns type="GLenum" /> |
||
| 1018 | </function> |
||
| 1019 | <function name="GetFixedv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1020 | <returns type="void" /> |
||
| 1021 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1022 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1023 | </function> |
||
| 1024 | <function name="GetFloatv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1025 | <returns type="void" /> |
||
| 1026 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1027 | <param type="GLfloat*" name="params" flow="in" /> |
||
| 1028 | </function> |
||
| 1029 | <function name="GetIntegerv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1030 | <returns type="void" /> |
||
| 1031 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1032 | <param type="GLint*" name="params" flow="in" /> |
||
| 1033 | </function> |
||
| 1034 | <function name="GetLightfv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1035 | <returns type="void" /> |
||
| 1036 | <param type="GLenum" name="light" flow="in" /> |
||
| 1037 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1038 | <param type="GLfloat*" name="params" flow="in" /> |
||
| 1039 | </function> |
||
| 1040 | <function name="GetLightxv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1041 | <returns type="void" /> |
||
| 1042 | <param type="GLenum" name="light" flow="in" /> |
||
| 1043 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1044 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1045 | </function> |
||
| 1046 | <function name="GetMaterialfv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1047 | <returns type="void" /> |
||
| 1048 | <param type="GLenum" name="face" flow="in" /> |
||
| 1049 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1050 | <param type="GLfloat*" name="params" flow="in" /> |
||
| 1051 | </function> |
||
| 1052 | <function name="GetMaterialxv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1053 | <returns type="void" /> |
||
| 1054 | <param type="GLenum" name="face" flow="in" /> |
||
| 1055 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1056 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1057 | </function> |
||
| 1058 | <function name="GetPointerv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1059 | <returns type="void" /> |
||
| 1060 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1061 | <param type="void**" name="params" flow="in" /> |
||
| 1062 | </function> |
||
| 1063 | <function name="GetString" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1064 | <returns type="GLubyte*" /> |
||
| 1065 | <param type="GLenum" name="name" flow="in" /> |
||
| 1066 | </function> |
||
| 1067 | <function name="GetTexEnvfv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1068 | <returns type="void" /> |
||
| 1069 | <param type="GLenum" name="env" flow="in" /> |
||
| 1070 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1071 | <param type="GLfloat*" name="params" flow="in" /> |
||
| 1072 | </function> |
||
| 1073 | <function name="GetTexEnviv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1074 | <returns type="void" /> |
||
| 1075 | <param type="GLenum" name="env" flow="in" /> |
||
| 1076 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1077 | <param type="GLint*" name="params" flow="in" /> |
||
| 1078 | </function> |
||
| 1079 | <function name="GetTexEnvxv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1080 | <returns type="void" /> |
||
| 1081 | <param type="GLenum" name="env" flow="in" /> |
||
| 1082 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1083 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1084 | </function> |
||
| 1085 | <function name="GetTexParameterfv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1086 | <returns type="void" /> |
||
| 1087 | <param type="GLenum" name="target" flow="in" /> |
||
| 1088 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1089 | <param type="GLfloat*" name="params" flow="in" /> |
||
| 1090 | </function> |
||
| 1091 | <function name="GetTexParameteriv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1092 | <returns type="void" /> |
||
| 1093 | <param type="GLenum" name="target" flow="in" /> |
||
| 1094 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1095 | <param type="GLint*" name="params" flow="in" /> |
||
| 1096 | </function> |
||
| 1097 | <function name="GetTexParameterxv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1098 | <returns type="void" /> |
||
| 1099 | <param type="GLenum" name="target" flow="in" /> |
||
| 1100 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1101 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1102 | </function> |
||
| 1103 | <function name="Hint" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1104 | <returns type="void" /> |
||
| 1105 | <param type="GLenum" name="target" flow="in" /> |
||
| 1106 | <param type="GLenum" name="mode" flow="in" /> |
||
| 1107 | </function> |
||
| 1108 | <function name="IsBuffer" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1109 | <returns type="GLboolean" /> |
||
| 1110 | <param type="GLuint" name="buffer" flow="in" /> |
||
| 1111 | </function> |
||
| 1112 | <function name="IsEnabled" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1113 | <returns type="GLboolean" /> |
||
| 1114 | <param type="GLenum" name="cap" flow="in" /> |
||
| 1115 | </function> |
||
| 1116 | <function name="IsTexture" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1117 | <returns type="GLboolean" /> |
||
| 1118 | <param type="GLuint" name="texture" flow="in" /> |
||
| 1119 | </function> |
||
| 1120 | <function name="Lightf" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1121 | <returns type="void" /> |
||
| 1122 | <param type="GLenum" name="light" flow="in" /> |
||
| 1123 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1124 | <param type="GLfloat" name="param" flow="in" /> |
||
| 1125 | </function> |
||
| 1126 | <function name="Lightfv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1127 | <returns type="void" /> |
||
| 1128 | <param type="GLenum" name="light" flow="in" /> |
||
| 1129 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1130 | <param type="GLfloat*" name="params" flow="in" /> |
||
| 1131 | </function> |
||
| 1132 | <function name="LightModelf" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1133 | <returns type="void" /> |
||
| 1134 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1135 | <param type="GLfloat" name="param" flow="in" /> |
||
| 1136 | </function> |
||
| 1137 | <function name="LightModelfv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1138 | <returns type="void" /> |
||
| 1139 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1140 | <param type="GLfloat*" name="params" flow="in" /> |
||
| 1141 | </function> |
||
| 1142 | <function name="LightModelx" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1143 | <returns type="void" /> |
||
| 1144 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1145 | <param type="GLfixed" name="param" flow="in" /> |
||
| 1146 | </function> |
||
| 1147 | <function name="LightModelxv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1148 | <returns type="void" /> |
||
| 1149 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1150 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1151 | </function> |
||
| 1152 | <function name="Lightx" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1153 | <returns type="void" /> |
||
| 1154 | <param type="GLenum" name="light" flow="in" /> |
||
| 1155 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1156 | <param type="GLfixed" name="param" flow="in" /> |
||
| 1157 | </function> |
||
| 1158 | <function name="Lightxv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1159 | <returns type="void" /> |
||
| 1160 | <param type="GLenum" name="light" flow="in" /> |
||
| 1161 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1162 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1163 | </function> |
||
| 1164 | <function name="LineWidth" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1165 | <returns type="void" /> |
||
| 1166 | <param type="GLfloat" name="width" flow="in" /> |
||
| 1167 | </function> |
||
| 1168 | <function name="LineWidthx" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1169 | <returns type="void" /> |
||
| 1170 | <param type="GLfixed" name="width" flow="in" /> |
||
| 1171 | </function> |
||
| 1172 | <function name="LoadIdentity" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1173 | <returns type="void" /> |
||
| 1174 | </function> |
||
| 1175 | <function name="LoadMatrixf" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1176 | <returns type="void" /> |
||
| 1177 | <param type="GLfloat*" name="m" flow="in" /> |
||
| 1178 | </function> |
||
| 1179 | <function name="LoadMatrixx" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1180 | <returns type="void" /> |
||
| 1181 | <param type="GLfixed*" name="m" flow="in" /> |
||
| 1182 | </function> |
||
| 1183 | <function name="LogicOp" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1184 | <returns type="void" /> |
||
| 1185 | <param type="GLenum" name="opcode" flow="in" /> |
||
| 1186 | </function> |
||
| 1187 | <function name="Materialf" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1188 | <returns type="void" /> |
||
| 1189 | <param type="GLenum" name="face" flow="in" /> |
||
| 1190 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1191 | <param type="GLfloat" name="param" flow="in" /> |
||
| 1192 | </function> |
||
| 1193 | <function name="Materialfv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1194 | <returns type="void" /> |
||
| 1195 | <param type="GLenum" name="face" flow="in" /> |
||
| 1196 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1197 | <param type="GLfloat*" name="params" flow="in" /> |
||
| 1198 | </function> |
||
| 1199 | <function name="Materialx" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1200 | <returns type="void" /> |
||
| 1201 | <param type="GLenum" name="face" flow="in" /> |
||
| 1202 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1203 | <param type="GLfixed" name="param" flow="in" /> |
||
| 1204 | </function> |
||
| 1205 | <function name="Materialxv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1206 | <returns type="void" /> |
||
| 1207 | <param type="GLenum" name="face" flow="in" /> |
||
| 1208 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1209 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1210 | </function> |
||
| 1211 | <function name="MatrixMode" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1212 | <returns type="void" /> |
||
| 1213 | <param type="GLenum" name="mode" flow="in" /> |
||
| 1214 | </function> |
||
| 1215 | <function name="MultiTexCoord4f" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1216 | <returns type="void" /> |
||
| 1217 | <param type="GLenum" name="target" flow="in" /> |
||
| 1218 | <param type="GLfloat" name="s" flow="in" /> |
||
| 1219 | <param type="GLfloat" name="t" flow="in" /> |
||
| 1220 | <param type="GLfloat" name="r" flow="in" /> |
||
| 1221 | <param type="GLfloat" name="q" flow="in" /> |
||
| 1222 | </function> |
||
| 1223 | <function name="MultiTexCoord4x" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1224 | <returns type="void" /> |
||
| 1225 | <param type="GLenum" name="target" flow="in" /> |
||
| 1226 | <param type="GLfixed" name="s" flow="in" /> |
||
| 1227 | <param type="GLfixed" name="t" flow="in" /> |
||
| 1228 | <param type="GLfixed" name="r" flow="in" /> |
||
| 1229 | <param type="GLfixed" name="q" flow="in" /> |
||
| 1230 | </function> |
||
| 1231 | <function name="MultMatrixf" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1232 | <returns type="void" /> |
||
| 1233 | <param type="GLfloat*" name="m" flow="in" /> |
||
| 1234 | </function> |
||
| 1235 | <function name="MultMatrixx" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1236 | <returns type="void" /> |
||
| 1237 | <param type="GLfixed*" name="m" flow="in" /> |
||
| 1238 | </function> |
||
| 1239 | <function name="Normal3f" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1240 | <returns type="void" /> |
||
| 1241 | <param type="GLfloat" name="nx" flow="in" /> |
||
| 1242 | <param type="GLfloat" name="ny" flow="in" /> |
||
| 1243 | <param type="GLfloat" name="nz" flow="in" /> |
||
| 1244 | </function> |
||
| 1245 | <function name="Normal3x" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1246 | <returns type="void" /> |
||
| 1247 | <param type="GLfixed" name="nx" flow="in" /> |
||
| 1248 | <param type="GLfixed" name="ny" flow="in" /> |
||
| 1249 | <param type="GLfixed" name="nz" flow="in" /> |
||
| 1250 | </function> |
||
| 1251 | <function name="NormalPointer" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1252 | <returns type="void" /> |
||
| 1253 | <param type="GLenum" name="type" flow="in" /> |
||
| 1254 | <param type="GLsizei" name="stride" flow="in" /> |
||
| 1255 | <param type="GLvoid*" name="pointer" flow="in" /> |
||
| 1256 | </function> |
||
| 1257 | <function name="Orthof" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1258 | <returns type="void" /> |
||
| 1259 | <param type="GLfloat" name="left" flow="in" /> |
||
| 1260 | <param type="GLfloat" name="right" flow="in" /> |
||
| 1261 | <param type="GLfloat" name="bottom" flow="in" /> |
||
| 1262 | <param type="GLfloat" name="top" flow="in" /> |
||
| 1263 | <param type="GLfloat" name="zNear" flow="in" /> |
||
| 1264 | <param type="GLfloat" name="zFar" flow="in" /> |
||
| 1265 | </function> |
||
| 1266 | <function name="Orthox" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1267 | <returns type="void" /> |
||
| 1268 | <param type="GLfixed" name="left" flow="in" /> |
||
| 1269 | <param type="GLfixed" name="right" flow="in" /> |
||
| 1270 | <param type="GLfixed" name="bottom" flow="in" /> |
||
| 1271 | <param type="GLfixed" name="top" flow="in" /> |
||
| 1272 | <param type="GLfixed" name="zNear" flow="in" /> |
||
| 1273 | <param type="GLfixed" name="zFar" flow="in" /> |
||
| 1274 | </function> |
||
| 1275 | <function name="PixelStorei" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1276 | <returns type="void" /> |
||
| 1277 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1278 | <param type="GLint" name="param" flow="in" /> |
||
| 1279 | </function> |
||
| 1280 | <function name="PointParameterf" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1281 | <returns type="void" /> |
||
| 1282 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1283 | <param type="GLfloat" name="param" flow="in" /> |
||
| 1284 | </function> |
||
| 1285 | <function name="PointParameterfv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1286 | <returns type="void" /> |
||
| 1287 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1288 | <param type="GLfloat*" name="params" flow="in" /> |
||
| 1289 | </function> |
||
| 1290 | <function name="PointParameterx" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1291 | <returns type="void" /> |
||
| 1292 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1293 | <param type="GLfixed" name="param" flow="in" /> |
||
| 1294 | </function> |
||
| 1295 | <function name="PointParameterxv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1296 | <returns type="void" /> |
||
| 1297 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1298 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1299 | </function> |
||
| 1300 | <function name="PointSize" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1301 | <returns type="void" /> |
||
| 1302 | <param type="GLfloat" name="size" flow="in" /> |
||
| 1303 | </function> |
||
| 1304 | <function name="PointSizex" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1305 | <returns type="void" /> |
||
| 1306 | <param type="GLfixed" name="size" flow="in" /> |
||
| 1307 | </function> |
||
| 1308 | <function name="PolygonOffset" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1309 | <returns type="void" /> |
||
| 1310 | <param type="GLfloat" name="factor" flow="in" /> |
||
| 1311 | <param type="GLfloat" name="units" flow="in" /> |
||
| 1312 | </function> |
||
| 1313 | <function name="PolygonOffsetx" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1314 | <returns type="void" /> |
||
| 1315 | <param type="GLfixed" name="factor" flow="in" /> |
||
| 1316 | <param type="GLfixed" name="units" flow="in" /> |
||
| 1317 | </function> |
||
| 1318 | <function name="PopMatrix" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1319 | <returns type="void" /> |
||
| 1320 | </function> |
||
| 1321 | <function name="PushMatrix" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1322 | <returns type="void" /> |
||
| 1323 | </function> |
||
| 1324 | <function name="ReadPixels" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1325 | <returns type="void" /> |
||
| 1326 | <param type="GLint" name="x" flow="in" /> |
||
| 1327 | <param type="GLint" name="y" flow="in" /> |
||
| 1328 | <param type="GLsizei" name="width" flow="in" /> |
||
| 1329 | <param type="GLsizei" name="height" flow="in" /> |
||
| 1330 | <param type="GLenum" name="format" flow="in" /> |
||
| 1331 | <param type="GLenum" name="type" flow="in" /> |
||
| 1332 | <param type="GLvoid*" name="pixels" flow="in" /> |
||
| 1333 | </function> |
||
| 1334 | <function name="Rotatef" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1335 | <returns type="void" /> |
||
| 1336 | <param type="GLfloat" name="angle" flow="in" /> |
||
| 1337 | <param type="GLfloat" name="x" flow="in" /> |
||
| 1338 | <param type="GLfloat" name="y" flow="in" /> |
||
| 1339 | <param type="GLfloat" name="z" flow="in" /> |
||
| 1340 | </function> |
||
| 1341 | <function name="Rotatex" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1342 | <returns type="void" /> |
||
| 1343 | <param type="GLfixed" name="angle" flow="in" /> |
||
| 1344 | <param type="GLfixed" name="x" flow="in" /> |
||
| 1345 | <param type="GLfixed" name="y" flow="in" /> |
||
| 1346 | <param type="GLfixed" name="z" flow="in" /> |
||
| 1347 | </function> |
||
| 1348 | <function name="SampleCoverage" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1349 | <returns type="void" /> |
||
| 1350 | <param type="GLclampf" name="value" flow="in" /> |
||
| 1351 | <param type="GLboolean" name="invert" flow="in" /> |
||
| 1352 | </function> |
||
| 1353 | <function name="SampleCoveragex" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1354 | <returns type="void" /> |
||
| 1355 | <param type="GLclampx" name="value" flow="in" /> |
||
| 1356 | <param type="GLboolean" name="invert" flow="in" /> |
||
| 1357 | </function> |
||
| 1358 | <function name="Scalef" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1359 | <returns type="void" /> |
||
| 1360 | <param type="GLfloat" name="x" flow="in" /> |
||
| 1361 | <param type="GLfloat" name="y" flow="in" /> |
||
| 1362 | <param type="GLfloat" name="z" flow="in" /> |
||
| 1363 | </function> |
||
| 1364 | <function name="Scalex" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1365 | <returns type="void" /> |
||
| 1366 | <param type="GLfixed" name="x" flow="in" /> |
||
| 1367 | <param type="GLfixed" name="y" flow="in" /> |
||
| 1368 | <param type="GLfixed" name="z" flow="in" /> |
||
| 1369 | </function> |
||
| 1370 | <function name="Scissor" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1371 | <returns type="void" /> |
||
| 1372 | <param type="GLint" name="x" flow="in" /> |
||
| 1373 | <param type="GLint" name="y" flow="in" /> |
||
| 1374 | <param type="GLsizei" name="width" flow="in" /> |
||
| 1375 | <param type="GLsizei" name="height" flow="in" /> |
||
| 1376 | </function> |
||
| 1377 | <function name="ShadeModel" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1378 | <returns type="void" /> |
||
| 1379 | <param type="GLenum" name="mode" flow="in" /> |
||
| 1380 | </function> |
||
| 1381 | <function name="StencilFunc" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1382 | <returns type="void" /> |
||
| 1383 | <param type="GLenum" name="func" flow="in" /> |
||
| 1384 | <param type="GLint" name="ref" flow="in" /> |
||
| 1385 | <param type="GLuint" name="mask" flow="in" /> |
||
| 1386 | </function> |
||
| 1387 | <function name="StencilMask" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1388 | <returns type="void" /> |
||
| 1389 | <param type="GLuint" name="mask" flow="in" /> |
||
| 1390 | </function> |
||
| 1391 | <function name="StencilOp" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1392 | <returns type="void" /> |
||
| 1393 | <param type="GLenum" name="fail" flow="in" /> |
||
| 1394 | <param type="GLenum" name="zfail" flow="in" /> |
||
| 1395 | <param type="GLenum" name="zpass" flow="in" /> |
||
| 1396 | </function> |
||
| 1397 | <function name="TexCoordPointer" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1398 | <returns type="void" /> |
||
| 1399 | <param type="GLint" name="size" flow="in" /> |
||
| 1400 | <param type="GLenum" name="type" flow="in" /> |
||
| 1401 | <param type="GLsizei" name="stride" flow="in" /> |
||
| 1402 | <param type="GLvoid*" name="pointer" flow="in" /> |
||
| 1403 | </function> |
||
| 1404 | <function name="TexEnvf" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1405 | <returns type="void" /> |
||
| 1406 | <param type="GLenum" name="target" flow="in" /> |
||
| 1407 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1408 | <param type="GLfloat" name="param" flow="in" /> |
||
| 1409 | </function> |
||
| 1410 | <function name="TexEnvfv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1411 | <returns type="void" /> |
||
| 1412 | <param type="GLenum" name="target" flow="in" /> |
||
| 1413 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1414 | <param type="GLfloat*" name="params" flow="in" /> |
||
| 1415 | </function> |
||
| 1416 | <function name="TexEnvi" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1417 | <returns type="void" /> |
||
| 1418 | <param type="GLenum" name="target" flow="in" /> |
||
| 1419 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1420 | <param type="GLint" name="param" flow="in" /> |
||
| 1421 | </function> |
||
| 1422 | <function name="TexEnviv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1423 | <returns type="void" /> |
||
| 1424 | <param type="GLenum" name="target" flow="in" /> |
||
| 1425 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1426 | <param type="GLint*" name="params" flow="in" /> |
||
| 1427 | </function> |
||
| 1428 | <function name="TexEnvx" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1429 | <returns type="void" /> |
||
| 1430 | <param type="GLenum" name="target" flow="in" /> |
||
| 1431 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1432 | <param type="GLfixed" name="param" flow="in" /> |
||
| 1433 | </function> |
||
| 1434 | <function name="TexEnvxv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1435 | <returns type="void" /> |
||
| 1436 | <param type="GLenum" name="target" flow="in" /> |
||
| 1437 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1438 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1439 | </function> |
||
| 1440 | <function name="TexImage2D" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1441 | <returns type="void" /> |
||
| 1442 | <param type="GLenum" name="target" flow="in" /> |
||
| 1443 | <param type="GLint" name="level" flow="in" /> |
||
| 1444 | <param type="GLint" name="internalformat" flow="in" /> |
||
| 1445 | <param type="GLsizei" name="width" flow="in" /> |
||
| 1446 | <param type="GLsizei" name="height" flow="in" /> |
||
| 1447 | <param type="GLint" name="border" flow="in" /> |
||
| 1448 | <param type="GLenum" name="format" flow="in" /> |
||
| 1449 | <param type="GLenum" name="type" flow="in" /> |
||
| 1450 | <param type="GLvoid*" name="pixels" flow="in" /> |
||
| 1451 | </function> |
||
| 1452 | <function name="TexParameterf" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1453 | <returns type="void" /> |
||
| 1454 | <param type="GLenum" name="target" flow="in" /> |
||
| 1455 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1456 | <param type="GLfloat" name="param" flow="in" /> |
||
| 1457 | </function> |
||
| 1458 | <function name="TexParameterfv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1459 | <returns type="void" /> |
||
| 1460 | <param type="GLenum" name="target" flow="in" /> |
||
| 1461 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1462 | <param type="GLfloat*" name="params" flow="in" /> |
||
| 1463 | </function> |
||
| 1464 | <function name="TexParameteri" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1465 | <returns type="void" /> |
||
| 1466 | <param type="GLenum" name="target" flow="in" /> |
||
| 1467 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1468 | <param type="GLint" name="param" flow="in" /> |
||
| 1469 | </function> |
||
| 1470 | <function name="TexParameteriv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1471 | <returns type="void" /> |
||
| 1472 | <param type="GLenum" name="target" flow="in" /> |
||
| 1473 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1474 | <param type="GLint*" name="params" flow="in" /> |
||
| 1475 | </function> |
||
| 1476 | <function name="TexParameterx" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1477 | <returns type="void" /> |
||
| 1478 | <param type="GLenum" name="target" flow="in" /> |
||
| 1479 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1480 | <param type="GLfixed" name="param" flow="in" /> |
||
| 1481 | </function> |
||
| 1482 | <function name="TexParameterxv" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1483 | <returns type="void" /> |
||
| 1484 | <param type="GLenum" name="target" flow="in" /> |
||
| 1485 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1486 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1487 | </function> |
||
| 1488 | <function name="TexSubImage2D" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1489 | <returns type="void" /> |
||
| 1490 | <param type="GLenum" name="target" flow="in" /> |
||
| 1491 | <param type="GLint" name="level" flow="in" /> |
||
| 1492 | <param type="GLint" name="xoffset" flow="in" /> |
||
| 1493 | <param type="GLint" name="yoffset" flow="in" /> |
||
| 1494 | <param type="GLsizei" name="width" flow="in" /> |
||
| 1495 | <param type="GLsizei" name="height" flow="in" /> |
||
| 1496 | <param type="GLenum" name="format" flow="in" /> |
||
| 1497 | <param type="GLenum" name="type" flow="in" /> |
||
| 1498 | <param type="GLvoid*" name="pixels" flow="in" /> |
||
| 1499 | </function> |
||
| 1500 | <function name="Translatef" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1501 | <returns type="void" /> |
||
| 1502 | <param type="GLfloat" name="x" flow="in" /> |
||
| 1503 | <param type="GLfloat" name="y" flow="in" /> |
||
| 1504 | <param type="GLfloat" name="z" flow="in" /> |
||
| 1505 | </function> |
||
| 1506 | <function name="Translatex" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1507 | <returns type="void" /> |
||
| 1508 | <param type="GLfixed" name="x" flow="in" /> |
||
| 1509 | <param type="GLfixed" name="y" flow="in" /> |
||
| 1510 | <param type="GLfixed" name="z" flow="in" /> |
||
| 1511 | </function> |
||
| 1512 | <function name="VertexPointer" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1513 | <returns type="void" /> |
||
| 1514 | <param type="GLint" name="size" flow="in" /> |
||
| 1515 | <param type="GLenum" name="type" flow="in" /> |
||
| 1516 | <param type="GLsizei" name="stride" flow="in" /> |
||
| 1517 | <param type="GLvoid*" name="pointer" flow="in" /> |
||
| 1518 | </function> |
||
| 1519 | <function name="Viewport" extension="Core" profile="" category="1.1" version="1.1"> |
||
| 1520 | <returns type="void" /> |
||
| 1521 | <param type="GLint" name="x" flow="in" /> |
||
| 1522 | <param type="GLint" name="y" flow="in" /> |
||
| 1523 | <param type="GLsizei" name="width" flow="in" /> |
||
| 1524 | <param type="GLsizei" name="height" flow="in" /> |
||
| 1525 | </function> |
||
| 1526 | <function name="DeleteFencesNV" extension="NV" profile="" category="1.1" version="1.1"> |
||
| 1527 | <returns type="void" /> |
||
| 1528 | <param type="GLsizei" name="n" flow="in" /> |
||
| 1529 | <param type="GLuint*" name="fences" flow="in" /> |
||
| 1530 | </function> |
||
| 1531 | <function name="FinishFenceNV" extension="NV" profile="" category="1.1" version="1.1"> |
||
| 1532 | <returns type="void" /> |
||
| 1533 | <param type="GLuint" name="fence" flow="in" /> |
||
| 1534 | </function> |
||
| 1535 | <function name="GenFencesNV" extension="NV" profile="" category="1.1" version="1.1"> |
||
| 1536 | <returns type="void" /> |
||
| 1537 | <param type="GLsizei" name="n" flow="in" /> |
||
| 1538 | <param type="GLuint*" name="fences" flow="in" /> |
||
| 1539 | </function> |
||
| 1540 | <function name="GetFenceivNV" extension="NV" profile="" category="1.1" version="1.1"> |
||
| 1541 | <returns type="void" /> |
||
| 1542 | <param type="GLuint" name="fence" flow="in" /> |
||
| 1543 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1544 | <param type="GLint*" name="params" flow="in" /> |
||
| 1545 | </function> |
||
| 1546 | <function name="IsFenceNV" extension="NV" profile="" category="1.1" version="1.1"> |
||
| 1547 | <returns type="GLboolean" /> |
||
| 1548 | <param type="GLuint" name="fence" flow="in" /> |
||
| 1549 | </function> |
||
| 1550 | <function name="SetFenceNV" extension="NV" profile="" category="1.1" version="1.1"> |
||
| 1551 | <returns type="void" /> |
||
| 1552 | <param type="GLuint" name="fence" flow="in" /> |
||
| 1553 | <param type="GLenum" name="condition" flow="in" /> |
||
| 1554 | </function> |
||
| 1555 | <function name="TestFenceNV" extension="NV" profile="" category="1.1" version="1.1"> |
||
| 1556 | <returns type="GLboolean" /> |
||
| 1557 | <param type="GLuint" name="fence" flow="in" /> |
||
| 1558 | </function> |
||
| 1559 | <function name="AlphaFuncxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1560 | <returns type="void" /> |
||
| 1561 | <param type="GLenum" name="func" flow="in" /> |
||
| 1562 | <param type="GLclampx" name="ref" flow="in" /> |
||
| 1563 | </function> |
||
| 1564 | <function name="BindFramebufferOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1565 | <returns type="void" /> |
||
| 1566 | <param type="GLenum" name="target" flow="in" /> |
||
| 1567 | <param type="GLuint" name="framebuffer" flow="in" /> |
||
| 1568 | </function> |
||
| 1569 | <function name="BindRenderbufferOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1570 | <returns type="void" /> |
||
| 1571 | <param type="GLenum" name="target" flow="in" /> |
||
| 1572 | <param type="GLuint" name="renderbuffer" flow="in" /> |
||
| 1573 | </function> |
||
| 1574 | <function name="BlendEquationOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1575 | <returns type="void" /> |
||
| 1576 | <param type="GLenum" name="mode" flow="in" /> |
||
| 1577 | </function> |
||
| 1578 | <function name="BlendEquationSeparateOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1579 | <returns type="void" /> |
||
| 1580 | <param type="GLenum" name="modeRGB" flow="in" /> |
||
| 1581 | <param type="GLenum" name="modeAlpha" flow="in" /> |
||
| 1582 | </function> |
||
| 1583 | <function name="BlendFuncSeparateOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1584 | <returns type="void" /> |
||
| 1585 | <param type="GLenum" name="srcRGB" flow="in" /> |
||
| 1586 | <param type="GLenum" name="dstRGB" flow="in" /> |
||
| 1587 | <param type="GLenum" name="srcAlpha" flow="in" /> |
||
| 1588 | <param type="GLenum" name="dstAlpha" flow="in" /> |
||
| 1589 | </function> |
||
| 1590 | <function name="CheckFramebufferStatusOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1591 | <returns type="GLenum" /> |
||
| 1592 | <param type="GLenum" name="target" flow="in" /> |
||
| 1593 | </function> |
||
| 1594 | <function name="ClearColorxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1595 | <returns type="void" /> |
||
| 1596 | <param type="GLclampx" name="red" flow="in" /> |
||
| 1597 | <param type="GLclampx" name="green" flow="in" /> |
||
| 1598 | <param type="GLclampx" name="blue" flow="in" /> |
||
| 1599 | <param type="GLclampx" name="alpha" flow="in" /> |
||
| 1600 | </function> |
||
| 1601 | <function name="ClearDepthfOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1602 | <returns type="void" /> |
||
| 1603 | <param type="GLclampf" name="depth" flow="in" /> |
||
| 1604 | </function> |
||
| 1605 | <function name="ClearDepthxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1606 | <returns type="void" /> |
||
| 1607 | <param type="GLclampx" name="depth" flow="in" /> |
||
| 1608 | </function> |
||
| 1609 | <function name="ClipPlanefOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1610 | <returns type="void" /> |
||
| 1611 | <param type="GLenum" name="plane" flow="in" /> |
||
| 1612 | <param type="GLfloat*" name="equation" flow="in" /> |
||
| 1613 | </function> |
||
| 1614 | <function name="ClipPlanexOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1615 | <returns type="void" /> |
||
| 1616 | <param type="GLenum" name="plane" flow="in" /> |
||
| 1617 | <param type="GLfixed*" name="equation" flow="in" /> |
||
| 1618 | </function> |
||
| 1619 | <function name="Color4xOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1620 | <returns type="void" /> |
||
| 1621 | <param type="GLfixed" name="red" flow="in" /> |
||
| 1622 | <param type="GLfixed" name="green" flow="in" /> |
||
| 1623 | <param type="GLfixed" name="blue" flow="in" /> |
||
| 1624 | <param type="GLfixed" name="alpha" flow="in" /> |
||
| 1625 | </function> |
||
| 1626 | <function name="CurrentPaletteMatrixOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1627 | <returns type="void" /> |
||
| 1628 | <param type="GLuint" name="matrixpaletteindex" flow="in" /> |
||
| 1629 | </function> |
||
| 1630 | <function name="DeleteFramebuffersOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1631 | <returns type="void" /> |
||
| 1632 | <param type="GLsizei" name="n" flow="in" /> |
||
| 1633 | <param type="GLuint*" name="framebuffers" flow="in" /> |
||
| 1634 | </function> |
||
| 1635 | <function name="DeleteRenderbuffersOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1636 | <returns type="void" /> |
||
| 1637 | <param type="GLsizei" name="n" flow="in" /> |
||
| 1638 | <param type="GLuint*" name="renderbuffers" flow="in" /> |
||
| 1639 | </function> |
||
| 1640 | <function name="DepthRangefOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1641 | <returns type="void" /> |
||
| 1642 | <param type="GLclampf" name="zNear" flow="in" /> |
||
| 1643 | <param type="GLclampf" name="zFar" flow="in" /> |
||
| 1644 | </function> |
||
| 1645 | <function name="DepthRangexOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1646 | <returns type="void" /> |
||
| 1647 | <param type="GLclampx" name="zNear" flow="in" /> |
||
| 1648 | <param type="GLclampx" name="zFar" flow="in" /> |
||
| 1649 | </function> |
||
| 1650 | <function name="DrawTexfOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1651 | <returns type="void" /> |
||
| 1652 | <param type="GLfloat" name="x" flow="in" /> |
||
| 1653 | <param type="GLfloat" name="y" flow="in" /> |
||
| 1654 | <param type="GLfloat" name="z" flow="in" /> |
||
| 1655 | <param type="GLfloat" name="width" flow="in" /> |
||
| 1656 | <param type="GLfloat" name="height" flow="in" /> |
||
| 1657 | </function> |
||
| 1658 | <function name="DrawTexfvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1659 | <returns type="void" /> |
||
| 1660 | <param type="GLfloat*" name="coords" flow="in" /> |
||
| 1661 | </function> |
||
| 1662 | <function name="DrawTexiOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1663 | <returns type="void" /> |
||
| 1664 | <param type="GLint" name="x" flow="in" /> |
||
| 1665 | <param type="GLint" name="y" flow="in" /> |
||
| 1666 | <param type="GLint" name="z" flow="in" /> |
||
| 1667 | <param type="GLint" name="width" flow="in" /> |
||
| 1668 | <param type="GLint" name="height" flow="in" /> |
||
| 1669 | </function> |
||
| 1670 | <function name="DrawTexivOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1671 | <returns type="void" /> |
||
| 1672 | <param type="GLint*" name="coords" flow="in" /> |
||
| 1673 | </function> |
||
| 1674 | <function name="DrawTexsOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1675 | <returns type="void" /> |
||
| 1676 | <param type="GLshort" name="x" flow="in" /> |
||
| 1677 | <param type="GLshort" name="y" flow="in" /> |
||
| 1678 | <param type="GLshort" name="z" flow="in" /> |
||
| 1679 | <param type="GLshort" name="width" flow="in" /> |
||
| 1680 | <param type="GLshort" name="height" flow="in" /> |
||
| 1681 | </function> |
||
| 1682 | <function name="DrawTexsvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1683 | <returns type="void" /> |
||
| 1684 | <param type="GLshort*" name="coords" flow="in" /> |
||
| 1685 | </function> |
||
| 1686 | <function name="DrawTexxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1687 | <returns type="void" /> |
||
| 1688 | <param type="GLfixed" name="x" flow="in" /> |
||
| 1689 | <param type="GLfixed" name="y" flow="in" /> |
||
| 1690 | <param type="GLfixed" name="z" flow="in" /> |
||
| 1691 | <param type="GLfixed" name="width" flow="in" /> |
||
| 1692 | <param type="GLfixed" name="height" flow="in" /> |
||
| 1693 | </function> |
||
| 1694 | <function name="DrawTexxvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1695 | <returns type="void" /> |
||
| 1696 | <param type="GLfixed*" name="coords" flow="in" /> |
||
| 1697 | </function> |
||
| 1698 | <function name="EGLImageTargetRenderbufferStorageOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1699 | <returns type="void" /> |
||
| 1700 | <param type="GLenum" name="target" flow="in" /> |
||
| 1701 | <param type="GLeglImageOES" name="image" flow="in" /> |
||
| 1702 | </function> |
||
| 1703 | <function name="EGLImageTargetTexture2DOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1704 | <returns type="void" /> |
||
| 1705 | <param type="GLenum" name="target" flow="in" /> |
||
| 1706 | <param type="GLeglImageOES" name="image" flow="in" /> |
||
| 1707 | </function> |
||
| 1708 | <function name="FogxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1709 | <returns type="void" /> |
||
| 1710 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1711 | <param type="GLfixed" name="param" flow="in" /> |
||
| 1712 | </function> |
||
| 1713 | <function name="FogxvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1714 | <returns type="void" /> |
||
| 1715 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1716 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1717 | </function> |
||
| 1718 | <function name="FramebufferRenderbufferOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1719 | <returns type="void" /> |
||
| 1720 | <param type="GLenum" name="target" flow="in" /> |
||
| 1721 | <param type="GLenum" name="attachment" flow="in" /> |
||
| 1722 | <param type="GLenum" name="renderbuffertarget" flow="in" /> |
||
| 1723 | <param type="GLuint" name="renderbuffer" flow="in" /> |
||
| 1724 | </function> |
||
| 1725 | <function name="FramebufferTexture2DOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1726 | <returns type="void" /> |
||
| 1727 | <param type="GLenum" name="target" flow="in" /> |
||
| 1728 | <param type="GLenum" name="attachment" flow="in" /> |
||
| 1729 | <param type="GLenum" name="textarget" flow="in" /> |
||
| 1730 | <param type="GLuint" name="texture" flow="in" /> |
||
| 1731 | <param type="GLint" name="level" flow="in" /> |
||
| 1732 | </function> |
||
| 1733 | <function name="FrustumfOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1734 | <returns type="void" /> |
||
| 1735 | <param type="GLfloat" name="left" flow="in" /> |
||
| 1736 | <param type="GLfloat" name="right" flow="in" /> |
||
| 1737 | <param type="GLfloat" name="bottom" flow="in" /> |
||
| 1738 | <param type="GLfloat" name="top" flow="in" /> |
||
| 1739 | <param type="GLfloat" name="zNear" flow="in" /> |
||
| 1740 | <param type="GLfloat" name="zFar" flow="in" /> |
||
| 1741 | </function> |
||
| 1742 | <function name="FrustumxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1743 | <returns type="void" /> |
||
| 1744 | <param type="GLfixed" name="left" flow="in" /> |
||
| 1745 | <param type="GLfixed" name="right" flow="in" /> |
||
| 1746 | <param type="GLfixed" name="bottom" flow="in" /> |
||
| 1747 | <param type="GLfixed" name="top" flow="in" /> |
||
| 1748 | <param type="GLfixed" name="zNear" flow="in" /> |
||
| 1749 | <param type="GLfixed" name="zFar" flow="in" /> |
||
| 1750 | </function> |
||
| 1751 | <function name="GenerateMipmapOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1752 | <returns type="void" /> |
||
| 1753 | <param type="GLenum" name="target" flow="in" /> |
||
| 1754 | </function> |
||
| 1755 | <function name="GenFramebuffersOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1756 | <returns type="void" /> |
||
| 1757 | <param type="GLsizei" name="n" flow="in" /> |
||
| 1758 | <param type="GLuint*" name="framebuffers" flow="in" /> |
||
| 1759 | </function> |
||
| 1760 | <function name="GenRenderbuffersOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1761 | <returns type="void" /> |
||
| 1762 | <param type="GLsizei" name="n" flow="in" /> |
||
| 1763 | <param type="GLuint*" name="renderbuffers" flow="in" /> |
||
| 1764 | </function> |
||
| 1765 | <function name="GetBufferPointervOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1766 | <returns type="void" /> |
||
| 1767 | <param type="GLenum" name="target" flow="in" /> |
||
| 1768 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1769 | <param type="void**" name="params" flow="in" /> |
||
| 1770 | </function> |
||
| 1771 | <function name="GetClipPlanefOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1772 | <returns type="void" /> |
||
| 1773 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1774 | <param type="GLfloat*" name="eqn" count="4" flow="in" /> |
||
| 1775 | </function> |
||
| 1776 | <function name="GetClipPlanexOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1777 | <returns type="void" /> |
||
| 1778 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1779 | <param type="GLfixed*" name="eqn" count="4" flow="in" /> |
||
| 1780 | </function> |
||
| 1781 | <function name="GetFixedvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1782 | <returns type="void" /> |
||
| 1783 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1784 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1785 | </function> |
||
| 1786 | <function name="GetFramebufferAttachmentParameterivOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1787 | <returns type="void" /> |
||
| 1788 | <param type="GLenum" name="target" flow="in" /> |
||
| 1789 | <param type="GLenum" name="attachment" flow="in" /> |
||
| 1790 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1791 | <param type="GLint*" name="params" flow="in" /> |
||
| 1792 | </function> |
||
| 1793 | <function name="GetLightxvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1794 | <returns type="void" /> |
||
| 1795 | <param type="GLenum" name="light" flow="in" /> |
||
| 1796 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1797 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1798 | </function> |
||
| 1799 | <function name="GetMaterialxvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1800 | <returns type="void" /> |
||
| 1801 | <param type="GLenum" name="face" flow="in" /> |
||
| 1802 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1803 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1804 | </function> |
||
| 1805 | <function name="GetRenderbufferParameterivOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1806 | <returns type="void" /> |
||
| 1807 | <param type="GLenum" name="target" flow="in" /> |
||
| 1808 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1809 | <param type="GLint*" name="params" flow="in" /> |
||
| 1810 | </function> |
||
| 1811 | <function name="GetTexEnvxvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1812 | <returns type="void" /> |
||
| 1813 | <param type="GLenum" name="env" flow="in" /> |
||
| 1814 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1815 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1816 | </function> |
||
| 1817 | <function name="GetTexGenfvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1818 | <returns type="void" /> |
||
| 1819 | <param type="GLenum" name="coord" flow="in" /> |
||
| 1820 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1821 | <param type="GLfloat*" name="params" flow="in" /> |
||
| 1822 | </function> |
||
| 1823 | <function name="GetTexGenivOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1824 | <returns type="void" /> |
||
| 1825 | <param type="GLenum" name="coord" flow="in" /> |
||
| 1826 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1827 | <param type="GLint*" name="params" flow="in" /> |
||
| 1828 | </function> |
||
| 1829 | <function name="GetTexGenxvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1830 | <returns type="void" /> |
||
| 1831 | <param type="GLenum" name="coord" flow="in" /> |
||
| 1832 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1833 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1834 | </function> |
||
| 1835 | <function name="GetTexParameterxvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1836 | <returns type="void" /> |
||
| 1837 | <param type="GLenum" name="target" flow="in" /> |
||
| 1838 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1839 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1840 | </function> |
||
| 1841 | <function name="IsFramebufferOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1842 | <returns type="GLboolean" /> |
||
| 1843 | <param type="GLuint" name="framebuffer" flow="in" /> |
||
| 1844 | </function> |
||
| 1845 | <function name="IsRenderbufferOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1846 | <returns type="GLboolean" /> |
||
| 1847 | <param type="GLuint" name="renderbuffer" flow="in" /> |
||
| 1848 | </function> |
||
| 1849 | <function name="LightModelxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1850 | <returns type="void" /> |
||
| 1851 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1852 | <param type="GLfixed" name="param" flow="in" /> |
||
| 1853 | </function> |
||
| 1854 | <function name="LightModelxvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1855 | <returns type="void" /> |
||
| 1856 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1857 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1858 | </function> |
||
| 1859 | <function name="LightxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1860 | <returns type="void" /> |
||
| 1861 | <param type="GLenum" name="light" flow="in" /> |
||
| 1862 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1863 | <param type="GLfixed" name="param" flow="in" /> |
||
| 1864 | </function> |
||
| 1865 | <function name="LightxvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1866 | <returns type="void" /> |
||
| 1867 | <param type="GLenum" name="light" flow="in" /> |
||
| 1868 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1869 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1870 | </function> |
||
| 1871 | <function name="LineWidthxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1872 | <returns type="void" /> |
||
| 1873 | <param type="GLfixed" name="width" flow="in" /> |
||
| 1874 | </function> |
||
| 1875 | <function name="LoadMatrixxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1876 | <returns type="void" /> |
||
| 1877 | <param type="GLfixed*" name="m" flow="in" /> |
||
| 1878 | </function> |
||
| 1879 | <function name="LoadPaletteFromModelViewMatrixOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1880 | <returns type="void" /> |
||
| 1881 | </function> |
||
| 1882 | <function name="MapBufferOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1883 | <returns type="void*" /> |
||
| 1884 | <param type="GLenum" name="target" flow="in" /> |
||
| 1885 | <param type="GLenum" name="access" flow="in" /> |
||
| 1886 | </function> |
||
| 1887 | <function name="MaterialxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1888 | <returns type="void" /> |
||
| 1889 | <param type="GLenum" name="face" flow="in" /> |
||
| 1890 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1891 | <param type="GLfixed" name="param" flow="in" /> |
||
| 1892 | </function> |
||
| 1893 | <function name="MaterialxvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1894 | <returns type="void" /> |
||
| 1895 | <param type="GLenum" name="face" flow="in" /> |
||
| 1896 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1897 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1898 | </function> |
||
| 1899 | <function name="MatrixIndexPointerOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1900 | <returns type="void" /> |
||
| 1901 | <param type="GLint" name="size" flow="in" /> |
||
| 1902 | <param type="GLenum" name="type" flow="in" /> |
||
| 1903 | <param type="GLsizei" name="stride" flow="in" /> |
||
| 1904 | <param type="GLvoid*" name="pointer" flow="in" /> |
||
| 1905 | </function> |
||
| 1906 | <function name="MultiTexCoord4xOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1907 | <returns type="void" /> |
||
| 1908 | <param type="GLenum" name="target" flow="in" /> |
||
| 1909 | <param type="GLfixed" name="s" flow="in" /> |
||
| 1910 | <param type="GLfixed" name="t" flow="in" /> |
||
| 1911 | <param type="GLfixed" name="r" flow="in" /> |
||
| 1912 | <param type="GLfixed" name="q" flow="in" /> |
||
| 1913 | </function> |
||
| 1914 | <function name="MultMatrixxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1915 | <returns type="void" /> |
||
| 1916 | <param type="GLfixed*" name="m" flow="in" /> |
||
| 1917 | </function> |
||
| 1918 | <function name="Normal3xOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1919 | <returns type="void" /> |
||
| 1920 | <param type="GLfixed" name="nx" flow="in" /> |
||
| 1921 | <param type="GLfixed" name="ny" flow="in" /> |
||
| 1922 | <param type="GLfixed" name="nz" flow="in" /> |
||
| 1923 | </function> |
||
| 1924 | <function name="OrthofOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1925 | <returns type="void" /> |
||
| 1926 | <param type="GLfloat" name="left" flow="in" /> |
||
| 1927 | <param type="GLfloat" name="right" flow="in" /> |
||
| 1928 | <param type="GLfloat" name="bottom" flow="in" /> |
||
| 1929 | <param type="GLfloat" name="top" flow="in" /> |
||
| 1930 | <param type="GLfloat" name="zNear" flow="in" /> |
||
| 1931 | <param type="GLfloat" name="zFar" flow="in" /> |
||
| 1932 | </function> |
||
| 1933 | <function name="OrthoxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1934 | <returns type="void" /> |
||
| 1935 | <param type="GLfixed" name="left" flow="in" /> |
||
| 1936 | <param type="GLfixed" name="right" flow="in" /> |
||
| 1937 | <param type="GLfixed" name="bottom" flow="in" /> |
||
| 1938 | <param type="GLfixed" name="top" flow="in" /> |
||
| 1939 | <param type="GLfixed" name="zNear" flow="in" /> |
||
| 1940 | <param type="GLfixed" name="zFar" flow="in" /> |
||
| 1941 | </function> |
||
| 1942 | <function name="PointParameterxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1943 | <returns type="void" /> |
||
| 1944 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1945 | <param type="GLfixed" name="param" flow="in" /> |
||
| 1946 | </function> |
||
| 1947 | <function name="PointParameterxvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1948 | <returns type="void" /> |
||
| 1949 | <param type="GLenum" name="pname" flow="in" /> |
||
| 1950 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 1951 | </function> |
||
| 1952 | <function name="PointSizePointerOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1953 | <returns type="void" /> |
||
| 1954 | <param type="GLenum" name="type" flow="in" /> |
||
| 1955 | <param type="GLsizei" name="stride" flow="in" /> |
||
| 1956 | <param type="GLvoid*" name="pointer" flow="in" /> |
||
| 1957 | </function> |
||
| 1958 | <function name="PointSizexOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1959 | <returns type="void" /> |
||
| 1960 | <param type="GLfixed" name="size" flow="in" /> |
||
| 1961 | </function> |
||
| 1962 | <function name="PolygonOffsetxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1963 | <returns type="void" /> |
||
| 1964 | <param type="GLfixed" name="factor" flow="in" /> |
||
| 1965 | <param type="GLfixed" name="units" flow="in" /> |
||
| 1966 | </function> |
||
| 1967 | <function name="QueryMatrixxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1968 | <returns type="GLbitfield" /> |
||
| 1969 | <param type="GLfixed*" name="mantissa" count="16" flow="in" /> |
||
| 1970 | <param type="GLint*" name="exponent" count="16" flow="in" /> |
||
| 1971 | </function> |
||
| 1972 | <function name="RenderbufferStorageOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1973 | <returns type="void" /> |
||
| 1974 | <param type="GLenum" name="target" flow="in" /> |
||
| 1975 | <param type="GLenum" name="internalformat" flow="in" /> |
||
| 1976 | <param type="GLsizei" name="width" flow="in" /> |
||
| 1977 | <param type="GLsizei" name="height" flow="in" /> |
||
| 1978 | </function> |
||
| 1979 | <function name="RotatexOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1980 | <returns type="void" /> |
||
| 1981 | <param type="GLfixed" name="angle" flow="in" /> |
||
| 1982 | <param type="GLfixed" name="x" flow="in" /> |
||
| 1983 | <param type="GLfixed" name="y" flow="in" /> |
||
| 1984 | <param type="GLfixed" name="z" flow="in" /> |
||
| 1985 | </function> |
||
| 1986 | <function name="SampleCoveragexOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1987 | <returns type="void" /> |
||
| 1988 | <param type="GLclampx" name="value" flow="in" /> |
||
| 1989 | <param type="GLboolean" name="invert" flow="in" /> |
||
| 1990 | </function> |
||
| 1991 | <function name="ScalexOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1992 | <returns type="void" /> |
||
| 1993 | <param type="GLfixed" name="x" flow="in" /> |
||
| 1994 | <param type="GLfixed" name="y" flow="in" /> |
||
| 1995 | <param type="GLfixed" name="z" flow="in" /> |
||
| 1996 | </function> |
||
| 1997 | <function name="TexEnvxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 1998 | <returns type="void" /> |
||
| 1999 | <param type="GLenum" name="target" flow="in" /> |
||
| 2000 | <param type="GLenum" name="pname" flow="in" /> |
||
| 2001 | <param type="GLfixed" name="param" flow="in" /> |
||
| 2002 | </function> |
||
| 2003 | <function name="TexEnvxvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 2004 | <returns type="void" /> |
||
| 2005 | <param type="GLenum" name="target" flow="in" /> |
||
| 2006 | <param type="GLenum" name="pname" flow="in" /> |
||
| 2007 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 2008 | </function> |
||
| 2009 | <function name="TexGenfOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 2010 | <returns type="void" /> |
||
| 2011 | <param type="GLenum" name="coord" flow="in" /> |
||
| 2012 | <param type="GLenum" name="pname" flow="in" /> |
||
| 2013 | <param type="GLfloat" name="param" flow="in" /> |
||
| 2014 | </function> |
||
| 2015 | <function name="TexGenfvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 2016 | <returns type="void" /> |
||
| 2017 | <param type="GLenum" name="coord" flow="in" /> |
||
| 2018 | <param type="GLenum" name="pname" flow="in" /> |
||
| 2019 | <param type="GLfloat*" name="params" flow="in" /> |
||
| 2020 | </function> |
||
| 2021 | <function name="TexGeniOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 2022 | <returns type="void" /> |
||
| 2023 | <param type="GLenum" name="coord" flow="in" /> |
||
| 2024 | <param type="GLenum" name="pname" flow="in" /> |
||
| 2025 | <param type="GLint" name="param" flow="in" /> |
||
| 2026 | </function> |
||
| 2027 | <function name="TexGenivOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 2028 | <returns type="void" /> |
||
| 2029 | <param type="GLenum" name="coord" flow="in" /> |
||
| 2030 | <param type="GLenum" name="pname" flow="in" /> |
||
| 2031 | <param type="GLint*" name="params" flow="in" /> |
||
| 2032 | </function> |
||
| 2033 | <function name="TexGenxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 2034 | <returns type="void" /> |
||
| 2035 | <param type="GLenum" name="coord" flow="in" /> |
||
| 2036 | <param type="GLenum" name="pname" flow="in" /> |
||
| 2037 | <param type="GLfixed" name="param" flow="in" /> |
||
| 2038 | </function> |
||
| 2039 | <function name="TexGenxvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 2040 | <returns type="void" /> |
||
| 2041 | <param type="GLenum" name="coord" flow="in" /> |
||
| 2042 | <param type="GLenum" name="pname" flow="in" /> |
||
| 2043 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 2044 | </function> |
||
| 2045 | <function name="TexParameterxOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 2046 | <returns type="void" /> |
||
| 2047 | <param type="GLenum" name="target" flow="in" /> |
||
| 2048 | <param type="GLenum" name="pname" flow="in" /> |
||
| 2049 | <param type="GLfixed" name="param" flow="in" /> |
||
| 2050 | </function> |
||
| 2051 | <function name="TexParameterxvOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 2052 | <returns type="void" /> |
||
| 2053 | <param type="GLenum" name="target" flow="in" /> |
||
| 2054 | <param type="GLenum" name="pname" flow="in" /> |
||
| 2055 | <param type="GLfixed*" name="params" flow="in" /> |
||
| 2056 | </function> |
||
| 2057 | <function name="TranslatexOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 2058 | <returns type="void" /> |
||
| 2059 | <param type="GLfixed" name="x" flow="in" /> |
||
| 2060 | <param type="GLfixed" name="y" flow="in" /> |
||
| 2061 | <param type="GLfixed" name="z" flow="in" /> |
||
| 2062 | </function> |
||
| 2063 | <function name="UnmapBufferOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 2064 | <returns type="GLboolean" /> |
||
| 2065 | <param type="GLenum" name="target" flow="in" /> |
||
| 2066 | </function> |
||
| 2067 | <function name="WeightPointerOES" extension="OES" profile="" category="1.1" version="1.1"> |
||
| 2068 | <returns type="void" /> |
||
| 2069 | <param type="GLint" name="size" flow="in" /> |
||
| 2070 | <param type="GLenum" name="type" flow="in" /> |
||
| 2071 | <param type="GLsizei" name="stride" flow="in" /> |
||
| 2072 | <param type="GLvoid*" name="pointer" flow="in" /> |
||
| 2073 | </function> |
||
| 2074 | <function name="DisableDriverControlQCOM" extension="QCOM" profile="" category="1.1" version="1.1"> |
||
| 2075 | <returns type="void" /> |
||
| 2076 | <param type="GLuint" name="driverControl" flow="in" /> |
||
| 2077 | </function> |
||
| 2078 | <function name="EnableDriverControlQCOM" extension="QCOM" profile="" category="1.1" version="1.1"> |
||
| 2079 | <returns type="void" /> |
||
| 2080 | <param type="GLuint" name="driverControl" flow="in" /> |
||
| 2081 | </function> |
||
| 2082 | <function name="GetDriverControlsQCOM" extension="QCOM" profile="" category="1.1" version="1.1"> |
||
| 2083 | <returns type="void" /> |
||
| 2084 | <param type="GLint*" name="num" flow="in" /> |
||
| 2085 | <param type="GLsizei" name="size" flow="in" /> |
||
| 2086 | <param type="GLuint*" name="driverControls" flow="in" /> |
||
| 2087 | </function> |
||
| 2088 | <function name="GetDriverControlStringQCOM" extension="QCOM" profile="" category="1.1" version="1.1"> |
||
| 2089 | <returns type="void" /> |
||
| 2090 | <param type="GLuint" name="driverControl" flow="in" /> |
||
| 2091 | <param type="GLsizei" name="bufSize" flow="in" /> |
||
| 2092 | <param type="GLsizei*" name="length" flow="in" /> |
||
| 2093 | <param type="char*" name="driverControlString" flow="in" /> |
||
| 2094 | </function> |
||
| 2095 | </signatures> |