Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/util/capture/
H A Dframe_capture_replay_autogen.cpp287 captures[2].value.GLfloatConstPointerVal); in ReplayTraceFunctionCall()
338 glClipPlanef(captures[0].value.GLenumVal, captures[1].value.GLfloatConstPointerVal); in ReplayTraceFunctionCall()
895 glDrawTexfvOES(captures[0].value.GLfloatConstPointerVal); in ReplayTraceFunctionCall()
1000 glFogfv(captures[0].value.GLenumVal, captures[1].value.GLfloatConstPointerVal); in ReplayTraceFunctionCall()
1038 captures[1].value.GLfloatConstPointerVal); in ReplayTraceFunctionCall()
2247 glLightModelfv(captures[0].value.GLenumVal, captures[1].value.GLfloatConstPointerVal); in ReplayTraceFunctionCall()
2261 captures[2].value.GLfloatConstPointerVal); in ReplayTraceFunctionCall()
2284 glLoadMatrixf(captures[0].value.GLfloatConstPointerVal); in ReplayTraceFunctionCall()
2318 captures[2].value.GLfloatConstPointerVal); in ReplayTraceFunctionCall()
2357 glMultMatrixf(captures[0].value.GLfloatConstPointerVal); in ReplayTraceFunctionCall()
[all …]
/aosp_15_r20/external/angle/src/common/
H A Dframe_capture_utils_autogen.h263 const GLfloat *GLfloatConstPointerVal; member
843 return value.GLfloatConstPointerVal;
2247 valueOut->GLfloatConstPointerVal = valueIn;
H A Dframe_capture_utils_autogen.cpp289 os, call, param.value.GLfloatConstPointerVal); in WriteParamCaptureReplay()