Home
last modified time | relevance | path

Searched refs:TGLfixedPointer (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
Dcapture_gles_1_0_autogen.cpp339 ParamCapture equationParam("equation", ParamType::TGLfixedPointer); in CaptureGetClipPlanex()
340 InitParamValue(ParamType::TGLfixedPointer, equation, &equationParam.value); in CaptureGetClipPlanex()
353 ParamCapture paramsParam("params", ParamType::TGLfixedPointer); in CaptureGetFixedv()
354 InitParamValue(ParamType::TGLfixedPointer, params, &paramsParam.value); in CaptureGetFixedv()
391 ParamCapture paramsParam("params", ParamType::TGLfixedPointer); in CaptureGetLightxv()
392 InitParamValue(ParamType::TGLfixedPointer, params, &paramsParam.value); in CaptureGetLightxv()
429 ParamCapture paramsParam("params", ParamType::TGLfixedPointer); in CaptureGetMaterialxv()
430 InitParamValue(ParamType::TGLfixedPointer, params, &paramsParam.value); in CaptureGetMaterialxv()
488 ParamCapture paramsParam("params", ParamType::TGLfixedPointer); in CaptureGetTexEnvxv()
489 InitParamValue(ParamType::TGLfixedPointer, params, &paramsParam.value); in CaptureGetTexEnvxv()
[all …]
Dframe_capture_utils_autogen.cpp153 case ParamType::TGLfixedPointer: in WriteParamCaptureReplay()
154 WriteParamValueReplay<ParamType::TGLfixedPointer>(os, call, in WriteParamCaptureReplay()
548 case ParamType::TGLfixedPointer: in ParamTypeToString()
Dframe_capture_utils_autogen.h56 TGLfixedPointer, enumerator
509 inline GLfixed *GetParamVal<ParamType::TGLfixedPointer, GLfixed *>(const ParamValue &value)
1152 case ParamType::TGLfixedPointer: in AccessParamValue()
1153 return GetParamVal<ParamType::TGLfixedPointer, T>(value); in AccessParamValue()
1553 inline void SetParamVal<ParamType::TGLfixedPointer>(GLfixed *valueIn, ParamValue *valueOut)
2220 case ParamType::TGLfixedPointer: in InitParamValue()
2221 SetParamVal<ParamType::TGLfixedPointer>(valueIn, valueOut); in InitParamValue()
Dframe_capture_replay_autogen.cpp1080 params.getParam("equation", ParamType::TGLfixedPointer, 1))); in ReplayCall()
1112 params.getParam("params", ParamType::TGLfixedPointer, 1))); in ReplayCall()
1195 params.getParam("params", ParamType::TGLfixedPointer, 2))); in ReplayCall()
1209 params.getParam("params", ParamType::TGLfixedPointer, 2))); in ReplayCall()
1494 params.getParam("params", ParamType::TGLfixedPointer, 2))); in ReplayCall()
1568 params.getParam("params", ParamType::TGLfixedPointer, 2))); in ReplayCall()
Dcapture_gles_ext_autogen.cpp5412 ParamCapture mantissaParam("mantissa", ParamType::TGLfixedPointer); in CaptureQueryMatrixxOES()
5413 InitParamValue(ParamType::TGLfixedPointer, mantissa, &mantissaParam.value); in CaptureQueryMatrixxOES()
5829 ParamCapture paramsParam("params", ParamType::TGLfixedPointer); in CaptureGetTexGenxvOES()
5830 InitParamValue(ParamType::TGLfixedPointer, params, &paramsParam.value); in CaptureGetTexGenxvOES()