/aosp12/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
H A D | TriangleRenderer.java | 37 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 D | TestView.java | 71 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 D | TestView.java | 186 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 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()
|
/aosp12/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
H A D | CubeRenderer.java | 44 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 D | GLJNIView.java | 71 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 D | TestFramerateView.java | 72 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 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()
|
/aosp12/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/ |
H A D | ClearActivity.java | 70 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 D | GL2JavaView.java | 64 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 D | OpenGLTest.java | 38 protected abstract void draw(GL gl); in draw() 51 public void drawFrame(GL10 gl) { in drawFrame()
|
H A D | RenderPatchOpenGLTest.java | 118 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 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()
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
H A 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()
|
H A 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()
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
H A 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()
|
H A 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()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
H A 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()
|
H A 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()
|
H A 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()
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/photos/views/ |
H A 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()
|
/aosp12/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/ |
H A D | TestLatencyView.java | 93 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 D | GLU.java | 71 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 D | GLShadowTexture.cpp | 28 namespace gl { namespace
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLShadowTexture.cpp | 28 namespace gl { namespace
|