blob: 501be659c0c2c116114ede0a53ec3e4d0737c07e [file] [log] [blame]
The Android Open Source Projectedbf3b62009-03-03 19:31:44 -08001// Copyright 2006 The Android Open Source Project
2
3// All Rights Reserved.
4
5// This source file is automatically generated
6
7package com.google.android.gles_jni;
8
9import java.nio.Buffer;
10import javax.microedition.khronos.opengles.GL11;
11import android.graphics.Canvas;
12
13public 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