Searched refs:TcharUnsignedConstPointerPointer (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/common/ |
D | frame_capture_utils_autogen.cpp | 704 case ParamType::TcharUnsignedConstPointerPointer: in WriteParamCaptureReplay() 705 WriteParamValueReplay<ParamType::TcharUnsignedConstPointerPointer>( in WriteParamCaptureReplay() 1262 case ParamType::TcharUnsignedConstPointerPointer: in ParamTypeToString()
|
D | frame_capture_utils_autogen.h | 218 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()
|
D | frame_capture_utils.h | 465 void WriteParamValueReplay<ParamType::TcharUnsignedConstPointerPointer>(
|
D | frame_capture_utils.cpp | 714 void WriteParamValueReplay<ParamType::TcharUnsignedConstPointerPointer>(std::ostream &os, in WriteParamValueReplay()
|
/external/angle/src/libANGLE/capture/ |
D | FrameCaptureCL.cpp | 464 case ParamType::TcharUnsignedConstPointerPointer: in WriteCppReplayForCallCL() 468 if (param.type == ParamType::TcharUnsignedConstPointerPointer) in WriteCppReplayForCallCL()
|
D | capture_cl_autogen.cpp | 1051 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()
|