Searched defs:GetInfoHelper (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/include/CL/ |
D | cl.hpp | 689 struct GetInfoHelper struct 692 get(Functor f, cl_uint name, T* param) in get() 700 struct GetInfoHelper<Func, VECTOR_CLASS<T> > struct 702 static cl_int get(Func f, cl_uint name, VECTOR_CLASS<T>* param) in get() 723 struct GetInfoHelper<Func, VECTOR_CLASS<char *> > struct 726 get(Func f, cl_uint name, VECTOR_CLASS<char *>* param) in get() 739 struct GetInfoHelper<Func, STRING_CLASS> struct 741 static cl_int get(Func f, cl_uint name, STRING_CLASS* param) in get()
|