Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglConfig.h61 bool compatibleWith(const EglConfig& conf) const; //compatibility
DEglConfig.cpp341 bool EglConfig::compatibleWith(const EglConfig& conf) const { in compatibleWith() function in EglConfig
DEglImp.cpp1147 if(!((*ctx->getConfig()).compatibleWith((*newDrawPtr->getConfig()))) || in eglMakeCurrent()
1148 !((*ctx->getConfig()).compatibleWith((*newReadPtr->getConfig())))) { in eglMakeCurrent()