Home
last modified time | relevance | path

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

12

/frameworks/native/opengl/include/EGL/
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;
Degl.h126 …APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const …
/frameworks/native/opengl/tests/lib/
DWindowSurface.cpp84 EGLNativeWindowType WindowSurface::getSurface() const { in getSurface()
86 return (EGLNativeWindowType) anw.get(); in getSurface()
/frameworks/native/opengl/tests/lib/include/
DWindowSurface.h38 EGLNativeWindowType getSurface() const;
DEGLUtils.h53 EGLNativeWindowType window,
137 EGLNativeWindowType window, in selectConfigForNativeWindow()
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateWindowSurface.cpp59 (EGLNativeWindowType)window.get(), in android_eglCreateWindowSurface()
142 (EGLNativeWindowType)window.get(), in android_eglCreateWindowSurfaceTexture()
/frameworks/base/libs/hwui/renderthread/
DEglManager.h51 Result<EGLSurface, EGLint> createSurface(EGLNativeWindowType window, ColorMode colorMode,
DEglManager.cpp302 Result<EGLSurface, EGLint> EglManager::createSurface(EGLNativeWindowType window, in createSurface()
/frameworks/native/opengl/tests/gl_perf/
Dgl2_perf.cpp83 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/frameworks/native/opengl/tests/textures/
Dtextures.cpp46 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/frameworks/native/opengl/tests/linetex/
Dlinetex.cpp48 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/frameworks/native/opengl/tests/swapinterval/
Dswapinterval.cpp49 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec9 EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, cons…
/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp134 EGLNativeWindowType window = windowSurface.getSurface(); in initGraphics()
/frameworks/native/opengl/tests/fillrate/
Dfillrate.cpp49 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/frameworks/native/opengl/tests/filter/
Dfilter.cpp42 EGLNativeWindowType window = 0; in main()
/frameworks/native/opengl/tests/finish/
Dfinish.cpp50 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp140 EGLNativeWindowType window = windowSurface.getSurface(); in init_gl_surface()
/frameworks/native/opengl/libs/EGL/
Degl_object.h134 egl_surface_t(egl_display_t* dpy, EGLConfig config, EGLNativeWindowType win, EGLSurface surface,
Degl_object.cpp58 egl_surface_t::egl_surface_t(egl_display_t* dpy, EGLConfig config, EGLNativeWindowType win, in egl_surface_t()
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp258 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp344 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp368 EGLNativeWindowType window = windowSurface.getSurface(); in main()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp239 EGLNativeWindowType window = windowSurface.getSurface(); in init_gl_surface()
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp410 EGLNativeWindowType window = windowSurface.getSurface(); in main()

12