Home
last modified time | relevance | path

Searched refs:GLenumConstPointerVal (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/util/capture/
H A Dframe_capture_replay_autogen.cpp28 captures[2].value.GLenumConstPointerVal); in ReplayTraceFunctionCall()
56 captures[1].value.GLenumConstPointerVal); in ReplayTraceFunctionCall()
734 captures[2].value.GLenumConstPointerVal); in ReplayTraceFunctionCall()
776 glDrawBuffers(captures[0].value.GLsizeiVal, captures[1].value.GLenumConstPointerVal); in ReplayTraceFunctionCall()
779 glDrawBuffersEXT(captures[0].value.GLsizeiVal, captures[1].value.GLenumConstPointerVal); in ReplayTraceFunctionCall()
962 captures[1].value.GLenumConstPointerVal); in ReplayTraceFunctionCall()
1631 captures[4].value.GLenumConstPointerVal, captures[5].value.GLsizeiVal, in ReplayTraceFunctionCall()
2156 captures[2].value.GLenumConstPointerVal); in ReplayTraceFunctionCall()
2160 captures[2].value.GLenumConstPointerVal, in ReplayTraceFunctionCall()
3223 captures[4].value.GLuintConstPointerVal, captures[5].value.GLenumConstPointerVal); in ReplayTraceFunctionCall()
[all …]
/aosp_15_r20/external/angle/src/common/
H A Dframe_capture_utils_autogen.h257 const GLenum *GLenumConstPointerVal; member
805 return value.GLenumConstPointerVal;
2209 valueOut->GLenumConstPointerVal = valueIn;
H A Dframe_capture_utils_autogen.cpp267 os, call, param.value.GLenumConstPointerVal); in WriteParamCaptureReplay()