Searched refs:TGLfixedConstPointer (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/capture/ |
D | capture_gles_1_0_autogen.cpp | 118 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, ¶mParam.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, ¶mParam.value); in CaptureLightModelxv() [all …]
|
D | capture_gles_ext_autogen.cpp | 10673 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, ¶msParam.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/ |
D | frame_capture_utils_autogen.cpp | 272 case ParamType::TGLfixedConstPointer: in WriteParamCaptureReplay() 273 WriteParamValueReplay<ParamType::TGLfixedConstPointer>( in WriteParamCaptureReplay() 1024 case ParamType::TGLfixedConstPointer: in ParamTypeToString()
|
D | frame_capture_utils_autogen.h | 116 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()
|