Searched refs:TcharConstPointerPointer (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/common/ |
D | frame_capture_utils_autogen.cpp | 700 case ParamType::TcharConstPointerPointer: in WriteParamCaptureReplay() 701 WriteParamValueReplay<ParamType::TcharConstPointerPointer>( in WriteParamCaptureReplay() 1260 case ParamType::TcharConstPointerPointer: in ParamTypeToString()
|
D | frame_capture_utils_autogen.h | 217 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()
|
D | frame_capture_utils.h | 460 void WriteParamValueReplay<ParamType::TcharConstPointerPointer>(std::ostream &os,
|
D | frame_capture_utils.cpp | 705 void WriteParamValueReplay<ParamType::TcharConstPointerPointer>(std::ostream &os, in WriteParamValueReplay()
|
/external/angle/src/libANGLE/capture/ |
D | capture_cl_autogen.cpp | 947 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()
|
D | FrameCaptureCL.cpp | 458 case ParamType::TcharConstPointerPointer: in WriteCppReplayForCallCL()
|