Home
last modified time | relevance | path

Searched defs:setArg (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLKernel.cpp18 cl_int Kernel::setArg(cl_uint argIndex, size_t argSize, const void *argValue) in setArg() function in cl::Kernel
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLKernelCL.cpp129 cl_int CLKernelCL::setArg(cl_uint argIndex, size_t argSize, const void *argValue) in setArg() function in rx::CLKernelCL
/third_party/mesa3d/include/CL/
Dcl2.hpp5988 cl_int setArg(cl_uint index, const cl::pointer<T, D> &argPtr) in setArg() function in cl::Kernel
5998 cl_int setArg(cl_uint index, const cl::vector<T, Alloc> &argPtr) in setArg() function in cl::Kernel
6009 setArg(cl_uint index, const T argPtr) in setArg() function in cl::Kernel
6021 setArg(cl_uint index, const T &value) in setArg() function in cl::Kernel
6032 cl_int setArg(cl_uint index, size_type size, const void* argPtr) in setArg() function in cl::Kernel
Dcl.hpp4999 cl_int setArg(cl_uint index, const T &value) in setArg() function in cl::Kernel
5010 cl_int setArg(cl_uint index, ::size_t size, const void* argPtr) in setArg() function in cl::Kernel
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp1052 void setArg(String& arg, const String& value) const in setArg() function in glcts::LayoutBindingBaseCase
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp5767 const auto setArg = [&](int paramNum, TIntermTyped* arg) { in addInputArgumentConversions() local
5841 const auto setArg = [&](int paramNum, TIntermTyped* arg) { in expandArguments() local