/frameworks/native/opengl/include/EGL/ |
D | eglplatform.h | 78 typedef HWND EGLNativeWindowType; typedef 83 typedef void *EGLNativeWindowType; typedef 91 typedef struct ANativeWindow* EGLNativeWindowType; typedef 103 typedef Window EGLNativeWindowType; typedef 112 typedef EGLNativeWindowType NativeWindowType;
|
D | egl.h | 266 EGLNativeWindowType win,
|
D | eglext.h | 501 … EGLAPIENTRY eglQueryNativeWindowNV( EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType* window); 505 …NTRYP PFNEGLQUERYNATIVEWINDOWNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType *window);
|
/frameworks/native/opengl/tests/lib/ |
D | WindowSurface.cpp | 82 EGLNativeWindowType WindowSurface::getSurface() const { in getSurface() 84 return (EGLNativeWindowType) anw.get(); in getSurface()
|
/frameworks/native/opengl/tests/include/ |
D | EGLUtils.h | 48 EGLNativeWindowType window, 124 EGLNativeWindowType window, in selectConfigForNativeWindow()
|
D | WindowSurface.h | 38 EGLNativeWindowType getSurface() const;
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateWindowSurface.cpp | 59 (EGLNativeWindowType)window.get(), in android_eglCreateWindowSurface() 141 (EGLNativeWindowType)window.get(), in android_eglCreateWindowSurfaceTexture()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.h | 63 EGLSurface createSurface(EGLNativeWindowType window);
|
D | EglManager.cpp | 225 EGLSurface EglManager::createSurface(EGLNativeWindowType window) { in createSurface()
|
/frameworks/native/opengl/tests/linetex/ |
D | linetex.cpp | 48 EGLNativeWindowType window = windowSurface.getSurface(); in main()
|
/frameworks/native/opengl/tests/textures/ |
D | textures.cpp | 46 EGLNativeWindowType window = windowSurface.getSurface(); in main()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_object.cpp | 68 EGLNativeWindowType win, EGLSurface surface, in egl_surface_t()
|
D | egl_object.h | 135 EGLNativeWindowType win, EGLSurface surface,
|
/frameworks/native/opengl/tests/gl_perf/ |
D | gl2_perf.cpp | 90 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 | 138 EGLNativeWindowType window = windowSurface.getSurface(); in initGraphics()
|
/frameworks/base/libs/hwui/debug/ |
D | nullegl.cpp | 83 EGLNativeWindowType win, in eglCreateWindowSurface()
|
/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 | 144 EGLNativeWindowType window = windowSurface.getSurface(); in init_gl_surface()
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 302 EGLNativeWindowType window = windowSurface.getSurface(); in main()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 258 EGLNativeWindowType window = windowSurface.getSurface(); in main()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 240 EGLNativeWindowType window = windowSurface.getSurface(); in init_gl_surface()
|