Home
last modified time | relevance | path

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

/external/angle/src/common/
Dframe_capture_utils_autogen.cpp704 case ParamType::TcharUnsignedConstPointerPointer: in WriteParamCaptureReplay()
705 WriteParamValueReplay<ParamType::TcharUnsignedConstPointerPointer>( in WriteParamCaptureReplay()
1262 case ParamType::TcharUnsignedConstPointerPointer: in ParamTypeToString()
Dframe_capture_utils_autogen.h218 TcharUnsignedConstPointerPointer, enumerator
1536 inline const unsigned char **GetParamVal<ParamType::TcharUnsignedConstPointerPointer,
2444 case ParamType::TcharUnsignedConstPointerPointer: in AccessParamValue()
2445 return GetParamVal<ParamType::TcharUnsignedConstPointerPointer, T>(value); in AccessParamValue()
3549 inline void SetParamVal<ParamType::TcharUnsignedConstPointerPointer>(const unsigned char **valueIn,
4624 case ParamType::TcharUnsignedConstPointerPointer: in InitParamValue()
4625 SetParamVal<ParamType::TcharUnsignedConstPointerPointer>(valueIn, valueOut); in InitParamValue()
Dframe_capture_utils.h465 void WriteParamValueReplay<ParamType::TcharUnsignedConstPointerPointer>(
Dframe_capture_utils.cpp714 void WriteParamValueReplay<ParamType::TcharUnsignedConstPointerPointer>(std::ostream &os, in WriteParamValueReplay()
/external/angle/src/libANGLE/capture/
DFrameCaptureCL.cpp464 case ParamType::TcharUnsignedConstPointerPointer: in WriteCppReplayForCallCL()
468 if (param.type == ParamType::TcharUnsignedConstPointerPointer) in WriteCppReplayForCallCL()
Dcapture_cl_autogen.cpp1051 ParamCapture binariesParam("binaries", ParamType::TcharUnsignedConstPointerPointer); in CaptureCreateProgramWithBinary()
1052 InitParamValue(ParamType::TcharUnsignedConstPointerPointer, binaries, &binariesParam.value); in CaptureCreateProgramWithBinary()
1060 ParamCapture binariesParam("binaries", ParamType::TcharUnsignedConstPointerPointer); in CaptureCreateProgramWithBinary()
1061 InitParamValue(ParamType::TcharUnsignedConstPointerPointer, in CaptureCreateProgramWithBinary()