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

/frameworks/rs/cpp/
H A DRenderScript.cpp72 static bool loadSO(const char* filename, int targetApi) { argument
79 if (loadSymbols(handle, *RS::dispatch, targetApi) == false) {
96 bool RS::initDispatch(int targetApi) { argument
110 usingNative = loadSO("libRS.so", targetApi);
113 if (loadSO("libRSSupport.so", targetApi) == false) {
130 bool RS::init(const char * name, uint32_t flags, int targetApi) { argument
134 // When using default value 0, set targetApi to RS_VERSION,
136 if (targetApi == 0) {
137 targetApi = RS_VERSION;
140 if (initDispatch(targetApi)
[all...]
/frameworks/rs/support/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 52 milliseconds