Home
last modified time | relevance | path

Searched defs:functor (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_fission.h56 : split_criteria_(functor), split_multiple_times_(split_multiple_times) {} in split_criteria_() argument
/third_party/spirv-tools/source/opt/
Dloop_fission.h56 : split_criteria_(functor), split_multiple_times_(split_multiple_times) {} in split_criteria_() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_fission.h56 : split_criteria_(functor), split_multiple_times_(split_multiple_times) {} in split_criteria_() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dgenerate_grammar_tables.py475 def functor(k): return (k['value']) function
477 def functor(k): return (int(k['value'], 16)) function
/third_party/spirv-tools/utils/
Dgenerate_grammar_tables.py490 def functor(k): return (k['value']) function
492 def functor(k): return (int(k['value'], 16)) function
/third_party/skia/third_party/externals/spirv-tools/utils/
Dgenerate_grammar_tables.py475 def functor(k): return (k['value']) function
477 def functor(k): return (int(k['value'], 16)) function
/third_party/skia/third_party/externals/tint/src/transform/
Darray_length_from_uniform.cc46 static void IterateArrayLengthOnStorageVar(CloneContext& ctx, F&& functor) { in IterateArrayLengthOnStorageVar()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp137 LinkTask(LinkImplFunctor &&functor) : mLinkImplFunctor(functor), mFallbackToMainContext(false) in LinkTask()
161 LinkEventNativeParallel(PostLinkImplFunctor &&functor, in LinkEventNativeParallel()
199 PostLinkImplFunctor &&functor) in LinkEventGL()
/third_party/mesa3d/src/gtest/src/
Dgtest-internal-inl.h293 void ForEach(const Container& c, Functor functor) { in ForEach()
/third_party/googletest/googletest/src/
Dgtest-internal-inl.h286 void ForEach(const Container& c, Functor functor) { in ForEach()
/third_party/node/deps/googletest/src/
Dgtest-internal-inl.h287 void ForEach(const Container& c, Functor functor) { in ForEach()
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1359 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunctionObjArgs(functor, obj, … argument
1361 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunction(functor, "O", obj); argument