Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DRenderScript.cpp31 bool RS::gInitialized = false; member in RS
100 } else if (gInitialized) { in initDispatch()
119 gInitialized = true; in initDispatch()
DrsCppStructs.h431 static bool gInitialized; variable