Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglValidate.h74 static bool supportedApi(EGLenum api);
DEglValidate.cpp119 bool EglValidate::supportedApi(EGLenum api) { in supportedApi() function in EglValidate
DEglImp.cpp1325 if(!EglValidate::supportedApi(api)) { in eglBindAPI()