Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
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()
DGLDualGL2View.java286 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/
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()
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
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()
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
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()
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
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()
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
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()
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
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()
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
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()
/frameworks/base/opengl/java/android/opengl/
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()
DGLWrapperBase.java32 public GLWrapperBase(GL gl) { in GLWrapperBase()
DGLDebugHelper.java79 public static GL wrap(GL gl, int configFlags, Writer log) { in wrap()
DGLSurfaceView.java644 GL wrap(GL gl); in wrap()
708 void onSurfaceCreated(GL10 gl, EGLConfig config); in onSurfaceCreated()
733 void onSurfaceChanged(GL10 gl, int width, int height); in onSurfaceChanged()
750 void onDrawFrame(GL10 gl); in onDrawFrame()
1113 GL gl = mEglContext.getGL(); in createGL() local
1275 GL10 gl = null; in guardedRun() local
1864 public synchronized void checkGLDriver(GL10 gl) { in checkGLDriver()
DGLErrorWrapper.java38 public GLErrorWrapper(GL gl, int configFlags) { in GLErrorWrapper()
DGLLogWrapper.java43 public GLLogWrapper(GL gl, Writer log, boolean logArgumentNames) { in GLLogWrapper()
/frameworks/native/opengl/libagl/
Dfp.cpp32 namespace gl { namespace
Degl.cpp68 namespace gl { namespace
132 ogles_context_t* const gl = static_cast<ogles_context_t*>(ctx); in context() local
584 EGLBoolean egl_window_surface_v2_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface()
599 EGLBoolean egl_window_surface_v2_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface()
675 EGLBoolean egl_pixmap_surface_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface()
690 EGLBoolean egl_pixmap_surface_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface()
759 EGLBoolean egl_pbuffer_surface_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface()
766 EGLBoolean egl_pbuffer_surface_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface()
1165 static int makeCurrent(ogles_context_t* gl) in makeCurrent()
1662 ogles_context_t* gl = ogles_init(sizeof(egl_context_t)); in eglCreateContext() local
[all …]
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java283 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/gl_perfapp/src/com/android/glperf/
DGLPerfView.java283 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/libs/
Dhooks.h76 } gl; member
/frameworks/native/libs/ui/
DPixelFormat.cpp35 uint8_t gl; member
/frameworks/rs/driver/
DrsdCore.h65 RsdGL gl; member
DrsdGL.h67 } gl; member
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
DPlaybackView.java106 public void setOnGestureListener(OnGestureListener gl) { in setOnGestureListener()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMccTable.java381 table.add(new MccEntry(290,"gl",2)); //Greenland (Denmark) in table.add()