Searched defs:RS_BASE_OBJ (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/
H A Drs_hal.h60 #define RS_BASE_OBJ(_t_) typedef struct { const _t_* p; } __attribute__((packed, aligned(4))) macro
62 #define RS_BASE_OBJ(_t_) typedef struct { const _t_* p; const void* r; const void* v1; const void* v2; } macro
65 RS_BASE_OBJ(ObjectBase) rs_object_base;
66 RS_BASE_OBJ(Element) rs_element;
67 RS_BASE_OBJ(Type) rs_type;
68 RS_BASE_OBJ(Allocation) rs_allocation;
69 RS_BASE_OBJ(Sampler) rs_sampler;
70 RS_BASE_OBJ(Script) rs_script;
71 RS_BASE_OBJ(ScriptGroup) rs_script_group;

Completed in 52 milliseconds