Searched defs:targetApi (Results 1 - 2 of 2) sorted by path

/frameworks/rs/cpp/
H A DRenderScript.cpp79 static bool loadSO(const char* filename, int targetApi) { argument
86 if (loadSymbols(handle, *RS::dispatch, targetApi) == false) {
103 bool RS::initDispatch(int targetApi) { argument
117 usingNative = loadSO("libRS.so", targetApi);
120 if (loadSO("libRSSupport.so", targetApi) == false) {
137 bool RS::init(const char * name, uint32_t flags, int targetApi) { argument
141 // When using default value 0, set targetApi to RS_VERSION,
143 if (targetApi == 0) {
144 targetApi = RS_VERSION;
147 if (initDispatch(targetApi)
[all...]
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp274 static jboolean nLoadSO(JNIEnv *_env, jobject _this, jboolean useNative, jint targetApi, jstring libPath) { argument
293 if (loadSymbols(handle, dispatchTab, targetApi) == false) {

Completed in 162 milliseconds