Home
last modified time | relevance | path

Searched defs:targetApi (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpp/
DRenderScript.cpp72 static bool loadSO(const char* filename, int targetApi) { in loadSO()
96 bool RS::initDispatch(int targetApi) { in initDispatch()
130 bool RS::init(const char * name, uint32_t flags, int targetApi) { in init()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp276 static jboolean nLoadSO(JNIEnv *_env, jobject _this, jboolean useNative, jint targetApi, jstring li… in nLoadSO()