Home
last modified time | relevance | path

Searched refs:mAngleNamespace (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/graphicsenv/
H A DGraphicsEnv.cpp548 if (mAngleNamespace) { in getAngleNamespace()
549 return mAngleNamespace; in getAngleNamespace()
557 mAngleNamespace = android_create_namespace("ANGLE", in getAngleNamespace()
564 ALOGD_IF(!mAngleNamespace, "Could not create ANGLE namespace from default"); in getAngleNamespace()
566 return mAngleNamespace; in getAngleNamespace()
/aosp12/frameworks/native/libs/graphicsenv/include/graphicsenv/
H A DGraphicsEnv.h172 android_namespace_t* mAngleNamespace = nullptr; variable