Home
last modified time | relevance | path

Searched refs:scriptCCreate (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsScriptTests.cpp47 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode); in TEST_P()
138 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode); in TEST_P()
197 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode); in TEST_P()
243 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode); in TEST_P()
294 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode); in TEST_P()
424 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode); in TEST_P()
501 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode); in TEST_P()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.h130 …Return<Script> scriptCCreate(const hidl_string& resName, const hidl_string& cacheDir, const hidl_v…
H A DContext.cpp759 Return<Script> Context::scriptCCreate(const hidl_string& resName, const hidl_string& cacheDir, cons… in scriptCCreate() function in android::hardware::renderscript::V1_0::implementation::Context
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.cpp924 …uint64_t scriptc = GetIContextHandle(context)->scriptCCreate(hidl_string(resName), hidl_string(cac… in ScriptCCreate()
/aosp12/hardware/interfaces/renderscript/1.0/
H A DIContext.hal1163 scriptCCreate(string resName, string cacheDir, vec<uint8_t> text)