Searched refs:EglWindowSurface (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglWindowSurface.cpp | 29 bool EglWindowSurface::alreadyAssociatedWithConfig(EGLNativeWindowType win) { in alreadyAssociatedWithConfig() 33 EglWindowSurface::EglWindowSurface(EglDisplay* dpy, in EglWindowSurface() function in EglWindowSurface 45 EglWindowSurface::~EglWindowSurface() { in ~EglWindowSurface() 49 bool EglWindowSurface::getAttrib(EGLint attrib,EGLint* val) { in getAttrib()
|
D | EglWindowSurface.h | 26 class EglWindowSurface: public EglSurface { 28 EglWindowSurface(EglDisplay* dpy, 34 ~EglWindowSurface();
|
D | Android.bp | 39 "EglWindowSurface.cpp",
|
D | meson.build | 15 'EglWindowSurface.cpp',
|
D | CMakeLists.txt | 12 EglWindowSurface.cpp
|
D | EglImp.cpp | 788 if(EglWindowSurface::alreadyAssociatedWithConfig(win)) { in eglCreateWindowSurface() 798 SurfacePtr wSurface(new EglWindowSurface(dpy, win,cfg,width,height)); in eglCreateWindowSurface()
|
/hardware/google/gfxstream/host/gl/ |
D | BUILD.bazel | 71 "glestranslator/EGL/EglWindowSurface.cpp",
|