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

12

/frameworks/native/opengl/include/EGL/
H A Deglplatform.h78 typedef HWND EGLNativeWindowType; typedef
83 typedef void *EGLNativeWindowType; typedef
91 typedef struct ANativeWindow* EGLNativeWindowType; typedef in typeref:struct:ANativeWindow
103 typedef Window EGLNativeWindowType; typedef
112 typedef EGLNativeWindowType NativeWindowType;
H A Deglext.h479 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeWindowNV( EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType* window);
483 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEWINDOWNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType *window);
H A Degl.h266 EGLNativeWindowType win,
/frameworks/native/opengl/tests/include/
H A DWindowSurface.h38 EGLNativeWindowType getSurface() const;
H A DEGLUtils.h48 EGLNativeWindowType window,
124 EGLNativeWindowType window,
/frameworks/native/opengl/tests/lib/
H A DWindowSurface.cpp82 EGLNativeWindowType WindowSurface::getSurface() const {
84 return (EGLNativeWindowType) anw.get();
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h41 EGLSurface createSurface(EGLNativeWindowType window);
H A DEglManager.cpp194 EGLSurface EglManager::createSurface(EGLNativeWindowType window) {
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateWindowSurface.cpp1 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
63 (EGLNativeWindowType)window.get(),
78 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
145 (EGLNativeWindowType)window.get(),
/frameworks/native/include/ui/
H A DFramebufferNativeWindow.h36 extern "C" EGLNativeWindowType android_createDisplaySurface(void);
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp65 EGLNativeWindowType win, EGLSurface surface,
79 ALOGW("EGLNativeWindowType %p disconnect failed", window);
H A Degl_object.h133 EGLNativeWindowType win, EGLSurface surface,
/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp90 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp48 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp49 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec9 EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp138 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp49 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp46 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/libs/ui/
H A DFramebufferNativeWindow.cpp362 EGLNativeWindowType android_createDisplaySurface(void)
371 return (EGLNativeWindowType)w;
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp42 EGLNativeWindowType window = 0;
/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp50 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp144 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp302 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp240 EGLNativeWindowType window = windowSurface.getSurface();

Completed in 1074 milliseconds

12