Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/util/capture/
H A Dframe_capture_replay_autogen.cpp1290 glGetClipPlanef(captures[0].value.GLenumVal, captures[1].value.GLfloatPointerVal); in ReplayTraceFunctionCall()
1324 glGetFloatv(captures[0].value.GLenumVal, captures[1].value.GLfloatPointerVal); in ReplayTraceFunctionCall()
1329 captures[3].value.GLfloatPointerVal); in ReplayTraceFunctionCall()
1373 captures[2].value.GLfloatPointerVal); in ReplayTraceFunctionCall()
1379 captures[4].value.GLfloatPointerVal); in ReplayTraceFunctionCall()
1453 captures[2].value.GLfloatPointerVal); in ReplayTraceFunctionCall()
1461 captures[2].value.GLfloatPointerVal); in ReplayTraceFunctionCall()
1474 captures[2].value.GLfloatPointerVal); in ReplayTraceFunctionCall()
1478 captures[2].value.GLfloatPointerVal); in ReplayTraceFunctionCall()
1484 captures[4].value.GLfloatPointerVal); in ReplayTraceFunctionCall()
[all …]
/aosp_15_r20/external/angle/src/common/
H A Dframe_capture_utils_autogen.h264 GLfloat *GLfloatPointerVal; member
849 return value.GLfloatPointerVal;
2253 valueOut->GLfloatPointerVal = valueIn;
H A Dframe_capture_utils_autogen.cpp293 param.value.GLfloatPointerVal); in WriteParamCaptureReplay()