Searched refs:EGLNativeWindowType (Results 1 - 25 of 71) sorted by relevance

123

/external/chromium_org/gpu/gles2_conform_support/egl/
H A Dsurface.cc9 Surface::Surface(EGLNativeWindowType win) : window_(win) {
H A Dsurface.h16 explicit Surface(EGLNativeWindowType win);
19 EGLNativeWindowType window() { return window_; }
22 EGLNativeWindowType window_;
H A Ddisplay.h60 bool IsValidNativeWindow(EGLNativeWindowType win);
63 EGLNativeWindowType win,
H A Ddisplay.cc86 bool Display::IsValidNativeWindow(EGLNativeWindowType win) {
100 EGLNativeWindowType win,
/external/chromium_org/third_party/mesa/src/include/EGL/
H A Deglplatform.h78 typedef HWND EGLNativeWindowType; typedef
83 typedef void *EGLNativeWindowType; typedef
90 typedef struct wl_egl_window *EGLNativeWindowType; typedef in typeref:struct:wl_egl_window
96 typedef void *EGLNativeWindowType; typedef
103 typedef struct ANativeWindow *EGLNativeWindowType; typedef in typeref:struct:ANativeWindow
113 typedef khronos_uint32_t EGLNativeWindowType; typedef
123 typedef Window EGLNativeWindowType; typedef
134 typedef NSView *EGLNativeWindowType; typedef
137 typedef struct NSView *EGLNativeWindowType; typedef in typeref:struct:NSView
147 typedef EGLNativeWindowType NativeWindowTyp
[all...]
/external/chromium_org/ppapi/lib/gl/include/EGL/
H A Deglplatform.h73 typedef PP_Instance EGLNativeWindowType; typedef
79 typedef EGLNativeWindowType NativeWindowType;
/external/chromium_org/third_party/khronos/EGL/
H A Deglplatform.h78 typedef HWND EGLNativeWindowType; typedef
83 typedef void *EGLNativeWindowType; typedef
93 typedef struct ANativeWindow* EGLNativeWindowType; typedef in typeref:struct:ANativeWindow
100 typedef intptr_t EGLNativeWindowType; typedef
111 typedef Window EGLNativeWindowType; typedef
120 typedef NSView *EGLNativeWindowType; typedef
123 typedef struct NSView *EGLNativeWindowType; typedef in typeref:struct:NSView
133 typedef EGLNativeWindowType NativeWindowType;
/external/mesa3d/include/EGL/
H A Deglplatform.h78 typedef HWND EGLNativeWindowType; typedef
83 typedef void *EGLNativeWindowType; typedef
90 typedef struct wl_egl_window *EGLNativeWindowType; typedef in typeref:struct:wl_egl_window
96 typedef void *EGLNativeWindowType; typedef
103 typedef struct ANativeWindow *EGLNativeWindowType; typedef in typeref:struct:ANativeWindow
113 typedef khronos_uint32_t EGLNativeWindowType; typedef
123 typedef Window EGLNativeWindowType; typedef
134 typedef EGLNativeWindowType NativeWindowType;
/external/chromium_org/third_party/angle/include/EGL/
H A Deglplatform.h78 typedef HWND EGLNativeWindowType; typedef
83 typedef void *EGLNativeWindowType; typedef
92 typedef struct ANativeWindow* EGLNativeWindowType; typedef in typeref:struct:ANativeWindow
104 typedef Window EGLNativeWindowType; typedef
113 typedef EGLNativeWindowType NativeWindowType;
/external/chromium_org/third_party/angle/util/win32/
H A DWin32Window.h23 EGLNativeWindowType getNativeWindow() const;
38 EGLNativeWindowType mNativeWindow;
39 EGLNativeWindowType mParentWindow;
/external/chromium_org/gpu/gles2_conform_support/native/
H A Degl_native_aura.cc30 EGLNativeWindowType nativeWindow) {
37 EGLNativeWindowType *pNativeWindow) {
H A Degl_native_windowless.cc26 EGLNativeWindowType *pNativeWindow) {
33 EGLNativeWindowType nativeWindow) {
H A Degl_native_win.cc55 EGLNativeWindowType *pNativeWindow) {
104 EGLNativeWindowType nativeWindow) {
/external/chromium_org/third_party/angle/util/
H A DOSWindow.h28 virtual EGLNativeWindowType getNativeWindow() const = 0;
/external/chromium_org/ui/gl/
H A Dgl_surface_egl.h60 explicit NativeViewGLSurfaceEGL(EGLNativeWindowType window);
83 EGLNativeWindowType window_;
/external/deqp/framework/egl/
H A DegluNativeWindow.cpp36 EGLNativeWindowType NativeWindow::getLegacyNative (void)
H A DegluNativeWindow.hpp89 //! Return EGLNativeWindowType that can be used with eglCreateWindowSurface(). Default implementation throws tcu::NotSupportedError().
90 virtual EGLNativeWindowType getLegacyNative (void);
H A DegluApiPrototypes.inl13 EGLSurface eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint* attrib_list);
H A DtcuEgl.hpp115 WindowSurface (Display& display, EGLConfig config, EGLNativeWindowType nativeWindow, const EGLint* attribList);
/external/deqp/framework/platform/raspi/
H A DtcuRaspiPlatform.cpp73 EGLNativeWindowType getLegacyNative (void) { return &m_nativeWindow; }
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Dnative.h235 EGLNativeWindowType win,
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.cpp65 virtual EGLNativeWindowType getLegacyNative (void) { return m_window->getNativeWindow(); }
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative.h235 EGLNativeWindowType win,
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Dplatform_drm.c89 _EGLConfig *conf, EGLNativeWindowType window,
143 _EGLConfig *conf, EGLNativeWindowType window,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/fbdev/
H A Dnative_fbdev.c248 EGLNativeWindowType win,
310 (EGLNativeWindowType) NULL, nconf);

Completed in 565 milliseconds

123