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

1 2 3 45 6 7 8 91011>>

  /cts/tests/src/android/opengl/cts/
EglConfigGLSurfaceView.java 28 import javax.microedition.khronos.egl.EGL10;
29 import javax.microedition.khronos.egl.EGLConfig;
30 import javax.microedition.khronos.egl.EGLDisplay;
34 * {@link GLSurfaceView} that uses the EGL configuration specified. Draws a couple frames of a red
59 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) {
66 if (egl.eglChooseConfig(display, attributeList, configs, 1, new int[] {1})) {
68 printConfig(egl, display, configs[0]);
71 throw new IllegalStateException("Could not get EGL config...");
243 private static void printConfig(EGL10 egl, EGLDisplay display,
319 if (egl.eglGetConfigAttrib(display, config, attribute, value))
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 29 import javax.microedition.khronos.egl.EGL10;
30 import javax.microedition.khronos.egl.EGL11;
31 import javax.microedition.khronos.egl.EGLConfig;
32 import javax.microedition.khronos.egl.EGLContext;
33 import javax.microedition.khronos.egl.EGLDisplay;
34 import javax.microedition.khronos.egl.EGLSurface;
53 * <li>Manages an EGL display, which enables OpenGL to render into a surface.
95 * <h4>Choosing an EGL Configuration</h4>
296 * Control whether the EGL context is preserved when the GLSurfaceView is paused and
299 * If set to true, then the EGL context may be preserved when the GLSurfaceView is paused
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 23 import javax.microedition.khronos.egl.EGL10;
24 import javax.microedition.khronos.egl.EGL11;
25 import javax.microedition.khronos.egl.EGLConfig;
26 import javax.microedition.khronos.egl.EGLContext;
27 import javax.microedition.khronos.egl.EGLDisplay;
28 import javax.microedition.khronos.egl.EGLSurface;
49 * <li>Manages an EGL display, which enables OpenGL to render into a surface.
91 * <h4>Choosing an EGL Configuration</h4>
292 * Control whether the EGL context is preserved when the GLSurfaceView is paused and
295 * If set to true, then the EGL context may be preserved when the GLSurfaceView is paused
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 22 import javax.microedition.khronos.egl.EGL10;
23 import javax.microedition.khronos.egl.EGL11;
24 import javax.microedition.khronos.egl.EGLConfig;
25 import javax.microedition.khronos.egl.EGLContext;
26 import javax.microedition.khronos.egl.EGLDisplay;
27 import javax.microedition.khronos.egl.EGLSurface;
47 * <li>Manages an EGL display, which enables OpenGL to render into a surface.
77 * <h4>Choosing an EGL Configuration</h4>
597 * <h3>EGL Context Lost</h3>
598 * There are situations where the EGL rendering context will be lost. Thi
    [all...]
  /frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
GLJNIView.java 42 import javax.microedition.khronos.egl.EGL10;
43 import javax.microedition.khronos.egl.EGLConfig;
  /frameworks/native/opengl/libs/
Android.mk 4 # Build META EGL library
7 egl.cfg_config_module :=
12 LOCAL_MODULE := egl.cfg
15 LOCAL_MODULE_PATH := $(TARGET_OUT)/lib/egl
18 egl.cfg_config_module := $(LOCAL_MODULE)
24 EGL/egl_tls.cpp \
25 EGL/egl_cache.cpp \
26 EGL/egl_display.cpp \
27 EGL/egl_object.cpp \
28 EGL/egl.cpp
    [all...]
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 27 import javax.microedition.khronos.egl.EGL10;
28 import javax.microedition.khronos.egl.EGLConfig;
29 import javax.microedition.khronos.egl.EGLContext;
30 import javax.microedition.khronos.egl.EGLDisplay;
31 import javax.microedition.khronos.egl.EGLSurface;
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
PerspectiveProgram.cpp 17 #include <EGL/egl.h>
Renderer.h 19 #include <EGL/egl.h>
  /cts/tests/tests/opengl/src/android/opengl/cts/
RendererElevenShaderTest.java 19 import javax.microedition.khronos.egl.EGLConfig;
RendererFiveShaderTest.java 18 import javax.microedition.khronos.egl.EGLConfig;
RendererFourShaderTest.java 18 import javax.microedition.khronos.egl.EGLConfig;
RendererSevenShaderTest.java 18 import javax.microedition.khronos.egl.EGLConfig;
RendererSixShaderTest.java 18 import javax.microedition.khronos.egl.EGLConfig;
RendererTenShaderTest.java 18 import javax.microedition.khronos.egl.EGLConfig;
RendererTwelveShaderTest.java 19 import javax.microedition.khronos.egl.EGLConfig;
  /external/chromium_org/ui/gfx/
gpu_memory_buffer.h 13 #include <third_party/khronos/EGL/egl.h>
  /frameworks/base/libs/hwui/
Fence.h 20 #include <EGL/egl.h>
21 #include <EGL/eglext.h>
  /frameworks/base/media/mca/filterfw/native/core/
vertex_frame.cpp 23 #include <EGL/egl.h>
  /frameworks/native/cmds/flatland/
Flatland.h 19 #include <EGL/egl.h>
  /frameworks/native/opengl/libagl/
Android.mk 10 egl.cpp \
47 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/egl
  /frameworks/native/opengl/libs/EGL/
Loader.h 28 #include <EGL/egl.h>
44 EGL = 0x01,
egl_cache.h 20 #include <EGL/egl.h>
21 #include <EGL/eglext.h>
42 // called when EGL is initialized. When not in the initialized state the
53 // This will be called by the hardware vendor's EGL implementation via the
59 // blob from cache. This will be called by the hardware vendor's EGL
  /frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
GL2JavaView.java 30 import javax.microedition.khronos.egl.EGL10;
31 import javax.microedition.khronos.egl.EGLConfig;
32 import javax.microedition.khronos.egl.EGLContext;
33 import javax.microedition.khronos.egl.EGLDisplay;
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLExtensions.h 27 #include <EGL/egl.h>
28 #include <EGL/eglext.h>

Completed in 517 milliseconds

1 2 3 45 6 7 8 91011>>