/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cube/ |
D | CubeRenderer.java | 46 public void onDrawFrame(GL10 gl) { in onDrawFrame() 88 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() 104 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
|
D | Cube.java | 89 public void draw(GL10 gl) in draw()
|
/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/services/Car/service/src/com/android/car/pm/blurredbackground/ |
D | BlurredSurfaceRenderer.java | 86 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() 99 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() 103 public void onDrawFrame(GL10 gl) { in onDrawFrame()
|
/packages/apps/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/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 | 97 public GLES11Canvas(GL11 gl) { in GLES11Canvas() 135 GL11 gl = mGL; in setSize() local 176 GL11 gl = mGL; in drawRect() local 194 GL11 gl = mGL; in drawLine() local 213 GL11 gl = mGL; in fillRect() local 265 GL11 gl = mGL; in textureRect() local 490 GL11 gl = mGL; in setMixedColor() local 559 final GL11 gl = mGL; in drawMixed() local 595 public GLState(GL11 gl) { in GLState()
|
/packages/apps/WallpaperPicker/src/com/android/photos/views/ |
D | TiledImageView.java | 169 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() 176 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() 182 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()
|