Home
last modified time | relevance | path

Searched refs:TGLubyte (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/capture/
Dframe_capture_utils_autogen.cpp222 case ParamType::TGLubyte: in WriteParamCaptureReplay()
223 WriteParamValueReplay<ParamType::TGLubyte>(os, call, param.value.GLubyteVal); in WriteParamCaptureReplay()
596 case ParamType::TGLubyte: in ParamTypeToString()
Dframe_capture_utils_autogen.h75 TGLubyte, enumerator
634 inline GLubyte GetParamVal<ParamType::TGLubyte, GLubyte>(const ParamValue &value)
1208 case ParamType::TGLubyte: in AccessParamValue()
1209 return GetParamVal<ParamType::TGLubyte, T>(value); in AccessParamValue()
1695 inline void SetParamVal<ParamType::TGLubyte>(GLubyte valueIn, ParamValue *valueOut)
2313 case ParamType::TGLubyte: in InitParamValue()
2314 SetParamVal<ParamType::TGLubyte>(valueIn, valueOut); in InitParamValue()
Dcapture_gles_1_0_autogen.cpp161 paramBuffer.addValueParam("red", ParamType::TGLubyte, red); in CaptureColor4ub()
162 paramBuffer.addValueParam("green", ParamType::TGLubyte, green); in CaptureColor4ub()
163 paramBuffer.addValueParam("blue", ParamType::TGLubyte, blue); in CaptureColor4ub()
164 paramBuffer.addValueParam("alpha", ParamType::TGLubyte, alpha); in CaptureColor4ub()
DFrameCapture.h755 void WriteParamValueReplay<ParamType::TGLubyte>(std::ostream &os,
Dframe_capture_replay_autogen.cpp359 context->color4ub(params.getParam("red", ParamType::TGLubyte, 0).value.GLubyteVal, in ReplayCall()
360 params.getParam("green", ParamType::TGLubyte, 1).value.GLubyteVal, in ReplayCall()
361 params.getParam("blue", ParamType::TGLubyte, 2).value.GLubyteVal, in ReplayCall()
362 params.getParam("alpha", ParamType::TGLubyte, 3).value.GLubyteVal); in ReplayCall()
DFrameCapture.cpp6095 void WriteParamValueReplay<ParamType::TGLubyte>(std::ostream &os, in WriteParamValueReplay()