Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsContext.h247 bool initContext(Device *, const RsSurfaceConfig *sc);
DrsContext.cpp367 if (!rsc->initContext(dev, sc)) { in createContext()
380 bool Context::initContext(Device *dev, const RsSurfaceConfig *sc) { in initContext() function in Context