Home
last modified time | relevance | path

Searched refs:EGLNativeWindowType (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/frameworks/native/opengl/include/EGL/
H A Deglplatform.h78 typedef HWND EGLNativeWindowType; typedef
83 typedef void *EGLNativeWindowType; typedef
90 typedef struct wl_egl_window *EGLNativeWindowType; typedef
96 typedef void *EGLNativeWindowType; typedef
103 typedef struct ANativeWindow* EGLNativeWindowType; typedef
110 typedef intptr_t EGLNativeWindowType; typedef
121 typedef Window EGLNativeWindowType; typedef
126 typedef void *EGLNativeWindowType; typedef
135 typedef khronos_uintptr_t EGLNativeWindowType; typedef
144 typedef EGLNativeWindowType NativeWindowType;
H A Degl.h126 …APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const …
/aosp12/frameworks/native/opengl/tests/lib/
H A DWindowSurface.cpp84 EGLNativeWindowType WindowSurface::getSurface() const { in getSurface()
86 return (EGLNativeWindowType) anw.get(); in getSurface()
/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateWindowSurface.cpp59 (EGLNativeWindowType)window.get(), in android_eglCreateWindowSurface()
142 (EGLNativeWindowType)window.get(), in android_eglCreateWindowSurfaceTexture()
/aosp12/frameworks/native/opengl/tests/lib/include/
H A DWindowSurface.h38 EGLNativeWindowType getSurface() const;
H A DEGLUtils.h53 EGLNativeWindowType window,
137 EGLNativeWindowType window, in selectConfigForNativeWindow()
/aosp12/hardware/libhardware/tests/hwc/
H A Dutil.c178 EGLNativeWindowType window; in egl_create()
195 window = (EGLNativeWindowType) cnw; in egl_create()
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h50 Result<EGLSurface, EGLint> createSurface(EGLNativeWindowType window, ColorMode colorMode,
/aosp12/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp83 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/aosp12/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp48 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/aosp12/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp46 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/aosp12/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp49 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/aosp12/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec9 EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, cons…
/aosp12/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp134 EGLNativeWindowType window = windowSurface.getSurface(); in initGraphics()
/aosp12/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp49 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/aosp12/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp42 EGLNativeWindowType window = 0; in main()
/aosp12/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp50 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_object.h129 egl_surface_t(egl_display_t* dpy, EGLConfig config, EGLNativeWindowType win, EGLSurface surface,
H A Degl_object.cpp51 egl_surface_t::egl_surface_t(egl_display_t* dpy, EGLConfig config, EGLNativeWindowType win, in egl_surface_t()
/aosp12/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp140 EGLNativeWindowType window = windowSurface.getSurface(); in init_gl_surface()
/aosp12/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp258 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/aosp12/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp344 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/aosp12/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp368 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/aosp12/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp410 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/aosp12/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp239 EGLNativeWindowType window = windowSurface.getSurface(); in init_gl_surface()

12