1** 2** Copyright 2007, The Android Open Source Project 3** 4** Licensed under the Apache License, Version 2.0 (the "License"); 5** you may not use this file except in compliance with the License. 6** You may obtain a copy of the License at 7** 8** http://www.apache.org/licenses/LICENSE-2.0 9** 10** Unless required by applicable law or agreed to in writing, software 11** distributed under the License is distributed on an "AS IS" BASIS, 12** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13** See the License for the specific language governing permissions and 14** limitations under the License. 15*/ 16 17// This source file is automatically generated 18 19package javax.microedition.khronos.opengles; 20 21public interface GL11Ext extends GL { 22 int GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES = 0x8B9E; 23 int GL_MATRIX_INDEX_ARRAY_OES = 0x8844; 24 int GL_MATRIX_INDEX_ARRAY_POINTER_OES = 0x8849; 25 int GL_MATRIX_INDEX_ARRAY_SIZE_OES = 0x8846; 26 int GL_MATRIX_INDEX_ARRAY_STRIDE_OES = 0x8848; 27 int GL_MATRIX_INDEX_ARRAY_TYPE_OES = 0x8847; 28 int GL_MATRIX_PALETTE_OES = 0x8840; 29 int GL_MAX_PALETTE_MATRICES_OES = 0x8842; 30 int GL_MAX_VERTEX_UNITS_OES = 0x86A4; 31 int GL_TEXTURE_CROP_RECT_OES = 0x8B9D; 32 int GL_WEIGHT_ARRAY_BUFFER_BINDING_OES = 0x889E; 33 int GL_WEIGHT_ARRAY_OES = 0x86AD; 34 int GL_WEIGHT_ARRAY_POINTER_OES = 0x86AC; 35 int GL_WEIGHT_ARRAY_SIZE_OES = 0x86AB; 36 int GL_WEIGHT_ARRAY_STRIDE_OES = 0x86AA; 37 int GL_WEIGHT_ARRAY_TYPE_OES = 0x86A9; 38 39 void glTexParameterfv(int target, int pname, float[] param, int offset); 40 41