Searched refs:FunctionObject (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 12978 namespace FunctionObject namespace 13482 } /* FunctionObject */ 13919 return new FunctionObject::unaryByComponent<glw::GLdouble /* ResT */>( in getFunctionObject() 13924 return new FunctionObject::unaryByComponent<glw::GLdouble /* ResT */>( in getFunctionObject() 13929 return new FunctionObject::tenaryByComponent(function, "clamp", Math::clamp, variable_type /* res_type */, in getFunctionObject() 13935 return new FunctionObject::tenaryByComponent(function, "clamp", Math::clamp, variable_type /* res_type */, in getFunctionObject() 13941 return new FunctionObject::binary<tcu::DVec3 /* ResT */, tcu::DVec3 /* Arg1T */, tcu::DVec3 /* Arg2T */>( in getFunctionObject() 13949 return new FunctionObject::unary<glw::GLdouble /* ResT */, DMat2 /* ArgT */>(function, "determinant", in getFunctionObject() 13952 return new FunctionObject::unary<glw::GLdouble /* ResT */, DMat3 /* ArgT */>(function, "determinant", in getFunctionObject() 13955 return new FunctionObject in getFunctionObject() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | variant.h | 207 template <class ReturnType, class FunctionObject, class EndIndices, 211 template <class ReturnType, class FunctionObject, std::size_t... Indices> 212 constexpr ReturnType call_with_indices(FunctionObject&& function) { in call_with_indices() 214 std::is_same<ReturnType, decltype(std::declval<FunctionObject>()( in call_with_indices() 217 return absl::forward<FunctionObject>(function)(SizeT<Indices>()...); in call_with_indices() 220 template <class ReturnType, class FunctionObject, std::size_t... BoundIndices> 221 struct MakeVisitationMatrix<ReturnType, FunctionObject, index_sequence<>, 223 using ResultType = ReturnType (*)(FunctionObject&&); 225 return &call_with_indices<ReturnType, FunctionObject, in Run() 241 template <class ReturnType, class FunctionObject, clas [all...] |
Completed in 17 milliseconds