/frameworks/native/opengl/include/EGL/ |
D | eglplatform.h | 78 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;
|
D | egl.h | 126 …APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const …
|
/frameworks/native/opengl/tests/lib/ |
D | WindowSurface.cpp | 84 EGLNativeWindowType WindowSurface::getSurface() const { in getSurface() 86 return (EGLNativeWindowType) anw.get(); in getSurface()
|
/frameworks/native/opengl/tests/lib/include/ |
D | WindowSurface.h | 38 EGLNativeWindowType getSurface() const;
|
D | EGLUtils.h | 53 EGLNativeWindowType window, 137 EGLNativeWindowType window, in selectConfigForNativeWindow()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateWindowSurface.cpp | 59 (EGLNativeWindowType)window.get(), in android_eglCreateWindowSurface() 142 (EGLNativeWindowType)window.get(), in android_eglCreateWindowSurfaceTexture()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.h | 51 Result<EGLSurface, EGLint> createSurface(EGLNativeWindowType window, ColorMode colorMode,
|
D | EglManager.cpp | 302 Result<EGLSurface, EGLint> EglManager::createSurface(EGLNativeWindowType window, in createSurface()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | gl2_perf.cpp | 83 EGLNativeWindowType window = windowSurface.getSurface(); in main()
|
/frameworks/native/opengl/tests/textures/ |
D | textures.cpp | 46 EGLNativeWindowType window = windowSurface.getSurface(); in main()
|
/frameworks/native/opengl/tests/linetex/ |
D | linetex.cpp | 48 EGLNativeWindowType window = windowSurface.getSurface(); in main()
|
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 49 EGLNativeWindowType window = windowSurface.getSurface(); in main()
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | EGL14.spec | 9 EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, cons…
|
/frameworks/native/opengl/tests/angeles/ |
D | app-linux.cpp | 134 EGLNativeWindowType window = windowSurface.getSurface(); in initGraphics()
|
/frameworks/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 49 EGLNativeWindowType window = windowSurface.getSurface(); in main()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 42 EGLNativeWindowType window = 0; in main()
|
/frameworks/native/opengl/tests/finish/ |
D | finish.cpp | 50 EGLNativeWindowType window = windowSurface.getSurface(); in main()
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 140 EGLNativeWindowType window = windowSurface.getSurface(); in init_gl_surface()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_object.h | 134 egl_surface_t(egl_display_t* dpy, EGLConfig config, EGLNativeWindowType win, EGLSurface surface,
|
D | egl_object.cpp | 58 egl_surface_t::egl_surface_t(egl_display_t* dpy, EGLConfig config, EGLNativeWindowType win, in egl_surface_t()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 258 EGLNativeWindowType window = windowSurface.getSurface(); in main()
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 344 EGLNativeWindowType window = windowSurface.getSurface(); in main()
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 368 EGLNativeWindowType window = windowSurface.getSurface(); in main()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 239 EGLNativeWindowType window = windowSurface.getSurface(); in init_gl_surface()
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 410 EGLNativeWindowType window = windowSurface.getSurface(); in main()
|