/external/angle/src/libANGLE/ |
D | capture_gles_3_2_autogen.cpp | 213 ParamCapture bufParam("buf", ParamType::TGLcharConstPointer); in CaptureDebugMessageInsert() 214 InitParamValue(ParamType::TGLcharConstPointer, buf, &bufParam.value); in CaptureDebugMessageInsert() 676 ParamCapture labelParam("label", ParamType::TGLcharConstPointer); in CaptureObjectLabel() 677 InitParamValue(ParamType::TGLcharConstPointer, label, &labelParam.value); in CaptureObjectLabel() 699 ParamCapture labelParam("label", ParamType::TGLcharConstPointer); in CaptureObjectPtrLabel() 700 InitParamValue(ParamType::TGLcharConstPointer, label, &labelParam.value); in CaptureObjectPtrLabel() 765 ParamCapture messageParam("message", ParamType::TGLcharConstPointer); in CapturePushDebugGroup() 766 InitParamValue(ParamType::TGLcharConstPointer, message, &messageParam.value); in CapturePushDebugGroup()
|
D | frame_capture_utils_autogen.cpp | 105 case ParamType::TGLcharConstPointer: in WriteParamCaptureReplay() 106 WriteParamValueReplay<ParamType::TGLcharConstPointer>( in WriteParamCaptureReplay() 522 case ParamType::TGLcharConstPointer: in ParamTypeToString()
|
D | capture_gles_ext_autogen.cpp | 575 ParamCapture nameParam("name", ParamType::TGLcharConstPointer); in CaptureRequestExtensionANGLE() 576 InitParamValue(ParamType::TGLcharConstPointer, name, &nameParam.value); in CaptureRequestExtensionANGLE() 587 ParamCapture nameParam("name", ParamType::TGLcharConstPointer); in CaptureDisableExtensionANGLE() 588 InitParamValue(ParamType::TGLcharConstPointer, name, &nameParam.value); in CaptureDisableExtensionANGLE() 2696 ParamCapture nameParam("name", ParamType::TGLcharConstPointer); in CaptureBindUniformLocationCHROMIUM() 2697 InitParamValue(ParamType::TGLcharConstPointer, name, &nameParam.value); in CaptureBindUniformLocationCHROMIUM() 2824 ParamCapture nameParam("name", ParamType::TGLcharConstPointer); in CaptureBindFragDataLocationEXT() 2825 InitParamValue(ParamType::TGLcharConstPointer, name, &nameParam.value); in CaptureBindFragDataLocationEXT() 2846 ParamCapture nameParam("name", ParamType::TGLcharConstPointer); in CaptureBindFragDataLocationIndexedEXT() 2847 InitParamValue(ParamType::TGLcharConstPointer, name, &nameParam.value); in CaptureBindFragDataLocationIndexedEXT() [all …]
|
D | frame_capture_utils_autogen.h | 43 TGLcharConstPointer, enumerator 426 inline const GLchar *GetParamVal<ParamType::TGLcharConstPointer, const GLchar *>( 1126 case ParamType::TGLcharConstPointer: in AccessParamValue() 1127 return GetParamVal<ParamType::TGLcharConstPointer, T>(value); in AccessParamValue() 1472 inline void SetParamVal<ParamType::TGLcharConstPointer>(const GLchar *valueIn, ParamValue *valueOut) 2181 case ParamType::TGLcharConstPointer: in InitParamValue() 2182 SetParamVal<ParamType::TGLcharConstPointer>(valueIn, valueOut); in InitParamValue()
|
D | frame_capture_replay_autogen.cpp | 73 params.getParam("name", ParamType::TGLcharConstPointer, 2))); in ReplayCall() 103 params.getParam("name", ParamType::TGLcharConstPointer, 2))); in ReplayCall() 112 params.getParam("name", ParamType::TGLcharConstPointer, 3))); in ReplayCall() 535 params.getParam("buf", ParamType::TGLcharConstPointer, 5))); in ReplayCall() 1035 params.getParam("name", ParamType::TGLcharConstPointer, 1))); in ReplayCall() 1124 params.getParam("name", ParamType::TGLcharConstPointer, 1))); in ReplayCall() 1131 params.getParam("name", ParamType::TGLcharConstPointer, 1))); in ReplayCall() 1298 params.getParam("name", ParamType::TGLcharConstPointer, 2))); in ReplayCall() 1306 params.getParam("name", ParamType::TGLcharConstPointer, 2))); in ReplayCall() 1314 params.getParam("name", ParamType::TGLcharConstPointer, 2))); in ReplayCall() [all …]
|
D | capture_gles_3_1_autogen.cpp | 373 ParamCapture nameParam("name", ParamType::TGLcharConstPointer); in CaptureGetProgramResourceIndex() 374 InitParamValue(ParamType::TGLcharConstPointer, name, &nameParam.value); in CaptureGetProgramResourceIndex() 399 ParamCapture nameParam("name", ParamType::TGLcharConstPointer); in CaptureGetProgramResourceLocation() 400 InitParamValue(ParamType::TGLcharConstPointer, name, &nameParam.value); in CaptureGetProgramResourceLocation()
|
D | capture_gles_2_0_autogen.cpp | 56 ParamCapture nameParam("name", ParamType::TGLcharConstPointer); in CaptureBindAttribLocation() 57 InitParamValue(ParamType::TGLcharConstPointer, name, &nameParam.value); in CaptureBindAttribLocation() 947 ParamCapture nameParam("name", ParamType::TGLcharConstPointer); in CaptureGetAttribLocation() 948 InitParamValue(ParamType::TGLcharConstPointer, name, &nameParam.value); in CaptureGetAttribLocation() 1293 ParamCapture nameParam("name", ParamType::TGLcharConstPointer); in CaptureGetUniformLocation() 1294 InitParamValue(ParamType::TGLcharConstPointer, name, &nameParam.value); in CaptureGetUniformLocation()
|
D | capture_gles_3_0_autogen.cpp | 792 ParamCapture nameParam("name", ParamType::TGLcharConstPointer); in CaptureGetFragDataLocation() 793 InitParamValue(ParamType::TGLcharConstPointer, name, &nameParam.value); in CaptureGetFragDataLocation() 1097 ParamCapture uniformBlockNameParam("uniformBlockName", ParamType::TGLcharConstPointer); in CaptureGetUniformBlockIndex() 1098 InitParamValue(ParamType::TGLcharConstPointer, uniformBlockName, &uniformBlockNameParam.value); in CaptureGetUniformBlockIndex()
|
D | FrameCapture.cpp | 570 case ParamType::TGLcharConstPointer: in WriteCppReplayForCall() 1206 ParamCapture nameParam("name", ParamType::TGLcharConstPointer); in CaptureUpdateUniformLocations()
|