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

1 2 3

  /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);
  /frameworks/native/opengl/tests/angeles/include/GLES/
egltypes.h 11 typedef void *NativeWindowType;
  /external/chromium_org/ppapi/lib/gl/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
79 typedef EGLNativeWindowType NativeWindowType;
  /external/chromium_org/third_party/angle/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
103 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;
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/EGL/
eglplatform.h 58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
108 typedef EGLNativeWindowType NativeWindowType;

Completed in 211 milliseconds

1 2 3