Searched refs:GLfixedVal (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/capture/ |
D | frame_capture_replay_autogen.cpp | 49 params.getParam("ref", ParamType::TGLfixed, 1).value.GLfixedVal); in ReplayCall() 314 context->clearColorx(params.getParam("red", ParamType::TGLfixed, 0).value.GLfixedVal, in ReplayCall() 315 params.getParam("green", ParamType::TGLfixed, 1).value.GLfixedVal, in ReplayCall() 316 params.getParam("blue", ParamType::TGLfixed, 2).value.GLfixedVal, in ReplayCall() 317 params.getParam("alpha", ParamType::TGLfixed, 3).value.GLfixedVal); in ReplayCall() 323 context->clearDepthx(params.getParam("depth", ParamType::TGLfixed, 0).value.GLfixedVal); in ReplayCall() 365 context->color4x(params.getParam("red", ParamType::TGLfixed, 0).value.GLfixedVal, in ReplayCall() 366 params.getParam("green", ParamType::TGLfixed, 1).value.GLfixedVal, in ReplayCall() 367 params.getParam("blue", ParamType::TGLfixed, 2).value.GLfixedVal, in ReplayCall() 368 params.getParam("alpha", ParamType::TGLfixed, 3).value.GLfixedVal); in ReplayCall() [all …]
|
D | frame_capture_utils_autogen.h | 183 GLfixed GLfixedVal; member 509 return value.GLfixedVal; 1571 valueOut->GLfixedVal = valueIn;
|
D | frame_capture_utils_autogen.cpp | 151 WriteParamValueReplay<ParamType::TGLfixed>(os, call, param.value.GLfixedVal); in WriteParamCaptureReplay()
|