Home
last modified time | relevance | path

Searched refs:GLcharConstPointerPointerVal (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/util/capture/
H A Dframe_capture_test_utils.h209 return value.GLcharConstPointerPointerVal;
H A Dframe_capture_replay_autogen.cpp574 captures[2].value.GLcharConstPointerPointerVal); in ReplayTraceFunctionCall()
579 const_cast<const char **>(captures[2].value.GLcharConstPointerPointerVal)); in ReplayTraceFunctionCall()
1968 captures[2].value.GLcharConstPointerPointerVal, captures[3].value.GLuintPointerVal); in ReplayTraceFunctionCall()
3213 captures[2].value.GLcharConstPointerPointerVal, in ReplayTraceFunctionCall()
3618 captures[2].value.GLcharConstPointerPointerVal, captures[3].value.GLenumVal); in ReplayTraceFunctionCall()
/aosp_15_r20/external/angle/src/common/
H A Dframe_capture_utils_autogen.h252 const GLchar *const *GLcharConstPointerPointerVal; member
773 return value.GLcharConstPointerPointerVal;
2178 valueOut->GLcharConstPointerPointerVal = valueIn;
H A Dframe_capture_utils_autogen.cpp249 os, call, param.value.GLcharConstPointerPointerVal); in WriteParamCaptureReplay()
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture.cpp7933 sourceString << strings.value.GLcharConstPointerPointerVal[i]; in maybeCapturePreCallUpdates()