| /frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
| 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()
|
| D | GLDualGL2View.java | 286 public void onDrawFrame(GL10 gl) { in onDrawFrame() 290 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() 294 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
|
| /frameworks/native/opengl/tests/testPauseResume/src/com/android/test/ |
| 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()
|
| /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
| 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()
|
| D | Cube.java | 89 public void draw(GL10 gl) in draw()
|
| /frameworks/native/opengl/tests/testViewport/src/com/android/test/ |
| 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()
|
| /frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/ |
| 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()
|
| /frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/ |
| 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()
|
| /frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/ |
| 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()
|
| /frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/ |
| 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()
|
| /frameworks/base/packages/WallpaperCropper/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()
|
| /frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/ |
| 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()
|
| /frameworks/base/opengl/java/android/opengl/ |
| 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()
|
| D | GLWrapperBase.java | 32 public GLWrapperBase(GL gl) { in GLWrapperBase()
|
| D | GLDebugHelper.java | 79 public static GL wrap(GL gl, int configFlags, Writer log) { in wrap()
|
| D | GLSurfaceView.java | 640 GL wrap(GL gl); in wrap() 704 void onSurfaceCreated(GL10 gl, EGLConfig config); in onSurfaceCreated() 729 void onSurfaceChanged(GL10 gl, int width, int height); in onSurfaceChanged() 746 void onDrawFrame(GL10 gl); in onDrawFrame() 1113 GL gl = mEglContext.getGL(); in createGL() local 1275 GL10 gl = null; in guardedRun() local 1890 public synchronized void checkGLDriver(GL10 gl) { in checkGLDriver()
|
| /frameworks/base/packages/WallpaperCropper/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()
|
| /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
| D | GLPerfView.java | 283 public void onDrawFrame(GL10 gl) { in onDrawFrame() 287 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() 291 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
|
| /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
| D | GL2JNIView.java | 283 public void onDrawFrame(GL10 gl) { in onDrawFrame() 287 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() 291 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
|
| /frameworks/native/opengl/libagl/ |
| D | fp.cpp | 32 namespace gl { namespace
|
| D | egl.cpp | 68 namespace gl { namespace 132 ogles_context_t* const gl = static_cast<ogles_context_t*>(ctx); in context() local 597 EGLBoolean egl_window_surface_v2_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface() 612 EGLBoolean egl_window_surface_v2_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface() 695 EGLBoolean egl_pixmap_surface_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface() 710 EGLBoolean egl_pixmap_surface_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface() 786 EGLBoolean egl_pbuffer_surface_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface() 793 EGLBoolean egl_pbuffer_surface_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface() 1192 static int makeCurrent(ogles_context_t* gl) in makeCurrent() 1690 ogles_context_t* gl = ogles_init(sizeof(egl_context_t)); in eglCreateContext() local [all …]
|
| /frameworks/rs/driver/ |
| D | rsdCore.h | 45 RsdGL gl; member
|
| D | rsdGL.h | 64 } gl; member
|
| /frameworks/native/opengl/libs/ |
| D | hooks.h | 68 } gl; member
|