1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434
|
/* //device/java/android/javax/microedition/khronos/opengles/GL11ExtensionPack.java
**
** Copyright 2007, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
// This source file is automatically generated
package javax.microedition.khronos.opengles;
public interface GL11ExtensionPack extends GL {
int GL_BLEND_DST_ALPHA = 0x80CA;
int GL_BLEND_DST_RGB = 0x80C8;
int GL_BLEND_EQUATION = 0x8009;
int GL_BLEND_EQUATION_ALPHA = 0x883D;
int GL_BLEND_EQUATION_RGB = 0x8009;
int GL_BLEND_SRC_ALPHA = 0x80CB;
int GL_BLEND_SRC_RGB = 0x80C9;
int GL_COLOR_ATTACHMENT0_OES = 0x8CE0;
int GL_COLOR_ATTACHMENT1_OES = 0x8CE1;
int GL_COLOR_ATTACHMENT2_OES = 0x8CE2;
int GL_COLOR_ATTACHMENT3_OES = 0x8CE3;
int GL_COLOR_ATTACHMENT4_OES = 0x8CE4;
int GL_COLOR_ATTACHMENT5_OES = 0x8CE5;
int GL_COLOR_ATTACHMENT6_OES = 0x8CE6;
int GL_COLOR_ATTACHMENT7_OES = 0x8CE7;
int GL_COLOR_ATTACHMENT8_OES = 0x8CE8;
int GL_COLOR_ATTACHMENT9_OES = 0x8CE9;
int GL_COLOR_ATTACHMENT10_OES = 0x8CEA;
int GL_COLOR_ATTACHMENT11_OES = 0x8CEB;
int GL_COLOR_ATTACHMENT12_OES = 0x8CEC;
int GL_COLOR_ATTACHMENT13_OES = 0x8CED;
int GL_COLOR_ATTACHMENT14_OES = 0x8CEE;
int GL_COLOR_ATTACHMENT15_OES = 0x8CEF;
int GL_DECR_WRAP = 0x8508;
int GL_DEPTH_ATTACHMENT_OES = 0x8D00;
int GL_DEPTH_COMPONENT = 0x1902;
int GL_DEPTH_COMPONENT16 = 0x81A5;
int GL_DEPTH_COMPONENT24 = 0x81A6;
int GL_DEPTH_COMPONENT32 = 0x81A7;
int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES = 0x8CD1;
int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES = 0x8CD0;
int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES = 0x8CD3;
int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES = 0x8CD2;
int GL_FRAMEBUFFER_BINDING_OES = 0x8CA6;
int GL_FRAMEBUFFER_COMPLETE_OES = 0x8CD5;
int GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES = 0x8CD6;
int GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES = 0x8CD9;
int GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES = 0x8CDB;
int GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES = 0x8CDA;
int GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES = 0x8CD7;
int GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES = 0x8CDC;
int GL_FRAMEBUFFER_OES = 0x8D40;
int GL_FRAMEBUFFER_UNSUPPORTED_OES = 0x8CDD;
int GL_FUNC_ADD = 0x8006;
int GL_FUNC_REVERSE_SUBTRACT = 0x800B;
int GL_FUNC_SUBTRACT = 0x800A;
int GL_INCR_WRAP = 0x8507;
int GL_INVALID_FRAMEBUFFER_OPERATION_OES = 0x0506;
int GL_MAX_COLOR_ATTACHMENTS_OES = 0x8CDF;
int GL_MAX_CUBE_MAP_TEXTURE_SIZE = 0x851C;
int GL_MAX_RENDERBUFFER_SIZE_OES = 0x84E8;
int GL_MIRRORED_REPEAT = 0x8370;
int GL_NORMAL_MAP = 0x8511;
int GL_REFLECTION_MAP = 0x8512;
int GL_RENDERBUFFER_ALPHA_SIZE_OES = 0x8D53;
int GL_RENDERBUFFER_BINDING_OES = 0x8CA7;
int GL_RENDERBUFFER_BLUE_SIZE_OES = 0x8D52;
int GL_RENDERBUFFER_DEPTH_SIZE_OES = 0x8D54;
int GL_RENDERBUFFER_GREEN_SIZE_OES = 0x8D51;
int GL_RENDERBUFFER_HEIGHT_OES = 0x8D43;
int GL_RENDERBUFFER_INTERNAL_FORMAT_OES = 0x8D44;
int GL_RENDERBUFFER_OES = 0x8D41;
int GL_RENDERBUFFER_RED_SIZE_OES = 0x8D50;
int GL_RENDERBUFFER_STENCIL_SIZE_OES = 0x8D55;
int GL_RENDERBUFFER_WIDTH_OES = 0x8D42;
int GL_RGB5_A1 = 0x8057;
int GL_RGB565_OES = 0x8D62;
int GL_RGB8 = 0x8051;
int GL_RGBA4 = 0x8056;
int GL_RGBA8 = 0x8058;
int GL_STENCIL_ATTACHMENT_OES = 0x8D20;
int GL_STENCIL_INDEX = 0x1901;
int GL_STENCIL_INDEX1_OES = 0x8D46;
int GL_STENCIL_INDEX4_OES = 0x8D47;
int GL_STENCIL_INDEX8_OES = 0x8D48;
int GL_STR = -1;
int GL_TEXTURE_BINDING_CUBE_MAP = 0x8514;
int GL_TEXTURE_CUBE_MAP = 0x8513;
int GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516;
int GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518;
int GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851A;
int GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515;
int GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517;
int GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519;
int GL_TEXTURE_GEN_MODE = 0x2500;
int GL_TEXTURE_GEN_STR = 0x8D60;
void glBindFramebufferOES(
int target,
int framebuffer
);
void glBindRenderbufferOES(
int target,
int renderbuffer
);
void glBindTexture(
int target,
int texture
);
void glBlendEquation(
int mode
);
void glBlendEquationSeparate(
int modeRGB,
int modeAlpha
);
void glBlendFuncSeparate(
int srcRGB,
int dstRGB,
int srcAlpha,
int dstAlpha
);
int glCheckFramebufferStatusOES(
int target
);
void glCompressedTexImage2D(
int target,
int level,
int internalformat,
int width,
int height,
int border,
int imageSize,
java.nio.Buffer data
);
void glCopyTexImage2D(
int target,
int level,
int internalformat,
int x,
int y,
int width,
int height,
int border
);
void glDeleteFramebuffersOES(
int n,
int[] framebuffers,
int offset
);
void glDeleteFramebuffersOES(
int n,
java.nio.IntBuffer framebuffers
);
void glDeleteRenderbuffersOES(
int n,
int[] renderbuffers,
int offset
);
void glDeleteRenderbuffersOES(
int n,
java.nio.IntBuffer renderbuffers
);
void glEnable(
int cap
);
void glFramebufferRenderbufferOES(
int target,
int attachment,
int renderbuffertarget,
int renderbuffer
);
void glFramebufferTexture2DOES(
int target,
int attachment,
int textarget,
int texture,
int level
);
void glGenerateMipmapOES(
int target
);
void glGenFramebuffersOES(
int n,
int[] framebuffers,
int offset
);
void glGenFramebuffersOES(
int n,
java.nio.IntBuffer framebuffers
);
void glGenRenderbuffersOES(
int n,
int[] renderbuffers,
int offset
);
void glGenRenderbuffersOES(
int n,
java.nio.IntBuffer renderbuffers
);
void glGetFramebufferAttachmentParameterivOES(
int target,
int attachment,
int pname,
int[] params,
int offset
);
void glGetFramebufferAttachmentParameterivOES(
int target,
int attachment,
int pname,
java.nio.IntBuffer params
);
void glGetIntegerv(
int pname,
int[] params,
int offset
);
void glGetIntegerv(
int pname,
java.nio.IntBuffer params
);
void glGetRenderbufferParameterivOES(
int target,
int pname,
int[] params,
int offset
);
void glGetRenderbufferParameterivOES(
int target,
int pname,
java.nio.IntBuffer params
);
void glGetTexGenfv(
int coord,
int pname,
float[] params,
int offset
);
void glGetTexGenfv(
int coord,
int pname,
java.nio.FloatBuffer params
);
void glGetTexGeniv(
int coord,
int pname,
int[] params,
int offset
);
void glGetTexGeniv(
int coord,
int pname,
java.nio.IntBuffer params
);
void glGetTexGenxv(
int coord,
int pname,
int[] params,
int offset
);
void glGetTexGenxv(
int coord,
int pname,
java.nio.IntBuffer params
);
boolean glIsFramebufferOES(
int framebuffer
);
boolean glIsRenderbufferOES(
int renderbuffer
);
void glRenderbufferStorageOES(
int target,
int internalformat,
int width,
int height
);
void glStencilOp(
int fail,
int zfail,
int zpass
);
void glTexEnvf(
int target,
int pname,
float param
);
void glTexEnvfv(
int target,
int pname,
float[] params,
int offset
);
void glTexEnvfv(
int target,
int pname,
java.nio.FloatBuffer params
);
void glTexEnvx(
int target,
int pname,
int param
);
void glTexEnvxv(
int target,
int pname,
int[] params,
int offset
);
void glTexEnvxv(
int target,
int pname,
java.nio.IntBuffer params
);
void glTexGenf(
int coord,
int pname,
float param
);
void glTexGenfv(
int coord,
int pname,
float[] params,
int offset
);
void glTexGenfv(
int coord,
int pname,
java.nio.FloatBuffer params
);
void glTexGeni(
int coord,
int pname,
int param
);
void glTexGeniv(
int coord,
int pname,
int[] params,
int offset
);
void glTexGeniv(
int coord,
int pname,
java.nio.IntBuffer params
);
void glTexGenx(
int coord,
int pname,
int param
);
void glTexGenxv(
int coord,
int pname,
int[] params,
int offset
);
void glTexGenxv(
int coord,
int pname,
java.nio.IntBuffer params
);
void glTexParameterf(
int target,
int pname,
float param
);
}
|