Searched refs:rsgDrawText (Results 1 – 18 of 18) sorted by relevance
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | rslist.rs | 101 rsgDrawText(gList[i].text, 30, currentYPos - 32);
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | rslist.rs | 101 rsgDrawText(gList[i].text, 30, currentYPos - 32);
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | rslist.rs | 101 rsgDrawText(gList[i].text, 30, currentYPos - 32);
|
/frameworks/rs/script_api/ |
D | rs_graphics.spec | 572 function: rsgDrawText 586 function: rsgDrawText
|
/frameworks/rs/script_api/include/ |
D | rs_graphics.rsh | 883 * rsgDrawText: Draw a text string 896 rsgDrawText(const char* text, int x, int y); 907 rsgDrawText(rs_allocation alloc, int x, int y);
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 1083 void rsgDrawText(const char *text, int x, int y) { function 1088 void rsgDrawText(::rs_allocation a, int x, int y) { function
|
/frameworks/compile/slang/tests/P_all_api_14/ |
D | all14.rs | 3304 rsgDrawText((const char*) buf2238, *(int*)buf2239, *(int*)buf2240); 3307 rsgDrawText(*(rs_allocation*)buf2241, *(int*)buf2242, *(int*)buf2243);
|
/frameworks/compile/slang/tests/P_all_api_12/ |
D | all12.rs | 3200 rsgDrawText((const char*) buf2169, *(int*)buf2170, *(int*)buf2171); 3203 rsgDrawText(*(rs_allocation*)buf2172, *(int*)buf2173, *(int*)buf2174);
|
/frameworks/compile/slang/tests/P_all_api_13/ |
D | all13.rs | 3200 rsgDrawText((const char*) buf2169, *(int*)buf2170, *(int*)buf2171); 3203 rsgDrawText(*(rs_allocation*)buf2172, *(int*)buf2173, *(int*)buf2174);
|
/frameworks/compile/slang/tests/P_all_api_15/ |
D | all15.rs | 3304 rsgDrawText((const char*) buf2238, *(int*)buf2239, *(int*)buf2240); 3307 rsgDrawText(*(rs_allocation*)buf2241, *(int*)buf2242, *(int*)buf2243);
|
/frameworks/compile/slang/tests/P_all_api_16/ |
D | all16.rs | 3417 rsgDrawText((const char*) buf2295, *(int*)buf2296, *(int*)buf2297); 3420 rsgDrawText(*(rs_allocation*)buf2298, *(int*)buf2299, *(int*)buf2300);
|
/frameworks/compile/slang/tests/P_all_api_11/ |
D | all11.rs | 3200 rsgDrawText((const char*) buf2169, *(int*)buf2170, *(int*)buf2171); 3203 rsgDrawText(*(rs_allocation*)buf2172, *(int*)buf2173, *(int*)buf2174);
|
/frameworks/compile/slang/tests/P_all_api_17/ |
D | all17.rs | 3577 rsgDrawText((const char*) buf2403, *(int*)buf2404, *(int*)buf2405); 3580 rsgDrawText(*(rs_allocation*)buf2406, *(int*)buf2407, *(int*)buf2408);
|
/frameworks/compile/slang/tests/P_all_api_18/ |
D | all18.rs | 4289 rsgDrawText((const char*) buf2962, *(int*)buf2963, *(int*)buf2964); 4292 rsgDrawText(*(rs_allocation*)buf2965, *(int*)buf2966, *(int*)buf2967);
|
/frameworks/compile/slang/tests/P_all_api_19/ |
D | all19.rs | 4569 rsgDrawText((const char*) buf3186, *(int*)buf3187, *(int*)buf3188); 4572 rsgDrawText(*(rs_allocation*)buf3189, *(int*)buf3190, *(int*)buf3191);
|
/frameworks/compile/slang/tests/P_all_api_20/ |
D | all20.rs | 4595 rsgDrawText((const char*) buf3205, *(int*)buf3206, *(int*)buf3207); 4598 rsgDrawText(*(rs_allocation*)buf3208, *(int*)buf3209, *(int*)buf3210);
|
/frameworks/compile/slang/tests/P_all_api_21/ |
D | all21.rs | 5538 rsgDrawText((const char*) buf3840, *(int*)buf3841, *(int*)buf3842); 5541 rsgDrawText(*(rs_allocation*)buf3843, *(int*)buf3844, *(int*)buf3845);
|
/frameworks/compile/slang/tests/P_all_api_22/ |
D | all22.rs | 6438 rsgDrawText((const char*) buf4560, *(int*)buf4561, *(int*)buf4562); 6441 rsgDrawText(*(rs_allocation*)buf4563, *(int*)buf4564, *(int*)buf4565);
|