Home
last modified time | relevance | path

Searched refs:bitcode (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsScriptTests.cpp45 hidl_vec<uint8_t> bitcode; in TEST_F() local
46 bitcode.setToExternal((uint8_t*)bitCode, bitCodeLength); in TEST_F()
47 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode); in TEST_F()
136 hidl_vec<uint8_t> bitcode; in TEST_F() local
137 bitcode.setToExternal((uint8_t*)bitCode, bitCodeLength); in TEST_F()
138 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode); in TEST_F()
195 hidl_vec<uint8_t> bitcode; in TEST_F() local
196 bitcode.setToExternal((uint8_t*)bitCode, bitCodeLength); in TEST_F()
197 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode); in TEST_F()
241 hidl_vec<uint8_t> bitcode; in TEST_F() local
[all …]
DAndroid.bp24 "bitcode.cpp",
/hardware/interfaces/renderscript/1.0/
DIContext.hal1157 * @param resName Resource name of the bitcode
1159 * @param text The kernel's bitcode as a uint8_t vector