Home
last modified time | relevance | path

Searched refs:TGLuint64ConstPointer (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
Dframe_capture_utils_autogen.cpp234 case ParamType::TGLuint64ConstPointer: in WriteParamCaptureReplay()
235 WriteParamValueReplay<ParamType::TGLuint64ConstPointer>( in WriteParamCaptureReplay()
594 case ParamType::TGLuint64ConstPointer: in ParamTypeToString()
Dframe_capture_utils_autogen.h79 TGLuint64ConstPointer, enumerator
654 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()
Dcapture_gles_ext_autogen.cpp4026 ParamCapture paramsParam("params", ParamType::TGLuint64ConstPointer); in CaptureSemaphoreParameterui64vEXT()
4027 InitParamValue(ParamType::TGLuint64ConstPointer, params, &paramsParam.value); in CaptureSemaphoreParameterui64vEXT()