Searched refs:targetApi (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpp/
H A DRenderScript.cpp444 bool RS::initDispatch(int targetApi) { argument
478 bool RS::init(std::string &name, int targetApi, uint32_t flags) { argument
483 if (initDispatch(targetApi) == false) {
502 mContext = RS::dispatch->ContextCreate(mDev, 0, targetApi, RS_CONTEXT_TYPE_NORMAL, flags);
H A DrsCppStructs.h151 static bool initDispatch(int targetApi);
153 bool init(std::string &name, int targetApi, uint32_t flags);

Completed in 30 milliseconds