/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
D | MosaicRendererSurfaceViewRenderer.java | 43 public void onDrawFrame(GL10 gl) { in onDrawFrame() 48 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() 57 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | GLId.java | 28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures() 30 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset); in glDeleteBuffers()
|
D | GLES20IdImpl.java | 25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures() 32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers()
|
D | GLES11IdImpl.java | 47 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures() 54 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers()
|
D | GLES11Canvas.java | 99 public GLES11Canvas(GL11 gl) { in GLES11Canvas() 137 GL11 gl = mGL; in setSize() local 178 GL11 gl = mGL; in drawRect() local 196 GL11 gl = mGL; in drawLine() local 215 GL11 gl = mGL; in fillRect() local 267 GL11 gl = mGL; in textureRect() local 492 GL11 gl = mGL; in setMixedColor() local 561 final GL11 gl = mGL; in drawMixed() local 597 public GLState(GL11 gl) { in GLState()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
D | GLId.java | 28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures() 30 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset); in glDeleteBuffers()
|
D | GLES20IdImpl.java | 25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures() 32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers()
|
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/ |
D | SurfaceTextureView.java | 175 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() 204 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() 211 public void onDrawFrame(GL10 gl) { in onDrawFrame()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/ |
D | TiledImageView.java | 212 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() 219 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() 225 public void onDrawFrame(GL10 gl) { in onDrawFrame()
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | TiledImageView.java | 286 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() 293 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() 299 public void onDrawFrame(GL10 gl) { in onDrawFrame()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLRootView.java | 285 GL11 gl = (GL11) gl1; in onSurfaceCreated() local 321 GL11 gl = (GL11) gl1; in onSurfaceChanged() local 341 public void onDrawFrame(GL10 gl) { in onDrawFrame() 391 private void onDrawFrameLocked(GL10 gl) { in onDrawFrameLocked()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | SurfaceTextureRenderer.java | 34 public void onDrawFrame(GL10 gl); in onDrawFrame()
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | FireflyRenderer.java | 397 public void draw(GL10 gl) { in draw()
|