/frameworks/rs/scriptc/ |
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...] |
rs_object_types.rsh | 57 * rs_type: Handle to a Type 63 typedef struct rs_type _RS_OBJECT_DECL rs_type;
|
rs_object_info.rsh | 163 rsClearObject(rs_type* dst); 189 rsIsObject(rs_type v); 451 rsSetObject(rs_type* dst, rs_type src);
|
/prebuilts/sdk/renderscript/include/ |
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...] |
rs_object_types.rsh | 57 * rs_type: Handle to a Type 63 typedef struct rs_type _RS_OBJECT_DECL rs_type;
|
rs_object_info.rsh | 163 rsClearObject(rs_type* dst); 189 rsIsObject(rs_type v); 451 rsSetObject(rs_type* dst, rs_type src);
|
/frameworks/rs/driver/ |
rsdType.h | 31 android::renderscript::rs_type *obj);
|
rsdType.cpp | 45 rs_type *obj)
|
rsdRuntimeStubs.cpp | 90 OPAQUETYPE(rs_type) 245 static android::renderscript::rs_type CreateType(RsElement element, 252 android::renderscript::rs_type obj = {}; 255 ALOGE("rs_type creation error: Invalid element"); 266 ALOGE("rs_type creation error: Invalid yuv_format %d\n", yuv_format); 273 ALOGE("rs_type creation error: Both X and Y dimension required " 278 ALOGE("rs_type creation error: mipmap control requires 2D types"); 282 ALOGE("rs_type creation error: Cube maps require 2D types"); 287 ALOGE("rs_type creation error: X dimension required when Y is " 292 ALOGE("rs_type creation error: mipmap control require 2D Types.") [all...] |
/frameworks/rs/api/ |
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 typ [all...] |
rs_object_types.spec | 51 type: rs_type
|
/frameworks/rs/tests/cppbasic/ |
mono.rs | 47 rs_type type;
|
/frameworks/rs/tests/cppbasic-shared/ |
mono.rs | 47 rs_type type;
|
/frameworks/rs/driver/runtime/ |
rs_allocation.c | 502 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, 637 rs_type __attribute__((overloadable)) rsCreateType(rs_element element, 643 rs_type __attribute__((overloadable)) rsCreateType(rs_element element, 648 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type, 653 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type) {
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
single_source_alloc.rs | 148 rs_type type; 161 // Create and validate the rs_type object 358 // Test rs_type creation 420 rs_type I32_3_2D = rsCreateType(I32_3, 3, 4);
|
/frameworks/rs/ |
rs_hal.h | 117 RS_BASE_OBJ(Type) rs_type; member in namespace:android::renderscript 375 void (*updateCachedObject)(const Context *rsc, const Type *s, rs_type *obj);
|
rsType.cpp | 353 rsc->mHal.funcs.type.updateCachedObject(rsc, this, (rs_type *)dstObj);
|
/frameworks/compile/slang/ |
slang_rs_export_type.h | 155 const char * rs_type; member in struct:slang::__anon29803
|
slang_rs_reflection.cpp | [all...] |