Searched refs:rsCreateAllocation (Results 1 – 11 of 11) sorted by relevance
/frameworks/rs/script_api/include/ |
D | rs_allocation_create.rsh | 128 * rsCreateAllocation: Create an rs_allocation object of given Type. 149 rsCreateAllocation(rs_type type, uint32_t usage); 154 rsCreateAllocation(rs_type type); 162 return rsCreateAllocation(t); 171 return rsCreateAllocation(t); 180 return rsCreateAllocation(t); 189 return rsCreateAllocation(t); 198 return rsCreateAllocation(t); 207 return rsCreateAllocation(t); 216 return rsCreateAllocation(t); [all …]
|
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/ |
D | single_source_alloc.rs | 147 gAlloc = rsCreateAllocation(type); 356 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D))); 357 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D,\ 359 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D,\ 361 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D, 366 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, 368 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, 370 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, 372 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, 374 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, [all …]
|
D | single_source_ref_count.rs | 22 retValue = rsCreateAllocation(type); 45 return rsCreateAllocation(type);
|
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/ |
D | single_source_alloc.rs | 146 gAlloc = rsCreateAllocation(type); 353 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D))); 354 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D,\ 356 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D,\ 358 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D, 363 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, 365 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, 367 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, 369 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, 371 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, [all …]
|
D | single_source_ref_count.rs | 22 retValue = rsCreateAllocation(type); 45 return rsCreateAllocation(type);
|
/frameworks/rs/script_api/ |
D | rs_allocation_create.spec | 132 function: rsCreateAllocation 154 function: rsCreateAllocation 161 function: rsCreateAllocation 182 return rsCreateAllocation(t); 197 return rsCreateAllocation(t); 210 return rsCreateAllocation(t); 224 return rsCreateAllocation(t); 236 return rsCreateAllocation(t); 249 return rsCreateAllocation(t);
|
/frameworks/rs/driver/runtime/ |
D | rs_allocation.c | 505 extern rs_allocation __attribute__((overloadable)) rsCreateAllocation( 647 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type, in rsCreateAllocation() function 649 return rsCreateAllocation(type, RS_ALLOCATION_MIPMAP_NONE, usage, NULL); in rsCreateAllocation() 652 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type) { in rsCreateAllocation() function 653 return rsCreateAllocation(type, RS_ALLOCATION_MIPMAP_NONE, in rsCreateAllocation()
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | find_region.rs | 37 tmp = rsCreateAllocation(type);
|
/frameworks/rs/rsov/driver/ |
D | rsovRuntimeStubs.cpp | 371 Allocation *rsCreateAllocation(::rs_type type, in rsCreateAllocation() function 395 android::renderscript::rs_allocation rsCreateAllocation( in rsCreateAllocation() function
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 398 Allocation *rsCreateAllocation(::rs_type type, in rsCreateAllocation() function 425 android::renderscript::rs_allocation rsCreateAllocation( in rsCreateAllocation() function
|
/frameworks/compile/slang/tests/P_all_api_24/ |
D | all24.rs | 8130 *(rs_allocation*)buf4251 = rsCreateAllocation(*(rs_type*)buf4252, *(uint32_t*)buf4253); 8131 *(rs_allocation*)buf4254 = rsCreateAllocation(*(rs_type*)buf4255);
|