Searched refs:TGLfixedConstPointer (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/ |
D | capture_gles_1_0_autogen.cpp | 107 ParamCapture equationParam("equation", ParamType::TGLfixedConstPointer); in CaptureClipPlanex() 108 InitParamValue(ParamType::TGLfixedConstPointer, equation, &equationParam.value); in CaptureClipPlanex() 263 ParamCapture paramParam("param", ParamType::TGLfixedConstPointer); in CaptureFogxv() 264 InitParamValue(ParamType::TGLfixedConstPointer, param, ¶mParam.value); in CaptureFogxv() 563 ParamCapture paramParam("param", ParamType::TGLfixedConstPointer); in CaptureLightModelxv() 564 InitParamValue(ParamType::TGLfixedConstPointer, param, ¶mParam.value); in CaptureLightModelxv() 631 ParamCapture paramsParam("params", ParamType::TGLfixedConstPointer); in CaptureLightxv() 632 InitParamValue(ParamType::TGLfixedConstPointer, params, ¶msParam.value); in CaptureLightxv() 671 ParamCapture mParam("m", ParamType::TGLfixedConstPointer); in CaptureLoadMatrixx() 672 InitParamValue(ParamType::TGLfixedConstPointer, m, &mParam.value); in CaptureLoadMatrixx() [all …]
|
D | frame_capture_utils_autogen.cpp | 149 case ParamType::TGLfixedConstPointer: in WriteParamCaptureReplay() 150 WriteParamValueReplay<ParamType::TGLfixedConstPointer>( in WriteParamCaptureReplay() 546 case ParamType::TGLfixedConstPointer: in ParamTypeToString()
|
D | frame_capture_utils_autogen.h | 55 TGLfixedConstPointer, enumerator 502 inline const GLfixed *GetParamVal<ParamType::TGLfixedConstPointer, const GLfixed *>( 1150 case ParamType::TGLfixedConstPointer: in AccessParamValue() 1151 return GetParamVal<ParamType::TGLfixedConstPointer, T>(value); in AccessParamValue() 1546 inline void SetParamVal<ParamType::TGLfixedConstPointer>(const GLfixed *valueIn, 2217 case ParamType::TGLfixedConstPointer: in InitParamValue() 2218 SetParamVal<ParamType::TGLfixedConstPointer>(valueIn, valueOut); in InitParamValue()
|
D | frame_capture_replay_autogen.cpp | 324 "equation", ParamType::TGLfixedConstPointer, 1))); in ReplayCall() 831 params.getParam("param", ParamType::TGLfixedConstPointer, 1))); in ReplayCall() 1797 "param", ParamType::TGLfixedConstPointer, 1))); in ReplayCall() 1823 params.getParam("params", ParamType::TGLfixedConstPointer, 2))); in ReplayCall() 1844 params.getParam("m", ParamType::TGLfixedConstPointer, 0))); in ReplayCall() 1887 params.getParam("param", ParamType::TGLfixedConstPointer, 2))); in ReplayCall() 1911 params.getParam("m", ParamType::TGLfixedConstPointer, 0))); in ReplayCall() 2048 params.getParam("params", ParamType::TGLfixedConstPointer, 1))); in ReplayCall() 2713 params.getParam("params", ParamType::TGLfixedConstPointer, 2))); in ReplayCall() 2817 params.getParam("params", ParamType::TGLfixedConstPointer, 2))); in ReplayCall()
|
D | capture_gles_ext_autogen.cpp | 4936 ParamCapture coordsParam("coords", ParamType::TGLfixedConstPointer); in CaptureDrawTexxvOES() 4937 InitParamValue(ParamType::TGLfixedConstPointer, coords, &coordsParam.value); in CaptureDrawTexxvOES() 5931 ParamCapture paramsParam("params", ParamType::TGLfixedConstPointer); in CaptureTexGenxvOES() 5932 InitParamValue(ParamType::TGLfixedConstPointer, params, ¶msParam.value); in CaptureTexGenxvOES()
|