GLES10Ext.java revision c086ca1fa7cebc3e9a51abd4be4688346225c2e4
16573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk/*
26573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk * Copyright (C) 2009 The Android Open Source Project
36573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk *
46573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk * Licensed under the Apache License, Version 2.0 (the "License");
56573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk * you may not use this file except in compliance with the License.
66573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk * You may obtain a copy of the License at
76573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk *
86573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk *      http://www.apache.org/licenses/LICENSE-2.0
96573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk *
106573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk * Unless required by applicable law or agreed to in writing, software
116573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk * distributed under the License is distributed on an "AS IS" BASIS,
126573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
136573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk * See the License for the specific language governing permissions and
146573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk * limitations under the License.
156573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk */
166573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk
176573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk// This source file is automatically generated
186573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk
196573ef20790b0438cfd60c6306e58db0ef85c31bJason Monkpackage android.opengl;
206573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk
216573ef20790b0438cfd60c6306e58db0ef85c31bJason Monkpublic class GLES10Ext {
226573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk    native private static void _nativeClassInit();
236573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk    static {
246573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk	    _nativeClassInit();
256573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk    }
266573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk
276573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk    // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
286573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk
296573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk    public static native int glQueryMatrixxOES(
306573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk        int[] mantissa,
316573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk        int mantissaOffset,
326573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk        int[] exponent,
336573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk        int exponentOffset
346573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk    );
356573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk
366573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk    // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
376573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk
386573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk    public static native int glQueryMatrixxOES(
396573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk        java.nio.IntBuffer mantissa,
406573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk        java.nio.IntBuffer exponent
416573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk    );
426573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk
436573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk}
446573ef20790b0438cfd60c6306e58db0ef85c31bJason Monk