Home | History | Annotate | Download | only in jsr239
      1 // Copyright 2006 The Android Open Source Project
      2 
      3 // All Rights Reserved.
      4 
      5 // This source file is automatically generated
      6 
      7 package com.google.android.gles_jni;
      8 
      9 import java.nio.Buffer;
     10 import javax.microedition.khronos.opengles.GL11;
     11 import android.graphics.Canvas;
     12 
     13 public class GL11Impl implements GL11 {
     14 
     15     // Private accessors for native code
     16 
     17     native private static void _nativeClassInit();
     18     static {
     19 	_nativeClassInit();
     20     }
     21 
     22     Buffer _colorPointer = null;
     23     Buffer _normalPointer = null;
     24     Buffer _texCoordPointer = null;
     25     Buffer _vertexPointer = null;
     26 
     27     public GL11Impl() {
     28     }
     29 
     30 
     31