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

  /frameworks/rs/scriptc/
rs_types.rsh 128 #define RS_BASE_OBJ typedef struct { const int* const p; } __attribute__((packed, aligned(4)))
130 #define RS_BASE_OBJ typedef struct { const long* const p; const long* const r; const long* const v1; const long* const v2; }
138 RS_BASE_OBJ rs_element;
144 RS_BASE_OBJ rs_type;
150 RS_BASE_OBJ rs_allocation;
156 RS_BASE_OBJ rs_sampler;
162 RS_BASE_OBJ rs_script;
  /prebuilts/sdk/renderscript/include/
rs_types.rsh 128 #define RS_BASE_OBJ typedef struct { const int* const p; } __attribute__((packed, aligned(4)))
130 #define RS_BASE_OBJ typedef struct { const long* const p; const long* const r; const long* const v1; const long* const v2; }
138 RS_BASE_OBJ rs_element;
144 RS_BASE_OBJ rs_type;
150 RS_BASE_OBJ rs_allocation;
156 RS_BASE_OBJ rs_sampler;
162 RS_BASE_OBJ rs_script;
  /frameworks/rs/
rs_hal.h 60 #define RS_BASE_OBJ(_t_) typedef struct { const _t_* p; } __attribute__((packed, aligned(4)))
62 #define RS_BASE_OBJ(_t_) typedef struct { const _t_* p; const void* r; const void* v1; const void* v2; }
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 70 milliseconds