Home
last modified time | relevance | path

Searched refs:TGLdoubleConstPointer (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
Dframe_capture_utils_autogen.cpp123 case ParamType::TGLdoubleConstPointer: in WriteParamCaptureReplay()
124 WriteParamValueReplay<ParamType::TGLdoubleConstPointer>( in WriteParamCaptureReplay()
532 case ParamType::TGLdoubleConstPointer: in ParamTypeToString()
Dframe_capture_utils_autogen.h48 TGLdoubleConstPointer, enumerator
458 inline const GLdouble *GetParamVal<ParamType::TGLdoubleConstPointer, const GLdouble *>(
1136 case ParamType::TGLdoubleConstPointer: in AccessParamValue()
1137 return GetParamVal<ParamType::TGLdoubleConstPointer, T>(value); in AccessParamValue()
1503 inline void SetParamVal<ParamType::TGLdoubleConstPointer>(const GLdouble *valueIn,
2196 case ParamType::TGLdoubleConstPointer: in InitParamValue()
2197 SetParamVal<ParamType::TGLdoubleConstPointer>(valueIn, valueOut); in InitParamValue()