Searched refs:rs_type (Results 1 - 15 of 15) sorted by relevance

/frameworks/rs/scriptc/
H A 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
[all...]
H A Drs_object_types.rsh57 * rs_type: Handle to a Type
63 typedef struct rs_type _RS_OBJECT_DECL rs_type;
H A Drs_object_info.rsh163 rsClearObject(rs_type* dst);
189 rsIsObject(rs_type v);
451 rsSetObject(rs_type* dst, rs_type src);
/frameworks/rs/driver/
H A DrsdType.h31 android::renderscript::rs_type *obj);
H A DrsdType.cpp45 rs_type *obj)
H A DrsdRuntimeStubs.cpp90 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 creatio
[all...]
/frameworks/rs/api/
H A 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 typ
[all...]
H A Drs_object_types.spec51 type: rs_type
/frameworks/rs/tests/cppbasic/
H A Dmono.rs47 rs_type type;
/frameworks/rs/tests/cppbasic-shared/
H A Dmono.rs47 rs_type type;
/frameworks/rs/driver/runtime/
H A 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,
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) {
/frameworks/rs/
H A Drs_hal.h117 RS_BASE_OBJ(Type) rs_type; member in namespace:android::renderscript
375 void (*updateCachedObject)(const Context *rsc, const Type *s, rs_type *obj);
H A DrsType.cpp353 rsc->mHal.funcs.type.updateCachedObject(rsc, this, (rs_type *)dstObj);
/frameworks/compile/slang/
H A Dslang_rs_export_type.h155 const char * rs_type; member in struct:slang::__anon1253
H A Dslang_rs_reflection.cpp1429 if (std::string(TypeData.type->rs_type) == "UNSIGNED_64")
2497 RSExportPrimitiveType::getRSReflectionType(EPT)->rs_type;
2508 RSExportPrimitiveType::getRSReflectionType(EVT)->rs_type;

Completed in 149 milliseconds