Home
last modified time | relevance | path

Searched refs:TGLcharConstPointerPointer (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dcapture_gles_3_0_autogen.cpp1542 ParamCapture uniformNamesParam("uniformNames", ParamType::TGLcharConstPointerPointer); in CaptureGetUniformIndices()
1543 InitParamValue(ParamType::TGLcharConstPointerPointer, uniformNames, in CaptureGetUniformIndices()
1551 ParamCapture uniformNamesParam("uniformNames", ParamType::TGLcharConstPointerPointer); in CaptureGetUniformIndices()
1552 InitParamValue(ParamType::TGLcharConstPointerPointer, in CaptureGetUniformIndices()
2164 ParamCapture varyingsParam("varyings", ParamType::TGLcharConstPointerPointer); in CaptureTransformFeedbackVaryings()
2165 InitParamValue(ParamType::TGLcharConstPointerPointer, varyings, &varyingsParam.value); in CaptureTransformFeedbackVaryings()
2172 ParamCapture varyingsParam("varyings", ParamType::TGLcharConstPointerPointer); in CaptureTransformFeedbackVaryings()
2173 InitParamValue(ParamType::TGLcharConstPointerPointer, in CaptureTransformFeedbackVaryings()
H A Dcapture_gles_3_1_autogen.cpp100 ParamCapture stringsParam("strings", ParamType::TGLcharConstPointerPointer); in CaptureCreateShaderProgramv()
101 InitParamValue(ParamType::TGLcharConstPointerPointer, strings, &stringsParam.value); in CaptureCreateShaderProgramv()
108 ParamCapture stringsParam("strings", ParamType::TGLcharConstPointerPointer); in CaptureCreateShaderProgramv()
109 InitParamValue(ParamType::TGLcharConstPointerPointer, in CaptureCreateShaderProgramv()
H A Dcapture_gles_2_0_autogen.cpp2217 ParamCapture stringParam("string", ParamType::TGLcharConstPointerPointer); in CaptureShaderSource()
2218 InitParamValue(ParamType::TGLcharConstPointerPointer, string, &stringParam.value); in CaptureShaderSource()
2225 ParamCapture stringParam("string", ParamType::TGLcharConstPointerPointer); in CaptureShaderSource()
2226 InitParamValue(ParamType::TGLcharConstPointerPointer, in CaptureShaderSource()
H A Dcapture_gles_ext_autogen.cpp7790 ParamCapture stringsParam("strings", ParamType::TGLcharConstPointerPointer); in CaptureCreateShaderProgramvEXT()
7791 InitParamValue(ParamType::TGLcharConstPointerPointer, strings, &stringsParam.value); in CaptureCreateShaderProgramvEXT()
7798 ParamCapture stringsParam("strings", ParamType::TGLcharConstPointerPointer); in CaptureCreateShaderProgramvEXT()
7799 InitParamValue(ParamType::TGLcharConstPointerPointer, static_cast<const GLchar **>(nullptr), in CaptureCreateShaderProgramvEXT()
H A DFrameCapture.cpp909 case ParamType::TGLcharConstPointerPointer: in WriteCppReplayForCall()
7928 call.params.getParam("strings", ParamType::TGLcharConstPointerPointer, 2); in maybeCapturePreCallUpdates()
/aosp_15_r20/external/angle/src/common/
H A Dframe_capture_utils_autogen.cpp247 case ParamType::TGLcharConstPointerPointer: in WriteParamCaptureReplay()
248 WriteParamValueReplay<ParamType::TGLcharConstPointerPointer>( in WriteParamCaptureReplay()
750 case ParamType::TGLcharConstPointerPointer: in ParamTypeToString()
H A Dframe_capture_utils_autogen.h83 TGLcharConstPointerPointer, enumerator
771 GetParamVal<ParamType::TGLcharConstPointerPointer, const GLchar *const *>(const ParamValue &value)
1568 case ParamType::TGLcharConstPointerPointer: in AccessParamValue()
1569 return GetParamVal<ParamType::TGLcharConstPointerPointer, T>(value); in AccessParamValue()
2175 inline void SetParamVal<ParamType::TGLcharConstPointerPointer>(const GLchar *const *valueIn,
3019 case ParamType::TGLcharConstPointerPointer: in InitParamValue()
3020 SetParamVal<ParamType::TGLcharConstPointerPointer>(valueIn, valueOut); in InitParamValue()
/aosp_15_r20/external/angle/util/capture/
H A Dtrace_interpreter.cpp851 params.addUnnamedParam(ParamType::TGLcharConstPointerPointer, traceStr.pointers.data()); in PackParameter()