Home
last modified time | relevance | path

Searched refs:alreadyAssociatedWithConfig (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglWindowSurface.h38 static bool alreadyAssociatedWithConfig(EGLNativeWindowType win);
DEglWindowSurface.cpp29 bool EglWindowSurface::alreadyAssociatedWithConfig(EGLNativeWindowType win) { in alreadyAssociatedWithConfig() function in EglWindowSurface
DEglImp.cpp788 if(EglWindowSurface::alreadyAssociatedWithConfig(win)) { in eglCreateWindowSurface()