HomeSort by relevance Sort by last modified time
    Searched refs:GL10 (Results 101 - 125 of 141) sorted by null

1 2 3 45 6

  /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();
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 19 import javax.microedition.khronos.opengles.GL10;
311 public void onDrawFrame(GL10 gl) {
328 public void onSurfaceChanged(GL10 gl, int width, int height) {
341 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 32 import javax.microedition.khronos.opengles.GL10;
248 public GL10 createGL() {
249 return (GL10) mEglContext.getGL();
323 private GL10 mGL;
TiledImageView.java 43 import javax.microedition.khronos.opengles.GL10;
286 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
293 public void onSurfaceChanged(GL10 gl, int width, int height) {
299 public void onDrawFrame(GL10 gl) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLDepthTestActivity.java 43 import javax.microedition.khronos.opengles.GL10;
131 public void onDrawFrame(GL10 glUnused) {
133 // Ignore the passed-in GL10 interface, and use the GLES20
181 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
182 // Ignore the passed-in GL10 interface, and use the GLES20
189 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {
190 // Ignore the passed-in GL10 interface, and use the GLES20
  /frameworks/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
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 32 import javax.microedition.khronos.opengles.GL10;
248 public GL10 createGL() {
249 return (GL10) mEglContext.getGL();
323 private GL10 mGL;
TiledImageView.java 43 import javax.microedition.khronos.opengles.GL10;
286 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
293 public void onSurfaceChanged(GL10 gl, int width, int height) {
299 public void onDrawFrame(GL10 gl) {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
BlockingGLTextureView.java 32 import javax.microedition.khronos.opengles.GL10;
248 public GL10 createGL() {
249 return (GL10) mEglContext.getGL();
323 private GL10 mGL;
TiledImageView.java 43 import javax.microedition.khronos.opengles.GL10;
298 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
305 public void onSurfaceChanged(GL10 gl, int width, int height) {
311 public void onDrawFrame(GL10 gl) {
  /external/replicaisland/src/com/replica/replicaisland/
TiledVertexGrid.java 19 import javax.microedition.khronos.opengles.GL10;
132 GL10 gl = OpenGLSystem.getGL();
186 OpenGLSystem.bindTexture(GL10.GL_TEXTURE_2D, texture.name);
  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 35 import javax.microedition.khronos.opengles.GL10;
60 private GL10 mGl;
154 mGl = (GL10) mEglContext.getGL();
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 35 import javax.microedition.khronos.opengles.GL10;
133 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {
150 public void onDrawFrame(GL10 glUnused) {
255 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
360 GLUtils.texImage2D(GL10.GL_TEXTURE_2D, 0, bitmap, 0);
GLSurfaceViewCustom.java 36 import javax.microedition.khronos.opengles.GL10;
635 * static class MyGLImplementation implements GL,GL10,GL11,... {
681 * that it still needs. The {@link #onSurfaceCreated(GL10, EGLConfig)} method
712 void onSurfaceCreated(GL10 gl, EGLConfig config);
723 * void onSurfaceChanged(GL10 gl, int width, int height) {
727 * gl.glMatrixMode(GL10.GL_PROJECTION);
737 void onSurfaceChanged(GL10 gl, int width, int height);
746 * void onDrawFrame(GL10 gl) {
747 * gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 51 import javax.microedition.khronos.opengles.GL10;
284 public void onSurfaceCreated(GL10 gl1, EGLConfig config) {
312 public void onSurfaceChanged(GL10 gl1, int width, int height) {
314 + ", gl10: " + gl1.toString());
341 public void onDrawFrame(GL10 gl) {
391 private void onDrawFrameLocked(GL10 gl) {
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureSurfaceView.java 28 import javax.microedition.khronos.opengles.GL10;
242 public void onDrawFrame(GL10 glUnused) {
265 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
309 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
VideoRendererGui.java 38 import javax.microedition.khronos.opengles.GL10;
409 public void onSurfaceCreated(GL10 unused, EGLConfig config) {
443 public void onSurfaceChanged(GL10 unused, int width, int height) {
450 public void onDrawFrame(GL10 unused) {
  /frameworks/native/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 30 import javax.microedition.khronos.opengles.GL10;
626 * static class MyGLImplementation implements GL,GL10,GL11,... {
672 * that it still needs. The {@link #onSurfaceCreated(GL10, EGLConfig)} method
703 void onSurfaceCreated(GL10 gl, EGLConfig config);
714 * void onSurfaceChanged(GL10 gl, int width, int height) {
718 * gl.glMatrixMode(GL10.GL_PROJECTION);
728 void onSurfaceChanged(GL10 gl, int width, int height);
737 * void onDrawFrame(GL10 gl) {
738 * gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT)
    [all...]
  /frameworks/native/opengl/tools/glgen/
gen 98 javax/microedition/khronos/opengles/GL10.java \
152 for x in GL.java GL10.java GL10Ext.java GL11.java GL11Ext.java GL11ExtensionPack.java
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 38 import javax.microedition.khronos.opengles.GL10;
372 public void onDrawFrame(GL10 glUnused) {
465 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
519 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 38 import javax.microedition.khronos.opengles.GL10;
122 gl.glEnableClientState(GL10.GL_TEXTURE_COORD_ARRAY);
606 gl.glEnableClientState(GL10.GL_VERTEX_ARRAY);
607 gl.glEnableClientState(GL10.GL_TEXTURE_COORD_ARRAY);
695 mGL.glClear(GL10.GL_COLOR_BUFFER_BIT);
    [all...]
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 57 import javax.microedition.khronos.opengles.GL10;
665 public void onDrawFrame(GL10 glUnused) {
675 // Ignore the passed-in GL10 interface, and use the GLES20
709 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
711 // Ignore the passed-in GL10 interface, and use the GLES20
718 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {
720 // Ignore the passed-in GL10 interface, and use the GLES20
    [all...]

Completed in 5176 milliseconds

1 2 3 45 6