Home
last modified time | relevance | path

Searched refs:rs_type (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/rs/scriptc/
Drs_allocation_create.rsh79 * 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 …]
Drs_object_types.rsh57 * rs_type: Handle to a Type
63 typedef struct rs_type _RS_OBJECT_DECL rs_type;
Drs_object_info.rsh163 rsClearObject(rs_type* dst);
189 rsIsObject(rs_type v);
451 rsSetObject(rs_type* dst, rs_type src);
/frameworks/rs/api/
Drs_allocation_create.spec77 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 …]
Drs_object_types.spec51 type: rs_type
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Drstypes.rs5 rs_type typeTest;
31 rs_type typeTestLocal;
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Drstypes.rs5 rs_type typeTest;
31 rs_type typeTestLocal;
Dsingle_source_ref_count.rs16 rs_type type = rsCreateType(element, dimX, dimY, dimZ);
39 rs_type type = rsCreateType(element, dimX, dimY, dimZ);
Dsingle_source_alloc.rs128 rs_type type;
353 rs_type I32_3_2D = rsCreateType(I32_3, 3, 4);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Drstypes.rs5 rs_type typeTest;
31 rs_type typeTestLocal;
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Drstypes.rs5 rs_type typeTest;
37 rs_type typeTestLocal;
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Drstypes.rs5 rs_type typeTest;
37 rs_type typeTestLocal;
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Drstypes.rs5 rs_type typeTest;
37 rs_type typeTestLocal;
/frameworks/rs/driver/
DrsdType.h31 android::renderscript::rs_type *obj);
DrsdType.cpp45 rs_type *obj) in rsdTypeUpdateCachedObject()
DrsdRuntimeStubs.cpp90 OPAQUETYPE(rs_type)
245 static android::renderscript::rs_type CreateType(RsElement element, in CreateType()
252 android::renderscript::rs_type obj = {}; in CreateType()
376 android::renderscript::rs_type obj = CreateType((RsElement) element.p, dimX, in rsCreateType()
382 Allocation *rsCreateAllocation(::rs_type type, in rsCreateAllocation()
401 android::renderscript::rs_type rsCreateType(::rs_element element, uint32_t dimX, in rsCreateType()
410 ::rs_type type, rs_allocation_mipmap_control mipmaps, uint32_t usages, in rsCreateAllocation()
435 IS_CLEAR_SET_OBJ(::rs_type) in IS_CLEAR_SET_OBJ() argument
/frameworks/compile/slang/tests/P_kernel_cpp/
Dkernel_cpp.rs15 rs_type type;
/frameworks/rs/driver/runtime/
Drs_allocation.c502 extern rs_type __attribute__((overloadable)) rsCreateType(
507 rs_type type, rs_allocation_mipmap_control mipmaps, uint32_t usages,
631 rs_type __attribute__((overloadable)) rsCreateType(rs_element element, in rsCreateType()
637 rs_type __attribute__((overloadable)) rsCreateType(rs_element element, in rsCreateType()
643 rs_type __attribute__((overloadable)) rsCreateType(rs_element element, in rsCreateType()
648 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type, in rsCreateAllocation()
653 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type) { in rsCreateAllocation()
/frameworks/compile/slang/tests/P_export_types_v20/
Dexport_types.rs22 rs_type type;
/frameworks/compile/slang/tests/P_export_types/
Dexport_types.rs23 rs_type type;
/frameworks/rs/tests/cppbasic-shared/
Dmono.rs47 rs_type type;
/frameworks/rs/tests/cppbasic/
Dmono.rs47 rs_type type;
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_object_types.jd87 <a href='rs_object_types.html#android_rs:rs_type'>rs_type</a>
320 <a name='android_rs:rs_type'></a>
323 <span class='sympad'>rs_type</span>
/frameworks/rs/
Drs_hal.h117 RS_BASE_OBJ(Type) rs_type;
375 void (*updateCachedObject)(const Context *rsc, const Type *s, rs_type *obj);
/frameworks/compile/slang/
Dslang_rs_export_type.h155 const char * rs_type; member

12