HomeSort by relevance Sort by last modified time
    Searched refs:NativeDisplayType (Results 1 - 25 of 26) 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);
X11Windowing.cpp 81 NativeDisplayType X11Windowing::getNativeDisplay()
84 return (NativeDisplayType)dpy;
87 NativeWindowType X11Windowing::createNativeWindow(NativeDisplayType _dpy, int width, int height)
122 int X11Windowing::destroyNativeWindow(NativeDisplayType _dpy, NativeWindowType _win)
  /frameworks/native/opengl/tests/angeles/include/GLES/
egltypes.h 10 typedef void *NativeDisplayType;
17 #define EGL_DEFAULT_DISPLAY ((NativeDisplayType)0)
egl.h 52 ** NativeDisplayType, NativeWindowType and NativePixmapType are to be
78 #define EGL_DEFAULT_DISPLAY ((NativeDisplayType)0)
196 GLAPI EGLDisplay APIENTRY eglGetDisplay (NativeDisplayType display);
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
96 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;
  /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;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 72 FNDEF(EGLDisplay, eglGetDisplay, (NativeDisplayType display));

Completed in 1604 milliseconds

1 2