Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cube/
DCubeRenderer.java46 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()
DCube.java89 public void draw(GL10 gl) in draw()
/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/services/Car/service/src/com/android/car/pm/blurredbackground/
DBlurredSurfaceRenderer.java85 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
98 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
102 public void onDrawFrame(GL10 gl) { in onDrawFrame()
/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.java97 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/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/apps/WallpaperPicker/src/com/android/photos/views/
DTiledImageView.java169 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/
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/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()