Searched refs:TGLuint64ConstPointer (Results 1 – 3 of 3) sorted by relevance
234 case ParamType::TGLuint64ConstPointer: in WriteParamCaptureReplay()235 WriteParamValueReplay<ParamType::TGLuint64ConstPointer>( in WriteParamCaptureReplay()594 case ParamType::TGLuint64ConstPointer: in ParamTypeToString()
79 TGLuint64ConstPointer, enumerator654 inline const GLuint64 *GetParamVal<ParamType::TGLuint64ConstPointer, const GLuint64 *>(1198 case ParamType::TGLuint64ConstPointer: in AccessParamValue()1199 return GetParamVal<ParamType::TGLuint64ConstPointer, T>(value); in AccessParamValue()1697 inline void SetParamVal<ParamType::TGLuint64ConstPointer>(const GLuint64 *valueIn,2289 case ParamType::TGLuint64ConstPointer: in InitParamValue()2290 SetParamVal<ParamType::TGLuint64ConstPointer>(valueIn, valueOut); in InitParamValue()
4026 ParamCapture paramsParam("params", ParamType::TGLuint64ConstPointer); in CaptureSemaphoreParameterui64vEXT()4027 InitParamValue(ParamType::TGLuint64ConstPointer, params, ¶msParam.value); in CaptureSemaphoreParameterui64vEXT()