Home
last modified time | relevance | path

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

/external/angle/src/common/
Dframe_capture_utils_autogen.cpp700 case ParamType::TcharConstPointerPointer: in WriteParamCaptureReplay()
701 WriteParamValueReplay<ParamType::TcharConstPointerPointer>( in WriteParamCaptureReplay()
1260 case ParamType::TcharConstPointerPointer: in ParamTypeToString()
Dframe_capture_utils_autogen.h217 TcharConstPointerPointer, enumerator
1529 inline const char **GetParamVal<ParamType::TcharConstPointerPointer, const char **>(
2442 case ParamType::TcharConstPointerPointer: in AccessParamValue()
2443 return GetParamVal<ParamType::TcharConstPointerPointer, T>(value); in AccessParamValue()
3542 inline void SetParamVal<ParamType::TcharConstPointerPointer>(const char **valueIn,
4621 case ParamType::TcharConstPointerPointer: in InitParamValue()
4622 SetParamVal<ParamType::TcharConstPointerPointer>(valueIn, valueOut); in InitParamValue()
Dframe_capture_utils.h460 void WriteParamValueReplay<ParamType::TcharConstPointerPointer>(std::ostream &os,
Dframe_capture_utils.cpp705 void WriteParamValueReplay<ParamType::TcharConstPointerPointer>(std::ostream &os, in WriteParamValueReplay()
/external/angle/src/libANGLE/capture/
Dcapture_cl_autogen.cpp947 ParamCapture stringsParam("strings", ParamType::TcharConstPointerPointer); in CaptureCreateProgramWithSource()
948 InitParamValue(ParamType::TcharConstPointerPointer, strings, &stringsParam.value); in CaptureCreateProgramWithSource()
955 ParamCapture stringsParam("strings", ParamType::TcharConstPointerPointer); in CaptureCreateProgramWithSource()
956 InitParamValue(ParamType::TcharConstPointerPointer, static_cast<const char **>(nullptr), in CaptureCreateProgramWithSource()
4569 ParamType::TcharConstPointerPointer); in CaptureCompileProgram()
4570 InitParamValue(ParamType::TcharConstPointerPointer, header_include_names, in CaptureCompileProgram()
4580 ParamType::TcharConstPointerPointer); in CaptureCompileProgram()
4581 InitParamValue(ParamType::TcharConstPointerPointer, static_cast<const char **>(nullptr), in CaptureCompileProgram()
DFrameCaptureCL.cpp458 case ParamType::TcharConstPointerPointer: in WriteCppReplayForCallCL()