Home | History | Annotate | Download | only in rs

Lines Matching refs:RsType

223 void RsHidlAdaptation::TypeGetNativeData(RsContext context, RsType type, uintptr_t *typedata, uint32_t typeDataSize)
408 RsType RsHidlAdaptation::TypeCreate (RsContext context, RsElement element, uint32_t dimX,
416 return (RsType) type;
419 RsAllocation RsHidlAdaptation::AllocationCreateTyped (RsContext context, RsType type,
432 RsAllocation RsHidlAdaptation::AllocationCreateFromBitmap (RsContext context, RsType type,
446 RsAllocation RsHidlAdaptation::AllocationCubeCreateFromBitmap(RsContext context, RsType type,
964 const RsType * type, size_t typeSize)
970 std::vector<Type> _type(typeSize / sizeof(RsType));
1078 RsAllocation RsHidlAdaptation::AllocationAdapterCreate (RsContext context, RsType vtype, RsAllocation baseAlloc)