Home
last modified time | relevance | path

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

/frameworks/rs/
DrsContext.h334 bool initContext(Device *, const RsSurfaceConfig *sc);
DrsContext.cpp476 if (!rsc->initContext(dev, sc)) { in createContext()
490 bool Context::initContext(Device *dev, const RsSurfaceConfig *sc) { in initContext() function in android::renderscript::Context