Home
last modified time | relevance | path

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

123

/aosp12/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java37 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
56 public void onDrawFrame(GL10 gl) { in onDrawFrame()
91 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged()
154 public void draw(GL10 gl) { in draw()
/aosp12/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
H A DTestView.java71 public void onDrawFrame(GL10 gl) { in onDrawFrame()
75 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
79 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
/aosp12/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java186 public void createBufferObjects(GL gl) { in createBufferObjects()
209 public void draw(GL10 gl) { in draw()
230 public void onDrawFrame(GL10 gl) { in onDrawFrame()
236 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
245 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
248 private void createGrid(GL10 gl, float w, float h) { in createGrid()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cube/
H A 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()
/aosp12/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java44 public void onDrawFrame(GL10 gl) { in onDrawFrame()
85 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
100 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
/aosp12/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNIView.java71 public void onDrawFrame(GL10 gl) { in onDrawFrame()
75 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
79 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
/aosp12/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
H A DTestFramerateView.java72 public void onDrawFrame(GL10 gl) { in onDrawFrame()
83 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
87 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A 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()
/aosp12/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java70 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
74 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged()
94 public void onDrawFrame(GL10 gl) { in onDrawFrame()
/aosp12/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java64 public void onDrawFrame(GL10 gl) { in onDrawFrame()
79 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
83 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
/aosp12/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DOpenGLTest.java38 protected abstract void draw(GL gl); in draw()
51 public void drawFrame(GL10 gl) { in drawFrame()
H A DRenderPatchOpenGLTest.java118 public void onBeforeDraw(GL gl) { in onBeforeDraw()
122 public void draw(GL gl) { in draw()
/aosp12/packages/services/Car/service/src/com/android/car/pm/blurredbackground/
H A DBlurredSurfaceRenderer.java86 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()
/aosp12/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A 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()
H A 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()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A 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()
H A 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()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A 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()
H A 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()
H A 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()
/aosp12/packages/apps/WallpaperPicker/src/com/android/photos/views/
H A 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()
/aosp12/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java93 public void onDrawFrame(GL10 gl) { in onDrawFrame()
144 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
152 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLU.java71 public static void gluLookAt(GL10 gl, float eyeX, float eyeY, float eyeZ, in gluLookAt()
92 public static void gluOrtho2D(GL10 gl, float left, float right, in gluOrtho2D()
111 public static void gluPerspective(GL10 gl, float fovy, float aspect, in gluPerspective()
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLShadowTexture.cpp28 namespace gl { namespace
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLShadowTexture.cpp28 namespace gl { namespace

123