Home
last modified time | relevance | path

Searched defs:gl (Results 1 – 13 of 13) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DMosaicRendererSurfaceViewRenderer.java43 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/
DGLId.java28 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()
DGLES20IdImpl.java25 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()
DGLES11IdImpl.java47 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()
DGLES11Canvas.java99 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/
DGLId.java28 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()
DGLES20IdImpl.java25 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/
DSurfaceTextureView.java175 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/Gallery2/src/com/android/photos/views/
DTiledImageView.java286 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/
DGLRootView.java285 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/Launcher3/WallpaperPicker/src/com/android/photos/views/
DTiledImageView.java298 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
305 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
311 public void onDrawFrame(GL10 gl) { in onDrawFrame()
/packages/apps/Camera2/src/com/android/camera/
DSurfaceTextureRenderer.java34 public void onDrawFrame(GL10 gl); in onDrawFrame()
/packages/apps/Nfc/src/com/android/nfc/beam/
DFireflyRenderer.java397 public void draw(GL10 gl) { in draw()