Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
Dframe_capture_replay_autogen.cpp49 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 …]
Dframe_capture_utils_autogen.h183 GLfixed GLfixedVal; member
509 return value.GLfixedVal;
1571 valueOut->GLfixedVal = valueIn;
Dframe_capture_utils_autogen.cpp151 WriteParamValueReplay<ParamType::TGLfixed>(os, call, param.value.GLfixedVal); in WriteParamCaptureReplay()