Home
last modified time | relevance | path

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

/external/angle/src/common/
Dframe_capture_utils_autogen.cpp691 case ParamType::TProgramInfo: in WriteParamCaptureReplay()
692 WriteParamValueReplay<ParamType::TProgramInfo>(os, call, param.value.ProgramInfoVal); in WriteParamCaptureReplay()
1254 case ParamType::TProgramInfo: in ParamTypeToString()
Dframe_capture_utils_autogen.h172 TProgramInfo, enumerator
1773 inline cl::ProgramInfo GetParamVal<ParamType::TProgramInfo, cl::ProgramInfo>(
2352 case ParamType::TProgramInfo: in AccessParamValue()
2353 return GetParamVal<ParamType::TProgramInfo, T>(value); in AccessParamValue()
3776 inline void SetParamVal<ParamType::TProgramInfo>(cl::ProgramInfo valueIn, ParamValue *valueOut)
4486 case ParamType::TProgramInfo: in InitParamValue()
4487 SetParamVal<ParamType::TProgramInfo>(valueIn, valueOut); in InitParamValue()
/external/angle/src/libANGLE/capture/
Dcapture_cl_autogen.cpp1231 paramBuffer.addValueParam("param_namePacked", ParamType::TProgramInfo, param_namePacked); in CaptureGetProgramInfo()