Searched refs:rsSendToClient (Results 1 – 25 of 33) sorted by relevance
12
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_io.jd | 32 <a href='rs_io.html#android_rs:rsSendToClient'>rsSendToClient</a> 102 <a name='android_rs:rsSendToClient'></a> 105 <span class='sympad'>rsSendToClient</span> 111 <td>bool rsSendToClient(int cmdID); 116 …<td>bool rsSendToClient(int cmdID, const void* data, <a href='rs_value_types.html#android_rs:uint'…
|
/frameworks/rs/scriptc/ |
D | rs_io.rsh | 57 * rsSendToClient: Send a message to the client, non-blocking 72 rsSendToClient(int cmdID); 75 rsSendToClient(int cmdID, const void* data, uint len);
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | util.rs | 20 rsSendToClient(op);
|
/frameworks/rs/api/ |
D | rs_io.spec | 48 function: rsSendToClient 63 function: rsSendToClient
|
/frameworks/compile/slang/tests/P_set_target_api_development/ |
D | set_target_api_development.rs | 12 rsSendToClient(RS_MSG_TEST_FAILED);
|
/frameworks/compile/slang/tests/P_set_target_api_12/ |
D | set_target_api_12.rs | 16 rsSendToClient(RS_MSG_TEST_FAILED);
|
/frameworks/compile/slang/tests/P_set_target_api_13/ |
D | set_target_api_13.rs | 16 rsSendToClient(RS_MSG_TEST_FAILED);
|
/frameworks/compile/slang/tests/P_set_target_api_14/ |
D | set_target_api_14.rs | 16 rsSendToClient(RS_MSG_TEST_FAILED);
|
/frameworks/compile/slang/tests/P_set_target_api_18/ |
D | set_target_api_18.rs | 16 rsSendToClient(RS_MSG_TEST_FAILED);
|
/frameworks/compile/slang/tests/P_set_target_api_11/ |
D | set_target_api_11.rs | 16 rsSendToClient(RS_MSG_TEST_FAILED);
|
/frameworks/compile/slang/tests/P_set_target_api_15/ |
D | set_target_api_15.rs | 16 rsSendToClient(RS_MSG_TEST_FAILED);
|
/frameworks/compile/slang/tests/P_set_target_api_16/ |
D | set_target_api_16.rs | 16 rsSendToClient(RS_MSG_TEST_FAILED);
|
/frameworks/compile/slang/tests/P_set_target_api_17/ |
D | set_target_api_17.rs | 16 rsSendToClient(RS_MSG_TEST_FAILED);
|
/frameworks/compile/slang/tests/P_set_target_api_19/ |
D | set_target_api_19.rs | 16 rsSendToClient(RS_MSG_TEST_FAILED);
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 490 uint32_t rsSendToClient(int cmdID) { in rsSendToClient() function 495 uint32_t rsSendToClient(int cmdID, const void *data, uint32_t len) { in rsSendToClient() function
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rs | 1117 b = rsSendToClient(0); 1118 b = rsSendToClient(0, NULL, 0);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | apitest.rs | 1117 b = rsSendToClient(0); 1118 b = rsSendToClient(0, NULL, 0);
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | advanced.jd | 166 <a href="{@docRoot}reference/renderscript/rs__core_8rsh.html"><code>rsSendToClient()</code></a> 631 <a href="{@docRoot}reference/renderscript/rs__core_8rsh.html"><code>rsSendToClient()</code></a> fun…
|
/frameworks/compile/slang/tests/P_all_api_15/ |
D | all15.rs | 3205 *(bool*)buf2114 = rsSendToClient(*(int*)buf2115); 3206 *(bool*)buf2116 = rsSendToClient(*(int*)buf2117, (const void*) buf2118, *(uint*)buf2119);
|
/frameworks/compile/slang/tests/P_all_api_16/ |
D | all16.rs | 3318 *(bool*)buf2171 = rsSendToClient(*(int*)buf2172); 3319 *(bool*)buf2173 = rsSendToClient(*(int*)buf2174, (const void*) buf2175, *(uint*)buf2176);
|
/frameworks/compile/slang/tests/P_all_api_11/ |
D | all11.rs | 3119 *(bool*)buf2051 = rsSendToClient(*(int*)buf2052); 3120 *(bool*)buf2053 = rsSendToClient(*(int*)buf2054, (const void*) buf2055, *(uint*)buf2056);
|
/frameworks/compile/slang/tests/P_all_api_12/ |
D | all12.rs | 3119 *(bool*)buf2051 = rsSendToClient(*(int*)buf2052); 3120 *(bool*)buf2053 = rsSendToClient(*(int*)buf2054, (const void*) buf2055, *(uint*)buf2056);
|
/frameworks/compile/slang/tests/P_all_api_13/ |
D | all13.rs | 3119 *(bool*)buf2051 = rsSendToClient(*(int*)buf2052); 3120 *(bool*)buf2053 = rsSendToClient(*(int*)buf2054, (const void*) buf2055, *(uint*)buf2056);
|
/frameworks/compile/slang/tests/P_all_api_14/ |
D | all14.rs | 3205 *(bool*)buf2114 = rsSendToClient(*(int*)buf2115); 3206 *(bool*)buf2116 = rsSendToClient(*(int*)buf2117, (const void*) buf2118, *(uint*)buf2119);
|
/frameworks/compile/slang/tests/P_all_api_17/ |
D | all17.rs | 3478 *(bool*)buf2279 = rsSendToClient(*(int*)buf2280); 3479 *(bool*)buf2281 = rsSendToClient(*(int*)buf2282, (const void*) buf2283, *(uint*)buf2284);
|
12