Searched defs:gl (Results 26 - 34 of 34) sorted by relevance

12

/frameworks/base/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java283 public void onDrawFrame(GL10 gl) { argument
287 public void onSurfaceChanged(GL10 gl, int width, int height) { argument
291 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java286 public void onDrawFrame(GL10 gl) { argument
290 public void onSurfaceChanged(GL10 gl, int width, int height) { argument
294 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
/frameworks/base/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java93 public void onDrawFrame(GL10 gl) { argument
144 public void onSurfaceChanged(GL10 gl, int width, int height) { argument
152 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackView.java106 public void setOnGestureListener(OnGestureListener gl) { argument
107 mGestureDetector = new GestureDetector(getContext(), gl);
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java617 * GL wrap(GL gl) {
618 * return new MyGLImplementation(gl);
629 * Wraps a gl interface in another gl interface.
630 * @param gl a GL interface that is to be wrapped.
633 GL wrap(GL gl); argument
692 * @param gl the GL interface. Use <code>instanceof</code> to
697 void onSurfaceCreated(GL10 gl, EGLConfig config); argument
708 * void onSurfaceChanged(GL10 gl, int width, int height) {
709 * gl
722 onSurfaceChanged(GL10 gl, int width, int height) argument
739 onDrawFrame(GL10 gl) argument
1782 checkGLDriver(GL10 gl) argument
[all...]
H A DGLErrorWrapper.java38 public GLErrorWrapper(GL gl, int configFlags) { argument
39 super(gl);
H A DGLLogWrapper.java43 public GLLogWrapper(GL gl, Writer log, boolean logArgumentNames) { argument
44 super(gl);
/frameworks/base/opengl/libagl/
H A Degl.cpp36 #include <GLES/gl.h>
67 namespace gl { namespace in namespace:android
69 }; // namespace gl
131 ogles_context_t* const gl = static_cast<ogles_context_t*>(ctx); local
132 return static_cast<egl_context_t*>(gl->rasterizer.base);
155 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl) = 0;
156 virtual EGLBoolean bindReadSurface(ogles_context_t* gl) = 0;
225 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
226 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
574 EGLBoolean egl_window_surface_v2_t::bindDrawSurface(ogles_context_t* gl) argument
589 bindReadSurface(ogles_context_t* gl) argument
665 bindDrawSurface(ogles_context_t* gl) argument
680 bindReadSurface(ogles_context_t* gl) argument
749 bindDrawSurface(ogles_context_t* gl) argument
756 bindReadSurface(ogles_context_t* gl) argument
1146 makeCurrent(ogles_context_t* gl) argument
1710 ogles_context_t* gl = (ogles_context_t*)ctx; local
[all...]
/frameworks/base/include/private/opengles/
H A Dgl_context.h31 #include <GLES/gl.h>
47 namespace gl { namespace in namespace:android
636 }; // namespace gl

Completed in 268 milliseconds

12