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/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | single_source_alloc.rs | 167 gAlloc = rsCreateAllocation(type); 386 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D))); 387 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D,\ 389 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D,\ 391 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D, 396 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, 398 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, 400 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, 402 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, 404 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, [all …]
|
D | single_source_ref_count.rs | 40 retValue = rsCreateAllocation(type); 63 return rsCreateAllocation(type);
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | single_source_alloc.rs | 165 gAlloc = rsCreateAllocation(type); 384 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D))); 385 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D,\ 387 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D,\ 389 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D, 394 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, 396 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, 398 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, 400 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, 402 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D, [all …]
|
D | single_source_ref_count.rs | 38 retValue = rsCreateAllocation(type); 61 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 | 420 extern rs_allocation __attribute__((overloadable)) rsCreateAllocation( 562 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type, in rsCreateAllocation() function 564 return rsCreateAllocation(type, RS_ALLOCATION_MIPMAP_NONE, usage, NULL); in rsCreateAllocation() 567 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type) { in rsCreateAllocation() function 568 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);
|