Home
last modified time | relevance | path

Searched refs:GLfloatVal (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dframe_capture_replay_autogen.cpp44 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 …]
Dframe_capture_utils_autogen.h183 GLfloat GLfloatVal; member
517 return value.GLfloatVal;
1561 valueOut->GLfloatVal = valueIn;
Dframe_capture_utils_autogen.cpp158 WriteParamValueReplay<ParamType::TGLfloat>(os, call, param.value.GLfloatVal); in WriteParamCaptureReplay()
DFrameCapture.cpp498 WriteGLFloatValue(callOut, param.value.GLfloatVal); in WriteCppReplayForCall()