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

  /frameworks/rs/tests/typecheck/
typecheck.cpp 32 #define TEST_ELEM(KERNELNAME, ENAME) \
33 bool test_elem_##KERNELNAME##_##ENAME() { \
34 printf("Verifying forEach_test_" #KERNELNAME "() with " #ENAME "\n"); \
39 sc.forEach_test_##KERNELNAME(a); \
41 bool shouldPass = !strcmp(#KERNELNAME, #ENAME); \
43 printf("Failed forEach_test_" #KERNELNAME "() with " #ENAME "\n"); \
  /sdk/emulator/qtools/
q2dm.cpp 233 char *kernelName = new char[len];
234 strcpy(kernelName, name);
235 strcat(kernelName, " [kernel]");
236 name = kernelName;
  /frameworks/base/docs/html/guide/topics/renderscript/
compute.jd 293 <code>forEach_<em>kernelname</em>()</code>. These launches are asynchronous, and launches will be

Completed in 698 milliseconds