Searched refs:GL (Results 1 - 19 of 19) 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.java29 import javax.microedition.khronos.opengles.GL;
191 * Check glError() after every GL call and throw an exception if glError indicates
201 * Log GL calls to the system log at "verbose" level with tag "GLSurfaceView".
255 * {@link GLWrapper#wrap(GL)} method is called
257 * the GL object that's passed to the renderer. Wrapping a GL
259 * GL calls made by the renderer.
565 * Queue a runnable to be run on the GL rendering thread. This can be used
568 * @param r the runnable to be run on the GL rendering thread.
613 * 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
152 for x in GL.java GL10.java GL10Ext.java GL11.java GL11Ext.java GL11ExtensionPack.java
/frameworks/native/opengl/libagl/
H A Dcontext.h602 typedef ogles_context_t* GL; typedef in struct:android::gl::prims_t
603 void (*renderPoint)(GL, vertex_t*);
604 void (*renderLine)(GL, vertex_t*, vertex_t*);
605 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/graphics/java/android/graphics/
H A DCanvas.java30 import javax.microedition.khronos.opengles.GL;
177 protected GL getGL() {
233 * Set the viewport dimensions if this canvas is GL based. If it is not,
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1856 Creating Multiple APKs for Different GL Textures

Completed in 2872 milliseconds