Home
last modified time | relevance | path

Searched refs:RS_BASE_OBJ (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/
Drs_hal.h111 #define RS_BASE_OBJ(_t_) typedef struct { const _t_* p; } __attribute__((packed, aligned(4))) macro
114 #define RS_BASE_OBJ(_t_) typedef struct { const _t_* p; const void* unused1; const void* unused2; c… macro
118 RS_BASE_OBJ(ObjectBase) rs_object_base;
119 RS_BASE_OBJ(Element) rs_element;
120 RS_BASE_OBJ(Type) rs_type;
121 RS_BASE_OBJ(Allocation) rs_allocation;
122 RS_BASE_OBJ(Sampler) rs_sampler;
123 RS_BASE_OBJ(Script) rs_script;
124 RS_BASE_OBJ(ScriptGroup) rs_script_group;