HomeSort by relevance Sort by last modified time
    Searched refs:GL (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL.java 1 /* //device/java/android/javax/microedition/khronos/opengles/GL.java
20 public interface GL {
GL10Ext.java 22 public interface GL10Ext extends GL {
GL11Ext.java 22 public interface GL11Ext extends GL {
  /external/skia/src/gpu/gl/mesa/
osmesa_wrapper.h 16 #include <GL/osmesa.h>
SkMesaGLContext.cpp 9 #include <GL/osmesa.h>
11 #include "gl/SkMesaGLContext.h"
12 #include "gl/GrGLDefines.h"
89 SkDebugf("Could not create GL interface!\n");
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLHeader.java-if 1 /* //device/java/android/javax/microedition/khronos/opengles/GL.java
20 public interface GL {
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGLContext.java 19 import javax.microedition.khronos.opengles.GL;
29 public abstract GL getGL();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextActivity.java 19 import javax.microedition.khronos.opengles.GL;
32 public GL wrap(GL gl) {
33 return new MatrixTrackingGL(gl);
  /frameworks/base/opengl/java/android/opengl/
GLDebugHelper.java 22 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 operation
    [all...]
GLWrapperBase.java 19 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) {
33 mgl = (GL10) gl;
34 if (gl instanceof GL10Ext) {
35 mgl10Ext = (GL10Ext) gl;
37 if (gl instanceof GL11) {
38 mgl11 = (GL11) gl;
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglinternalplatform.h 29 #include <GL/gl.h>
31 #include <GL/wglext.h>
54 #include <GL/glx.h>
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLContextImpl.java 20 import javax.microedition.khronos.opengles.GL;
32 public GL getGL() {
  /external/skia/include/gpu/gl/
SkNativeGLContext.h 20 #include <GL/glx.h>
23 #include <GL/GL.h>
  /external/skia/include/views/
SkOSWindow_Unix.h 11 #include <GL/glx.h>
68 // Needed for GL
  /external/skia/legacy/include/views/
SkOSWindow_Unix.h 15 #include <GL/glx.h>
60 // Needed for GL
  /external/quake/quake/src/QW/client/
qwcl.mak 7 CFG=qwcl - Win32 GL Debug
8 !MESSAGE No configuration specified. Defaulting to qwcl - Win32 GL Debug.
12 "$(CFG)" != "qwcl - Win32 GL Debug" && "$(CFG)" != "qwcl - Win32 GL Release"
17 !MESSAGE NMAKE /f "qwcl.mak" CFG="qwcl - Win32 GL Debug"
23 !MESSAGE "qwcl - Win32 GL Debug" (based on "Win32 (x86) Application")
24 !MESSAGE "qwcl - Win32 GL Release" (based on "Win32 (x86) Application")
36 # PROP Target_Last_Scanned "qwcl - Win32 GL Debug"
620 !ELSEIF "$(CFG)" == "qwcl - Win32 GL Debug"
624 # PROP BASE Output_Dir "GL Debug"
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.h 41 #include <GL/qnxgl.h>
42 #include <GL/GLPh.h>
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl_c.h 25 #include <GL/glx.h>
35 GLXContext glx_context; /* Current GL context */
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 10 #include "gl/GrGLInterface.h"
13 #include <GL/glx.h>
14 #include <GL/gl.h>
15 #include <GL/glext.h>
16 #include <GL/glu.h>
19 glXGetProcAddress(reinterpret_cast<const GLubyte*>("gl" #F));
21 glXGetProcAddress(reinterpret_cast<const GLubyte*>("gl" #F #S));
  /build/target/board/generic_x86/
BoardConfig.mk 34 # the GLES renderer disables itself if host GL acceleration isn't available.
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 32 import javax.microedition.khronos.opengles.GL;
49 private GL mGl;
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl_c.h 30 #include <GL/osmesa.h>
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglOsApi.h 22 #include <OpenGL/gl.h>
24 #include <GL/gl.h>
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/skia/legacy/src/utils/unix/
SkOSWindow_Unix.cpp 11 #include <GL/glx.h>
12 #include <GL/gl.h>
13 #include <GL/glu.h>
40 // Attempt to create a window that supports GL
56 // show GL

Completed in 616 milliseconds

1 2 3 4