HomeSort by relevance Sort by last modified time
    Searched refs:rs_type (Results 1 - 23 of 23) sorted by null

  /frameworks/rs/rsov/driver/
rsovType.cpp 22 using android::renderscript::rs_type;
29 rs_type *obj) {
rsovType.h 30 const android::renderscript::Type *, android::renderscript::rs_type *obj);
rsovRuntimeStubs.cpp 92 OPAQUETYPE(rs_type)
243 static android::renderscript::rs_type CreateType(RsElement element,
249 android::renderscript::rs_type obj = {};
252 ALOGE("rs_type creation error: Invalid element");
260 ALOGE("rs_type creation error: Invalid yuv_format %d\n", yuv_format);
268 "rs_type creation error: Both X and Y dimension required "
273 ALOGE("rs_type creation error: mipmap control requires 2D types");
277 ALOGE("rs_type creation error: Cube maps require 2D types");
283 "rs_type creation error: X dimension required when Y is "
288 ALOGE("rs_type creation error: mipmap control require 2D Types.")
    [all...]
  /frameworks/rs/driver/
rsdType.cpp 33 using android::renderscript::rs_type;
43 rs_type *obj) {
rsdType.h 31 android::renderscript::rs_type *obj);
rsdRuntimeStubs.cpp 106 OPAQUETYPE(rs_type)
261 static android::renderscript::rs_type CreateType(RsElement element,
268 android::renderscript::rs_type obj = {};
271 ALOGE("rs_type creation error: Invalid element");
282 ALOGE("rs_type creation error: Invalid yuv_format %d\n", yuv_format);
289 ALOGE("rs_type creation error: Both X and Y dimension required "
294 ALOGE("rs_type creation error: mipmap control requires 2D types");
298 ALOGE("rs_type creation error: Cube maps require 2D types");
303 ALOGE("rs_type creation error: X dimension required when Y is "
308 ALOGE("rs_type creation error: mipmap control require 2D Types.")
    [all...]
  /frameworks/rs/script_api/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);
  /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/script_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/cpp_api/cppbasic/
mono.rs 47 rs_type type;
  /frameworks/rs/tests/cpp_api/cppbasic-shared/
mono.rs 47 rs_type type;
  /frameworks/rs/driver/runtime/
rs_allocation.c 501 extern rs_type __attribute__((overloadable)) rsCreateType(
506 rs_type type, rs_allocation_mipmap_control mipmaps, uint32_t usages,
630 rs_type __attribute__((overloadable)) rsCreateType(rs_element element,
636 rs_type __attribute__((overloadable)) rsCreateType(rs_element element,
642 rs_type __attribute__((overloadable)) rsCreateType(rs_element element,
647 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type,
652 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type) {
  /frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
find_region.rs 25 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 120 RS_BASE_OBJ(Type) rs_type; member in namespace:android::renderscript
378 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 156 const char * rs_type; member in struct:slang::__anon39199
slang_rs_reflection.cpp     [all...]

Completed in 870 milliseconds