Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h119 android_namespace_t* getAngleNamespace();
/frameworks/native/opengl/libs/EGL/
DLoader.cpp177 android_namespace_t* ns = android::GraphicsEnv::getInstance().getAngleNamespace(); in should_unload_system_driver()
589 android_namespace_t* ns = android::GraphicsEnv::getInstance().getAngleNamespace(); in attempt_to_load_angle()
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp587 android_namespace_t* GraphicsEnv::getAngleNamespace() { in getAngleNamespace() function in android::GraphicsEnv