HomeSort by relevance Sort by last modified time
    Searched full:egl (Results 101 - 125 of 127) sorted by null

1 2 3 45 6

  /frameworks/base/libs/ui/
FramebufferNativeWindow.cpp 33 #include <EGL/egl.h>
  /frameworks/base/libs/rs/
rsContext.h 44 #include <ui/egl/android_natives.h>
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 20 import javax.microedition.khronos.egl.*;
  /frameworks/base/opengl/libs/GLES_CM/
gl.cpp 169 * These GL calls are special because they need to EGL to retrieve some
  /frameworks/base/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 24 import javax.microedition.khronos.egl.EGLConfig;
  /ndk/samples/san-angeles/jni/
app-linux.c 87 fprintf(stderr, "EGL Error: 0x%04x\n", (int)error);
app-win32.c 73 MessageBox(NULL, errorString, _T("EGL Initialization Error"), MB_OK);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 48 #include <EGL/eglext.h>
216 // initialize opengl and egl
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20TriangleRenderer.java 25 import javax.microedition.khronos.egl.EGLConfig;
StaticTriangleRenderer.java 28 import javax.microedition.khronos.egl.EGLConfig;
FrameBufferObjectActivity.java 19 import javax.microedition.khronos.egl.EGLConfig;
MatrixPaletteRenderer.java 26 import javax.microedition.khronos.egl.EGLConfig;
CubeMapActivity.java 26 import javax.microedition.khronos.egl.EGLConfig;
  /frameworks/base/include/surfaceflinger/
Surface.h 28 #include <ui/egl/android_natives.h>
  /frameworks/base/core/java/android/view/
ViewRoot.java 57 import javax.microedition.khronos.egl.*;
333 final EGL10 egl = (EGL10) EGLContext.getEGL(); local
334 mEgl = egl;
339 final EGLDisplay eglDisplay = egl.eglGetDisplay(EGL10.EGL_DEFAULT_DISPLAY);
343 * We can now initialize EGL for that display
346 egl.eglInitialize(eglDisplay, version);
361 egl.eglChooseConfig(eglDisplay, configSpec, configs, 1, num_config);
368 final EGLContext context = egl.eglCreateContext(eglDisplay, config,
373 * Create an EGL surface we can render into.
375 final EGLSurface surface = egl.eglCreateWindowSurface(eglDisplay, config, mHolder, null)
    [all...]
  /hardware/libhardware/include/hardware/
gralloc.h 253 * requests a specific swap-interval (same definition than EGL)
  /packages/apps/Camera/src/com/android/camera/ui/
GLRootView.java 45 import javax.microedition.khronos.egl.EGLConfig;
  /frameworks/base/
preloaded-classes     [all...]
  /external/webkit/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 35 #if PLATFORM(EGL)
  /packages/apps/Gallery3D/src/com/cooliris/media/
RenderView.java 23 import javax.microedition.khronos.egl.EGLConfig;
    [all...]
  /external/webkit/WebCore/
ChangeLog-2010-01-29 346 on a single (EGL) context, and apart from painter state
351 (given that EGL doesn't notify us if somebody switches
    [all...]
  /frameworks/base/docs/html/
sitemap.txt 256 http://developer.android.com/reference/javax/microedition/khronos/egl/package-summary.html
    [all...]
  /dalvik/hit/samples/
android.hprof     [all...]
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Core.h     [all...]
  /frameworks/base/opengl/libagl/
texture.cpp     [all...]

Completed in 115 milliseconds

1 2 3 45 6