Searched refs:compatibleWith (Results 1 – 3 of 3) sorted by relevance
61 bool compatibleWith(const EglConfig& conf) const; //compatibility
341 bool EglConfig::compatibleWith(const EglConfig& conf) const { in compatibleWith() function in EglConfig
1147 if(!((*ctx->getConfig()).compatibleWith((*newDrawPtr->getConfig()))) || in eglMakeCurrent()1148 !((*ctx->getConfig()).compatibleWith((*newReadPtr->getConfig())))) { in eglMakeCurrent()