Searched refs:GLfloatVal (Results 1 – 4 of 4) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | frame_capture_replay_autogen.cpp | 44 params.getParam("ref", ParamType::TGLfloat, 1).value.GLfloatVal); in ReplayCall() 172 context->blendColor(params.getParam("red", ParamType::TGLfloat, 0).value.GLfloatVal, in ReplayCall() 173 params.getParam("green", ParamType::TGLfloat, 1).value.GLfloatVal, in ReplayCall() 174 params.getParam("blue", ParamType::TGLfloat, 2).value.GLfloatVal, in ReplayCall() 175 params.getParam("alpha", ParamType::TGLfloat, 3).value.GLfloatVal); in ReplayCall() 261 params.getParam("depth", ParamType::TGLfloat, 2).value.GLfloatVal, in ReplayCall() 286 context->clearColor(params.getParam("red", ParamType::TGLfloat, 0).value.GLfloatVal, in ReplayCall() 287 params.getParam("green", ParamType::TGLfloat, 1).value.GLfloatVal, in ReplayCall() 288 params.getParam("blue", ParamType::TGLfloat, 2).value.GLfloatVal, in ReplayCall() 289 params.getParam("alpha", ParamType::TGLfloat, 3).value.GLfloatVal); in ReplayCall() [all …]
|
D | frame_capture_utils_autogen.h | 183 GLfloat GLfloatVal; member 517 return value.GLfloatVal; 1561 valueOut->GLfloatVal = valueIn;
|
D | frame_capture_utils_autogen.cpp | 158 WriteParamValueReplay<ParamType::TGLfloat>(os, call, param.value.GLfloatVal); in WriteParamCaptureReplay()
|
D | FrameCapture.cpp | 498 WriteGLFloatValue(callOut, param.value.GLfloatVal); in WriteCppReplayForCall()
|