Searched refs:ptrType (Results 1 – 2 of 2) sorted by relevance
27 #define MAKE_POINTER(ptrSelf, ptrType, classType, errLog, errAction, ...) \ argument31 ptrSelf = std::make_##ptrType<classType>(__VA_ARGS__); \
63 using ptrType = typename std::tuple_element<1, decltype(params_)>::type; in GetDrawCmdList() local64 if constexpr (std::is_same<std::shared_ptr<Drawing::DrawCmdList>, ptrType>::value) { in GetDrawCmdList()66 } else if constexpr (std::is_same<std::shared_ptr<RSRenderModifier>, ptrType>::value) { in GetDrawCmdList()