/frameworks/rs/script_api/include/ |
D | rs_allocation_create.rsh | 79 * rsCreateType: Creates an rs_type object with the specified Element and shape attributes 81 * Creates an rs_type object with the specified Element and shape attributes. 107 extern rs_type __attribute__((overloadable)) 113 extern rs_type __attribute__((overloadable)) 118 extern rs_type __attribute__((overloadable)) 123 extern rs_type __attribute__((overloadable)) 138 * intermediate rs_element or rs_type objects. 149 rsCreateAllocation(rs_type type, uint32_t usage); 154 rsCreateAllocation(rs_type type); 161 rs_type t = rsCreateType(e, dimX, dimY, dimZ); [all …]
|
D | rs_object_types.rsh | 57 * rs_type: Handle to a Type 63 typedef struct rs_type _RS_OBJECT_DECL rs_type;
|
D | rs_object_info.rsh | 163 rsClearObject(rs_type* dst); 189 rsIsObject(rs_type v); 451 rsSetObject(rs_type* dst, rs_type src);
|
/frameworks/rs/script_api/ |
D | rs_allocation_create.spec | 77 ret: rs_type 85 summary: Creates an rs_type object with the specified Element and shape attributes 87 Creates an rs_type object with the specified Element and shape attributes. 107 ret: rs_type 117 ret: rs_type 126 ret: rs_type 135 arg: rs_type type, "Type of the Allocation" 147 intermediate rs_element or rs_type objects. 157 arg: rs_type type 165 arg: rs_type type [all …]
|
/frameworks/compile/slang/lit-tests/P_ref_count/ |
D | ref_count.rscript | 9 rs_type t; 22 // CHECK: call void @_Z11rsSetObjectP7rs_typeS_(%struct.rs_type{{.*}}* %{{.*}}, {{.*}}) 24 // CHECK: call void @_Z13rsClearObjectP7rs_type(%struct.rs_type{{.*}}* {{.*}})
|
D | func_params.rscript | 16 // CHECK-SET: call void @_Z11rsSetObjectP7rs_typeS_(%struct.rs_type{{.*}}* %[[F2]], {{.*}}) 32 // CHECK-CLR: call void @_Z13rsClearObjectP7rs_type(%struct.rs_type{{.*}}* %[[F20]]) 43 rs_type f2;
|
/frameworks/rs/driver/ |
D | rsdType.cpp | 33 using android::renderscript::rs_type; 43 rs_type *obj) { in rsdTypeUpdateCachedObject()
|
D | rsdType.h | 31 android::renderscript::rs_type *obj);
|
D | rsdRuntimeStubs.cpp | 106 OPAQUETYPE(rs_type) 261 static android::renderscript::rs_type CreateType(RsElement element, in CreateType() 268 android::renderscript::rs_type obj = {}; in CreateType() 392 android::renderscript::rs_type obj = CreateType((RsElement) element.p, dimX, in rsCreateType() 398 Allocation *rsCreateAllocation(::rs_type type, in rsCreateAllocation() 417 android::renderscript::rs_type rsCreateType(::rs_element element, uint32_t dimX, in rsCreateType() 426 ::rs_type type, rs_allocation_mipmap_control mipmaps, uint32_t usages, in rsCreateAllocation() 452 IS_CLEAR_SET_OBJ(::rs_type) in IS_CLEAR_SET_OBJ() argument
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | rstypes.rscript | 5 rs_type typeTest; 31 rs_type typeTestLocal;
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | rstypes.rscript | 5 rs_type typeTest; 37 rs_type typeTestLocal;
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | rstypes.rscript | 5 rs_type typeTest; 37 rs_type typeTestLocal;
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | rstypes.rscript | 5 rs_type typeTest; 37 rs_type typeTestLocal;
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | rstypes.rscript | 21 rs_type typeTest; 47 rs_type typeTestLocal;
|
D | single_source_ref_count.rscript | 32 rs_type type = rsCreateType(element, dimX, dimY, dimZ); 55 rs_type type = rsCreateType(element, dimX, dimY, dimZ);
|
D | single_source_alloc.rscript | 146 rs_type type; 158 // Create and validate the rs_type object 326 // Test rs_type creation 381 rs_type I32_3_2D = rsCreateType(I32_3, 3, 4);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | rstypes.rscript | 23 rs_type typeTest; 49 rs_type typeTestLocal;
|
D | single_source_ref_count.rscript | 34 rs_type type = rsCreateType(element, dimX, dimY, dimZ); 57 rs_type type = rsCreateType(element, dimX, dimY, dimZ);
|
D | single_source_alloc.rscript | 148 rs_type type; 160 // Create and validate the rs_type object 328 // Test rs_type creation 383 rs_type I32_3_2D = rsCreateType(I32_3, 3, 4);
|
/frameworks/rs/driver/runtime/ |
D | rs_allocation.c | 416 extern rs_type __attribute__((overloadable)) rsCreateType( 421 rs_type type, rs_allocation_mipmap_control mipmaps, uint32_t usages, 545 rs_type __attribute__((overloadable)) rsCreateType(rs_element element, in rsCreateType() 551 rs_type __attribute__((overloadable)) rsCreateType(rs_element element, in rsCreateType() 557 rs_type __attribute__((overloadable)) rsCreateType(rs_element element, in rsCreateType() 562 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type, in rsCreateAllocation() 567 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type) { in rsCreateAllocation()
|
/frameworks/compile/slang/tests/P_kernel_cpp/ |
D | kernel_cpp.rscript | 15 rs_type type;
|
/frameworks/compile/slang/tests/P_export_types_v20/ |
D | export_types.rscript | 22 rs_type type;
|
/frameworks/compile/slang/tests/P_export_types/ |
D | export_types.rscript | 23 rs_type type;
|
/frameworks/rs/tests/cpp_api/cppbasic/ |
D | mono.rscript | 47 rs_type type;
|
/frameworks/rs/tests/cpp_api/cppbasic-shared/ |
D | mono.rscript | 47 rs_type type;
|