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

1 2

  /sdk/emulator/opengl/tests/ut_renderer/
NativeWindowing.h 23 virtual NativeDisplayType getNativeDisplay() = 0;
24 virtual NativeWindowType createNativeWindow(NativeDisplayType dpy, int width, int height) = 0;
25 virtual int destroyNativeWindow(NativeDisplayType dpy, NativeWindowType win) = 0;
X11Windowing.h 22 NativeDisplayType getNativeDisplay();
23 NativeWindowType createNativeWindow(NativeDisplayType _dpy, int width, int height);
24 int destroyNativeWindow(NativeDisplayType dpy, NativeWindowType win);
X11RendererSurface.h 31 NativeDisplayType getNativeDisplay();
X11RendererSurface.cpp 18 NativeDisplayType X11RendererSurface::getNativeDisplay()
23 return NativeDisplayType(m_display);
  /frameworks/native/opengl/tests/angeles/include/GLES/
egltypes.h 10 typedef void *NativeDisplayType;
17 #define EGL_DEFAULT_DISPLAY ((NativeDisplayType)0)
  /external/chromium_org/ppapi/lib/gl/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
77 typedef EGLNativeDisplayType NativeDisplayType;
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglplatform.h 56 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
97 typedef EGLNativeDisplayType NativeDisplayType;
  /development/ndk/platforms/android-9/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
106 typedef EGLNativeDisplayType NativeDisplayType;
  /external/chromium_org/third_party/angle/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
115 typedef EGLNativeDisplayType NativeDisplayType;
  /frameworks/native/opengl/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
110 typedef EGLNativeDisplayType NativeDisplayType;
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
106 typedef EGLNativeDisplayType NativeDisplayType;
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
106 typedef EGLNativeDisplayType NativeDisplayType;
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
106 typedef EGLNativeDisplayType NativeDisplayType;
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
106 typedef EGLNativeDisplayType NativeDisplayType;
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
106 typedef EGLNativeDisplayType NativeDisplayType;
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
106 typedef EGLNativeDisplayType NativeDisplayType;
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
106 typedef EGLNativeDisplayType NativeDisplayType;
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
106 typedef EGLNativeDisplayType NativeDisplayType;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
106 typedef EGLNativeDisplayType NativeDisplayType;
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
106 typedef EGLNativeDisplayType NativeDisplayType;
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
106 typedef EGLNativeDisplayType NativeDisplayType;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
106 typedef EGLNativeDisplayType NativeDisplayType;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
106 typedef EGLNativeDisplayType NativeDisplayType;
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
106 typedef EGLNativeDisplayType NativeDisplayType;
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
106 typedef EGLNativeDisplayType NativeDisplayType;

Completed in 1241 milliseconds

1 2