HomeSort by relevance Sort by last modified time
    Searched refs:GL10 (Results 51 - 75 of 84) sorted by null

1 23 4

  /cts/tests/src/android/media/cts/
VideoSurfaceView.java 27 import javax.microedition.khronos.opengles.GL10;
144 public void onDrawFrame(GL10 glUnused) {
186 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
189 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 47 import javax.microedition.khronos.opengles.GL10;
327 public void onDrawFrame(GL10 gl) {
331 public void onSurfaceChanged(GL10 gl, int width, int height) {
335 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20TriangleRenderer.java 26 import javax.microedition.khronos.opengles.GL10;
49 public void onDrawFrame(GL10 glUnused) {
50 // Ignore the passed-in GL10 interface, and use the GLES20
84 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
85 // Ignore the passed-in GL10 interface, and use the GLES20
92 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {
93 // Ignore the passed-in GL10 interface, and use the GLES20
  /development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
GLES20TriangleRenderer.java 26 import javax.microedition.khronos.opengles.GL10;
47 public void onDrawFrame(GL10 glUnused) {
48 // Ignore the passed-in GL10 interface, and use the GLES20
82 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
83 // Ignore the passed-in GL10 interface, and use the GLES20
90 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {
91 // Ignore the passed-in GL10 interface, and use the GLES20
  /frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 46 import javax.microedition.khronos.opengles.GL10;
283 public void onDrawFrame(GL10 gl) {
287 public void onSurfaceChanged(GL10 gl, int width, int height) {
291 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /frameworks/base/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 46 import javax.microedition.khronos.opengles.GL10;
283 public void onDrawFrame(GL10 gl) {
287 public void onSurfaceChanged(GL10 gl, int width, int height) {
291 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /frameworks/base/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 39 import javax.microedition.khronos.opengles.GL10;
286 public void onDrawFrame(GL10 gl) {
290 public void onSurfaceChanged(GL10 gl, int width, int height) {
294 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /frameworks/base/opengl/tests/testLatency/src/com/android/testlatency/
TestLatencyView.java 34 import javax.microedition.khronos.opengles.GL10;
93 public void onDrawFrame(GL10 gl) {
144 public void onSurfaceChanged(GL10 gl, int width, int height) {
152 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
SurfaceTextureView.java 20 import javax.microedition.khronos.opengles.GL10;
175 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
201 * @see android.opengl.GLSurfaceView.Renderer#onSurfaceChanged(javax.microedition.khronos.opengles.GL10, int, int)
204 public void onSurfaceChanged(GL10 gl, int width, int height) {
211 public void onDrawFrame(GL10 gl) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 38 import javax.microedition.khronos.opengles.GL10;
214 public void onSurfaceCreated(GL10 gl1, EGLConfig config) {
235 public void onSurfaceChanged(GL10 gl1, int width, int height) {
237 + ", gl10: " + gl1.toString());
263 public void onDrawFrame(GL10 gl) {
281 private void onDrawFrameLocked(GL10 gl) {
GLCanvasImpl.java 31 import javax.microedition.khronos.opengles.GL10;
160 gl.glEnableClientState(GL10.GL_TEXTURE_COORD_ARRAY);
678 gl.glEnableClientState(GL10.GL_VERTEX_ARRAY);
679 gl.glEnableClientState(GL10.GL_TEXTURE_COORD_ARRAY);
779 mGL.glClear(GL10.GL_COLOR_BUFFER_BIT);
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 40 import javax.microedition.khronos.opengles.GL10;
144 private void init(GL10 gl) {
169 GL10 gl = (GL10)mGLContext.getGL();
  /system/media/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 27 import javax.microedition.khronos.opengles.GL10;
95 public void onDrawFrame(GL10 glUnused) {
105 // Ignore the passed-in GL10 interface, and use the GLES20
138 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
139 // Ignore the passed-in GL10 interface, and use the GLES20
146 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {
147 // Ignore the passed-in GL10 interface, and use the GLES20
  /frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 25 import javax.microedition.khronos.opengles.GL10;
185 public void onDrawFrame(GL10 glUnused) {
198 // Ignore the passed-in GL10 interface, and use the GLES20
232 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
233 // Ignore the passed-in GL10 interface, and use the GLES20
240 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {
241 // Ignore the passed-in GL10 interface, and use the GLES20
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 29 import javax.microedition.khronos.opengles.GL10;
43 class MatrixTrackingGL implements GL, GL10, GL10Ext, GL11, GL11Ext {
44 private GL10 mgl;
61 mgl = (GL10) gl;
75 mMatrixMode = GL10.GL_MODELVIEW;
79 // GL10 methods:
424 case GL10.GL_MODELVIEW:
427 case GL10.GL_TEXTURE:
430 case GL10.GL_PROJECTION:
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 29 import javax.microedition.khronos.opengles.GL10;
620 * static class MyGLImplementation implements GL,GL10,GL11,... {
666 * that it still needs. The {@link #onSurfaceCreated(GL10, EGLConfig)} method
697 void onSurfaceCreated(GL10 gl, EGLConfig config);
708 * void onSurfaceChanged(GL10 gl, int width, int height) {
712 * gl.glMatrixMode(GL10.GL_PROJECTION);
722 void onSurfaceChanged(GL10 gl, int width, int height);
731 * void onDrawFrame(GL10 gl) {
732 * gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT)
    [all...]
Group.java 115 public void draw(GL10 gl) {
Object3D.java 238 public void draw(GL10 gl) {
  /frameworks/base/opengl/tools/glgen/
gen 66 javac -d classes com/google/android/gles_jni/GLImpl.java javax/microedition/khronos/opengles/GL10.java javax/microedition/khronos/opengles/GL10Ext.java javax/microedition/khronos/opengles/GL11.java javax/microedition/khronos/opengles/GL11Ext.java javax/microedition/khronos/opengles/GL11ExtensionPack.java android/opengl/GLES10.java android/opengl/GLES10Ext.java android/opengl/GLES11.java android/opengl/GLES11Ext.java android/opengl/GLES20.java
107 for x in GL.java GL10.java GL10Ext.java GL11.java GL11Ext.java GL11ExtensionPack.java
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasTest.java 26 import javax.microedition.khronos.opengles.GL10;
63 assertEquals(GL10.GL_COLOR_BUFFER_BIT, mGLClearMask);
196 assertEquals(GL10.GL_LINE_STRIP, mode);
240 assertEquals(GL10.GL_TRIANGLE_STRIP, mode);
547 assertEquals(GL10.GL_TRIANGLE_STRIP, mode);
GLStub.java 20 import javax.microedition.khronos.opengles.GL10;
25 public class GLStub implements GL, GL10, GL10Ext, GL11, GL11Ext {
  /external/quake/src/com/android/quake/
QuakeView.java 44 import javax.microedition.khronos.opengles.GL10;
282 public void onDrawFrame(GL10 gl) {
288 public void onSurfaceChanged(GL10 gl, int width, int height) {
294 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 38 import javax.microedition.khronos.opengles.GL10;
367 public void onDrawFrame(GL10 glUnused) {
460 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
514 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 59 import javax.microedition.khronos.opengles.GL10;
664 public void onDrawFrame(GL10 glUnused) {
672 // Ignore the passed-in GL10 interface, and use the GLES20
706 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
708 // Ignore the passed-in GL10 interface, and use the GLES20
715 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {
717 // Ignore the passed-in GL10 interface, and use the GLES20
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 22 public interface GL11 extends GL10 {

Completed in 1782 milliseconds

1 23 4