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

1 2 3 45 6 7 8 91011>>

  /device/generic/mips/
BoardConfig.mk 31 BOARD_EGL_CFG := device/generic/goldfish/opengl/system/egl/egl.cfg
  /device/generic/x86/
BoardConfig.mk 27 BOARD_EGL_CFG := device/generic/goldfish/opengl/system/egl/egl.cfg
  /external/chromium_org/gpu/gles2_conform_support/egl/
config.h 8 #include <EGL/egl.h>
12 namespace egl { namespace
76 // Which types of EGL surfaces are supported.
90 } // namespace egl
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.cpp 8 // Renderer.cpp: Implements EGL dependencies for creating and destroying Renderer instances.
10 #include <EGL/eglext.h>
34 Renderer::Renderer(egl::Display *display) : mDisplay(display)
49 rx::Renderer *glCreateRenderer(egl::Display *display, HDC hDc, EGLNativeDisplayType displayId)
  /frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
TestView.java 42 import javax.microedition.khronos.egl.EGL10;
43 import javax.microedition.khronos.egl.EGLConfig;
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
Android.mk 8 egl.cpp \
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
PerspectiveProgram.h 20 #include <EGL/egl.h>
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ThreadInfo.h 20 #include <EGL/egl.h>
  /external/chromium_org/gpu/gles2_conform_support/native/
egl_native_aura.cc 8 #include <EGL/egl.h>
9 #include <EGL/eglext.h>
  /external/chromium_org/third_party/angle/src/libEGL/
Display.h 7 // Display.h: Defines the egl::Display class, representing the abstract
9 // [EGL 1.4] section 2.1.2 page 3.
24 namespace egl namespace
36 static egl::Display *getDisplay(EGLNativeDisplayType displayId);
45 void destroySurface(egl::Surface *surface);
51 bool isValidSurface(egl::Surface *surface);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egltypedefs.h 36 #include <EGL/egl.h>
37 #include <EGL/eglext.h>
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkANGLEGLContext.h 16 #include <EGL/egl.h>
  /external/mesa3d/src/egl/main/
egltypedefs.h 36 #include <EGL/egl.h>
37 #include <EGL/eglext.h>
  /external/skia/include/gpu/gl/
SkANGLEGLContext.h 16 #include <EGL/egl.h>
  /frameworks/base/libs/hwui/
Image.h 20 #include <EGL/egl.h>
21 #include <EGL/eglext.h>
53 * Returns the name of the EGL image represented by this object.
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLDisplayImpl.java 19 import javax.microedition.khronos.egl.*;
  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 35 static char const * const sVersionString = "1.4 Android META-EGL";
110 EGLDisplay dpy = cnx->egl.eglGetDisplay(display);
145 // initialize each EGL and
154 if (cnx->egl.eglInitialize(idpy, &cnx->major, &cnx->minor)) {
162 disp.queryString.vendor = cnx->egl.eglQueryString(idpy,
164 disp.queryString.version = cnx->egl.eglQueryString(idpy,
166 disp.queryString.extensions = cnx->egl.eglQueryString(idpy,
168 disp.queryString.clientApi = cnx->egl.eglQueryString(idpy,
173 egl_tls_t::egl_strerror(cnx->egl.eglGetError()));
207 property_get("debug.egl.finish", value, "0")
    [all...]
egldefs.h 45 egl_t egl; member in struct:android::egl_connection_t
  /frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
TestFramerateView.java 31 import javax.microedition.khronos.egl.EGL10;
32 import javax.microedition.khronos.egl.EGLConfig;
33 import javax.microedition.khronos.egl.EGLContext;
34 import javax.microedition.khronos.egl.EGLDisplay;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 3 #include <EGL/egl.h>
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglThreadInfo.h 19 #include <EGL/egl.h>
EglWindowSurface.h 20 #include <EGL/egl.h>
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderContext.h 20 #include <EGL/egl.h>
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/
Makefile 8 -I$(TOP)/src/egl/main \
9 -I$(TOP)/src/egl/wayland/wayland-drm/ \
29 -I$(TOP)/src/egl/wayland/wayland-egl \
30 -I$(TOP)/src/egl/wayland/wayland-drm \
87 $(MKLIB) -o egl -static $(EGL_OBJECTS)
105 define egl-cc
113 $(call egl-cc,x11)
116 $(call egl-cc,wayland)
119 $(call egl-cc,drm
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/
Makefile 8 -I$(TOP)/src/egl/main \
9 -I$(TOP)/src/egl/wayland/wayland-drm/ \
29 -I$(TOP)/src/egl/wayland/wayland-egl \
30 -I$(TOP)/src/egl/wayland/wayland-drm \
87 $(MKLIB) -o egl -static $(EGL_OBJECTS)
105 define egl-cc
113 $(call egl-cc,x11)
116 $(call egl-cc,wayland)
119 $(call egl-cc,drm
    [all...]

Completed in 1086 milliseconds

1 2 3 45 6 7 8 91011>>