Home
last modified time | relevance | path

Searched refs:TGLcharConstPointer (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/libANGLE/
Dcapture_gles_3_2_autogen.cpp213 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()
Dframe_capture_utils_autogen.cpp105 case ParamType::TGLcharConstPointer: in WriteParamCaptureReplay()
106 WriteParamValueReplay<ParamType::TGLcharConstPointer>( in WriteParamCaptureReplay()
522 case ParamType::TGLcharConstPointer: in ParamTypeToString()
Dcapture_gles_ext_autogen.cpp575 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 …]
Dframe_capture_utils_autogen.h43 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()
Dframe_capture_replay_autogen.cpp73 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 …]
Dcapture_gles_3_1_autogen.cpp373 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()
Dcapture_gles_2_0_autogen.cpp56 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()
Dcapture_gles_3_0_autogen.cpp792 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()
DFrameCapture.cpp570 case ParamType::TGLcharConstPointer: in WriteCppReplayForCall()
1206 ParamCapture nameParam("name", ParamType::TGLcharConstPointer); in CaptureUpdateUniformLocations()