Home
last modified time | relevance | path

Searched refs:GetKernelString (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/
H A DCLKernelCL.cpp96 bool GetKernelString(cl_kernel kernel, cl::KernelInfo name, std::string &string, cl_int &errorCode) in GetKernelString() function
177 if (!GetKernelString(mNative, cl::KernelInfo::FunctionName, infoOut->functionName, errorCode) || in createInfo()
180 !GetKernelString(mNative, cl::KernelInfo::Attributes, infoOut->attributes, errorCode))) in createInfo()