Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
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()
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()
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()
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()
DFrameCapture.cpp346 case ParamType::TGLcharConstPointerPointer: in WriteCppReplayForCall()
7059 call.params.getParam("strings", ParamType::TGLcharConstPointerPointer, 2); in maybeCapturePreCallUpdates()
/external/angle/src/common/
Dframe_capture_utils_autogen.cpp243 case ParamType::TGLcharConstPointerPointer: in WriteParamCaptureReplay()
244 WriteParamValueReplay<ParamType::TGLcharConstPointerPointer>( in WriteParamCaptureReplay()
1008 case ParamType::TGLcharConstPointerPointer: in ParamTypeToString()
Dframe_capture_utils_autogen.h108 TGLcharConstPointerPointer, enumerator
928 GetParamVal<ParamType::TGLcharConstPointerPointer, const GLchar *const *>(const ParamValue &value)
2224 case ParamType::TGLcharConstPointerPointer: in AccessParamValue()
2225 return GetParamVal<ParamType::TGLcharConstPointerPointer, T>(value); in AccessParamValue()
2952 inline void SetParamVal<ParamType::TGLcharConstPointerPointer>(const GLchar *const *valueIn,
4294 case ParamType::TGLcharConstPointerPointer: in InitParamValue()
4295 SetParamVal<ParamType::TGLcharConstPointerPointer>(valueIn, valueOut); in InitParamValue()
/external/angle/util/capture/
Dtrace_interpreter.cpp857 params.addUnnamedParam(ParamType::TGLcharConstPointerPointer, traceStr.pointers.data()); in PackParameter()