Searched refs:GL (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL.java1 /* //device/java/android/javax/microedition/khronos/opengles/GL.java
20 public interface GL { interface
H A DGL10Ext.java22 public interface GL10Ext extends GL {
H A DGL11Ext.java22 public interface GL11Ext extends GL {
H A DGL11ExtensionPack.java22 public interface GL11ExtensionPack extends GL {
H A DGL10.java22 public interface GL10 extends GL {
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLHeader.java-if1 /* //device/java/android/javax/microedition/khronos/opengles/GL.java
20 public interface GL {
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGLContext.java19 import javax.microedition.khronos.opengles.GL;
29 public abstract GL getGL();
/frameworks/base/opengl/java/android/opengl/
H A DGLDebugHelper.java22 import javax.microedition.khronos.opengles.GL;
27 * Wraps the supplied GL interface with a new GL interface that adds support for
34 * Wrap an existing GL interface in a new GL interface that adds support for
37 * Wrapping means that the GL instance that is passed in to this method is
38 * wrapped inside a new GL instance that optionally performs additional
39 * operations before and after calling the wrapped GL instance.
42 * glError after each GL operation,
45 * is an alternative to manually calling glError after every GL operatio
[all...]
H A DGLWrapperBase.java19 import javax.microedition.khronos.opengles.GL;
27 * The abstract base class for a GL wrapper. Provides
31 implements GL, GL10, GL10Ext, GL11, GL11Ext, GL11ExtensionPack {
32 public GLWrapperBase(GL gl) {
H A DGLSurfaceView.java36 import javax.microedition.khronos.opengles.GL;
190 * Check glError() after every GL call and throw an exception if glError indicates
200 * Log GL calls to the system log at "verbose" level with tag "GLSurfaceView".
254 * {@link GLWrapper#wrap(GL)} method is called
256 * the GL object that's passed to the renderer. Wrapping a GL
258 * GL calls made by the renderer.
584 * Queue a runnable to be run on the GL rendering thread. This can be used
587 * @param r the runnable to be run on the GL rendering thread.
632 * An interface used to wrap a GL interfac
[all...]
H A DGLErrorWrapper.java24 import javax.microedition.khronos.opengles.GL;
28 * glError after each GL operation, and throw a GLException if an error
31 * calling glError after every GL operation.
38 public GLErrorWrapper(GL gl, int configFlags) {
H A DGLLogWrapper.java32 import javax.microedition.khronos.opengles.GL;
35 * A wrapper that logs all GL calls (and results) in human-readable form.
43 public GLLogWrapper(GL gl, Writer log, boolean logArgumentNames) {
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLContextImpl.java20 import javax.microedition.khronos.opengles.GL;
32 public GL getGL() {
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java48 import javax.microedition.khronos.opengles.GL;
186 public void createBufferObjects(GL gl) {
/frameworks/native/opengl/tools/glgen/
H A Dgen48 GLFILE=out/javax/microedition/khronos/opengles/GL.java
153 for x in GL.java GL10.java GL10Ext.java GL11.java GL11Ext.java GL11ExtensionPack.java
/frameworks/native/opengl/libagl/
H A Dcontext.h603 typedef ogles_context_t* GL; typedef in struct:android::gl::prims_t
604 void (*renderPoint)(GL, vertex_t*);
605 void (*renderLine)(GL, vertex_t*, vertex_t*);
606 void (*renderTriangle)(GL, vertex_t*, vertex_t*, vertex_t*);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java41 import javax.microedition.khronos.opengles.GL;
145 private GL mGL;
342 Log.w(LOG_TAG, "GL error = 0x" + Integer.toHexString(error));
/frameworks/base/core/jni/
H A DAndroid.mk278 # -Wno-unknown-pragmas: necessary for Clang as the GL bindings need to turn
/frameworks/base/libs/hwui/
H A DAndroid.mk309 # set to libhwui_static_null_gpu to skip actual GL commands
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java32 import javax.microedition.khronos.opengles.GL;
160 protected GL getGL() {
/frameworks/base/
H A Dcompiled-classes-phone7549 javax.microedition.khronos.opengles.GL

Completed in 403 milliseconds