HomeSort by relevance Sort by last modified time
    Searched refs:bitCode (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/renderscript/1.0/vts/functional/
bitcode.cpp 19 * // bitcode shown below. It is left in here for reference, as many of the
91 // bitcode slots
100 // bitcode invoke slots
103 // bitcode reduce slots
105 // bitcode invoke slots
111 // bitcode
114 const int8_t bitCode[] = {
332 const int8_t bitCode[] = {
    [all...]
VtsScriptTests.cpp 45 hidl_vec<uint8_t> bitcode; local
46 bitcode.setToExternal((uint8_t*)bitCode, bitCodeLength);
47 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode);
136 hidl_vec<uint8_t> bitcode; local
137 bitcode.setToExternal((uint8_t*)bitCode, bitCodeLength);
138 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode);
195 hidl_vec<uint8_t> bitcode; local
196 bitcode.setToExternal((uint8_t*)bitCode, bitCodeLength)
241 hidl_vec<uint8_t> bitcode; local
292 hidl_vec<uint8_t> bitcode; local
422 hidl_vec<uint8_t> bitcode; local
499 hidl_vec<uint8_t> bitcode; local
    [all...]
VtsHalRenderscriptV1_0TargetTest.h 67 // bitcode slots
76 // bitcode invoke slots
79 // bitcode reduce slots
81 // bitcode invoke slots
86 // bitcode
88 extern const int8_t bitCode[];

Completed in 1515 milliseconds