Home
last modified time | relevance | path

Searched refs:TGLfixedConstPointer (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/capture/
Dcapture_gles_1_0_autogen.cpp118 ParamCapture equationParam("equation", ParamType::TGLfixedConstPointer); in CaptureClipPlanex()
119 InitParamValue(ParamType::TGLfixedConstPointer, equation, &equationParam.value); in CaptureClipPlanex()
125 ParamCapture equationParam("equation", ParamType::TGLfixedConstPointer); in CaptureClipPlanex()
126 InitParamValue(ParamType::TGLfixedConstPointer, static_cast<const GLfixed *>(nullptr), in CaptureClipPlanex()
304 ParamCapture paramParam("param", ParamType::TGLfixedConstPointer); in CaptureFogxv()
305 InitParamValue(ParamType::TGLfixedConstPointer, param, &paramParam.value); in CaptureFogxv()
311 ParamCapture paramParam("param", ParamType::TGLfixedConstPointer); in CaptureFogxv()
312 InitParamValue(ParamType::TGLfixedConstPointer, static_cast<const GLfixed *>(nullptr), in CaptureFogxv()
733 ParamCapture paramParam("param", ParamType::TGLfixedConstPointer); in CaptureLightModelxv()
734 InitParamValue(ParamType::TGLfixedConstPointer, param, &paramParam.value); in CaptureLightModelxv()
[all …]
Dcapture_gles_ext_autogen.cpp10673 ParamCapture coordsParam("coords", ParamType::TGLfixedConstPointer); in CaptureDrawTexxvOES()
10674 InitParamValue(ParamType::TGLfixedConstPointer, coords, &coordsParam.value); in CaptureDrawTexxvOES()
10680 ParamCapture coordsParam("coords", ParamType::TGLfixedConstPointer); in CaptureDrawTexxvOES()
10681 InitParamValue(ParamType::TGLfixedConstPointer, static_cast<const GLfixed *>(nullptr), in CaptureDrawTexxvOES()
12112 ParamCapture paramsParam("params", ParamType::TGLfixedConstPointer); in CaptureTexGenxvOES()
12113 InitParamValue(ParamType::TGLfixedConstPointer, params, &paramsParam.value); in CaptureTexGenxvOES()
12119 ParamCapture paramsParam("params", ParamType::TGLfixedConstPointer); in CaptureTexGenxvOES()
12120 InitParamValue(ParamType::TGLfixedConstPointer, static_cast<const GLfixed *>(nullptr), in CaptureTexGenxvOES()
/external/angle/src/common/
Dframe_capture_utils_autogen.cpp272 case ParamType::TGLfixedConstPointer: in WriteParamCaptureReplay()
273 WriteParamValueReplay<ParamType::TGLfixedConstPointer>( in WriteParamCaptureReplay()
1024 case ParamType::TGLfixedConstPointer: in ParamTypeToString()
Dframe_capture_utils_autogen.h116 TGLfixedConstPointer, enumerator
978 inline const GLfixed *GetParamVal<ParamType::TGLfixedConstPointer, const GLfixed *>(
2240 case ParamType::TGLfixedConstPointer: in AccessParamValue()
2241 return GetParamVal<ParamType::TGLfixedConstPointer, T>(value); in AccessParamValue()
3002 inline void SetParamVal<ParamType::TGLfixedConstPointer>(const GLfixed *valueIn,
4318 case ParamType::TGLfixedConstPointer: in InitParamValue()
4319 SetParamVal<ParamType::TGLfixedConstPointer>(valueIn, valueOut); in InitParamValue()