HomeSort by relevance Sort by last modified time
    Searched defs:EGLNativeWindowType (Results 1 - 8 of 8) sorted by null

  /device/generic/goldfish-opengl/system/include/EGL/
eglplatform.h 78 typedef HWND EGLNativeWindowType;
83 typedef void *EGLNativeWindowType;
91 typedef struct ANativeWindow* EGLNativeWindowType;
103 typedef Window EGLNativeWindowType;
112 typedef EGLNativeWindowType NativeWindowType;
  /external/mesa3d/include/EGL/
eglplatform.h 78 typedef HWND EGLNativeWindowType;
83 typedef void *EGLNativeWindowType;
90 typedef struct wl_egl_window *EGLNativeWindowType;
96 typedef void *EGLNativeWindowType;
104 typedef struct ANativeWindow* EGLNativeWindowType;
114 typedef khronos_uintptr_t EGLNativeWindowType;
124 typedef Window EGLNativeWindowType;
132 typedef khronos_uintptr_t EGLNativeWindowType;
141 typedef EGLNativeWindowType NativeWindowType;
  /external/swiftshader/include/EGL/
eglplatform.h 78 typedef HWND EGLNativeWindowType;
83 typedef void *EGLNativeWindowType;
91 typedef struct ANativeWindow* EGLNativeWindowType;
98 typedef intptr_t EGLNativeWindowType;
109 typedef Window EGLNativeWindowType;
118 typedef EGLNativeWindowType NativeWindowType;
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
eglplatform.h 78 typedef HWND EGLNativeWindowType;
88 typedef Window EGLNativeWindowType;
97 typedef struct ANativeWindow* EGLNativeWindowType;
109 typedef void *EGLNativeWindowType;
117 typedef EGLNativeWindowType NativeWindowType;
  /frameworks/native/opengl/include/EGL/
eglplatform.h 78 typedef HWND EGLNativeWindowType;
83 typedef void *EGLNativeWindowType;
91 typedef struct ANativeWindow* EGLNativeWindowType;
103 typedef Window EGLNativeWindowType;
112 typedef EGLNativeWindowType NativeWindowType;
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 43 typedef ::Window EGLNativeWindowType;
47 DE_STATIC_ASSERT(sizeof(EGLNativeWindowType) <= sizeof(eglw::EGLNativeWindowType));
55 typedef EGLW_APICALL eglw::EGLSurface (EGLW_APIENTRY* eglX11CreateWindowSurfaceFunc) (eglw::EGLDisplay dpy, eglw::EGLConfig config, EGLNativeWindowType win, const eglw::EGLint* attrib_list);
92 eglw::EGLSurface createWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativeWindowType win, const eglw::EGLint *attrib_list) const
94 return ((eglX11CreateWindowSurfaceFunc)m_egl.createWindowSurface)(dpy, config, reinterpret_cast<EGLNativeWindowType>(win), attrib_list);
140 eglw::EGLNativeWindowType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowType>(m_window.getXID()); }
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 28 typedef void* EGLNativeWindowType;
60 typedef EGLSurface (*CreateWindowSurfaceProc)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint* attrib_list);
  /external/skqp/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 28 typedef void* EGLNativeWindowType;
60 typedef EGLSurface (*CreateWindowSurfaceProc)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint* attrib_list);

Completed in 133 milliseconds