Searched refs:TGLfixed (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/capture/ |
D | capture_gles_1_0_autogen.cpp | 44 paramBuffer.addValueParam("ref", ParamType::TGLfixed, ref); in CaptureAlphaFuncx() 58 paramBuffer.addValueParam("red", ParamType::TGLfixed, red); in CaptureClearColorx() 59 paramBuffer.addValueParam("green", ParamType::TGLfixed, green); in CaptureClearColorx() 60 paramBuffer.addValueParam("blue", ParamType::TGLfixed, blue); in CaptureClearColorx() 61 paramBuffer.addValueParam("alpha", ParamType::TGLfixed, alpha); in CaptureClearColorx() 70 paramBuffer.addValueParam("depth", ParamType::TGLfixed, depth); in CaptureClearDepthx() 178 paramBuffer.addValueParam("red", ParamType::TGLfixed, red); in CaptureColor4x() 179 paramBuffer.addValueParam("green", ParamType::TGLfixed, green); in CaptureColor4x() 180 paramBuffer.addValueParam("blue", ParamType::TGLfixed, blue); in CaptureColor4x() 181 paramBuffer.addValueParam("alpha", ParamType::TGLfixed, alpha); in CaptureColor4x() [all …]
|
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.cpp | 150 case ParamType::TGLfixed: in WriteParamCaptureReplay() 151 WriteParamValueReplay<ParamType::TGLfixed>(os, call, param.value.GLfixedVal); in WriteParamCaptureReplay() 556 case ParamType::TGLfixed: in ParamTypeToString()
|
D | frame_capture_utils_autogen.h | 55 TGLfixed, enumerator 507 inline GLfixed GetParamVal<ParamType::TGLfixed, GLfixed>(const ParamValue &value) 1168 case ParamType::TGLfixed: in AccessParamValue() 1169 return GetParamVal<ParamType::TGLfixed, T>(value); in AccessParamValue() 1569 inline void SetParamVal<ParamType::TGLfixed>(GLfixed valueIn, ParamValue *valueOut) 2253 case ParamType::TGLfixed: in InitParamValue() 2254 SetParamVal<ParamType::TGLfixed>(valueIn, valueOut); in InitParamValue()
|
D | capture_gles_ext_autogen.cpp | 9012 paramBuffer.addValueParam("x", ParamType::TGLfixed, x); in CaptureDrawTexxOES() 9013 paramBuffer.addValueParam("y", ParamType::TGLfixed, y); in CaptureDrawTexxOES() 9014 paramBuffer.addValueParam("z", ParamType::TGLfixed, z); in CaptureDrawTexxOES() 9015 paramBuffer.addValueParam("width", ParamType::TGLfixed, width); in CaptureDrawTexxOES() 9016 paramBuffer.addValueParam("height", ParamType::TGLfixed, height); in CaptureDrawTexxOES() 10411 paramBuffer.addValueParam("param", ParamType::TGLfixed, param); in CaptureTexGenxOES()
|