Home
last modified time | relevance | path

Searched refs:EglWindowSurface (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglWindowSurface.cpp29 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()
DEglWindowSurface.h26 class EglWindowSurface: public EglSurface {
28 EglWindowSurface(EglDisplay* dpy,
34 ~EglWindowSurface();
DAndroid.bp39 "EglWindowSurface.cpp",
Dmeson.build15 'EglWindowSurface.cpp',
DCMakeLists.txt12 EglWindowSurface.cpp
DEglImp.cpp788 if(EglWindowSurface::alreadyAssociatedWithConfig(win)) { in eglCreateWindowSurface()
798 SurfacePtr wSurface(new EglWindowSurface(dpy, win,cfg,width,height)); in eglCreateWindowSurface()
/hardware/google/gfxstream/host/gl/
DBUILD.bazel71 "glestranslator/EGL/EglWindowSurface.cpp",