Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglValidate.h31 static bool supportedApi(EGLenum api);
DEglValidate.cpp91 bool EglValidate::supportedApi(EGLenum api) { in supportedApi() function in EglValidate
DEglImp.cpp902 if(!EglValidate::supportedApi(api)) { in eglBindAPI()