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

1 2

  /sdk/emulator/opengl/tests/ut_renderer/
NativeWindowing.h 24 virtual NativeWindowType createNativeWindow(NativeDisplayType dpy, int width, int height) = 0;
25 virtual int destroyNativeWindow(NativeDisplayType dpy, NativeWindowType win) = 0;
X11Windowing.h 23 NativeWindowType createNativeWindow(NativeDisplayType _dpy, int width, int height);
24 int destroyNativeWindow(NativeDisplayType dpy, NativeWindowType win);
X11RendererSurface.h 32 NativeWindowType createNativeWindow();
33 int destroyNativeWindow(NativeWindowType win);
RendererSurface.h 40 RendererSurface(EGLDisplay display, NativeWindowType window, EGLSurface surface, EGLConfig config) :
49 NativeWindowType m_window;
X11RendererSurface.cpp 26 int X11RendererSurface::destoryNativeWindow(NativeWindowType win)
34 NativeWindowType GlesX11Win::createNativeWindow()
67 return NativeWindowType(win);
X11Windowing.cpp 87 NativeWindowType X11Windowing::createNativeWindow(NativeDisplayType _dpy, int width, int height)
119 return NativeWindowType(win);
122 int X11Windowing::destroyNativeWindow(NativeDisplayType _dpy, NativeWindowType _win)
RendererSurface.cpp 86 NativeWindowType window = nw->createNativeWindow(nw->getNativeDisplay(), width, height);
  /frameworks/native/opengl/tests/angeles/include/GLES/
egltypes.h 11 typedef void *NativeWindowType;
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
98 typedef EGLNativeWindowType NativeWindowType;
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglplatform.h 56 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
99 typedef EGLNativeWindowType NativeWindowType;
  /development/ndk/platforms/android-9/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
108 typedef EGLNativeWindowType NativeWindowType;
  /frameworks/native/opengl/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
112 typedef EGLNativeWindowType NativeWindowType;
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
108 typedef EGLNativeWindowType NativeWindowType;
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
108 typedef EGLNativeWindowType NativeWindowType;
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
108 typedef EGLNativeWindowType NativeWindowType;
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
108 typedef EGLNativeWindowType NativeWindowType;
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
108 typedef EGLNativeWindowType NativeWindowType;
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
108 typedef EGLNativeWindowType NativeWindowType;
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
108 typedef EGLNativeWindowType NativeWindowType;
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
108 typedef EGLNativeWindowType NativeWindowType;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
108 typedef EGLNativeWindowType NativeWindowType;
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
108 typedef EGLNativeWindowType NativeWindowType;
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
108 typedef EGLNativeWindowType NativeWindowType;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
108 typedef EGLNativeWindowType NativeWindowType;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
108 typedef EGLNativeWindowType NativeWindowType;

Completed in 898 milliseconds

1 2