Searched refs:TGLshortConstPointer (Results 1 – 4 of 4) sorted by relevance
192 case ParamType::TGLshortConstPointer: in WriteParamCaptureReplay()193 WriteParamValueReplay<ParamType::TGLshortConstPointer>( in WriteParamCaptureReplay()570 case ParamType::TGLshortConstPointer: in ParamTypeToString()
67 TGLshortConstPointer, enumerator578 inline const GLshort *GetParamVal<ParamType::TGLshortConstPointer, const GLshort *>(1174 case ParamType::TGLshortConstPointer: in AccessParamValue()1175 return GetParamVal<ParamType::TGLshortConstPointer, T>(value); in AccessParamValue()1621 inline void SetParamVal<ParamType::TGLshortConstPointer>(const GLshort *valueIn,2253 case ParamType::TGLshortConstPointer: in InitParamValue()2254 SetParamVal<ParamType::TGLshortConstPointer>(valueIn, valueOut); in InitParamValue()
443 case ParamType::TGLshortConstPointer: in WriteBinaryParamReplay()
4905 ParamCapture coordsParam("coords", ParamType::TGLshortConstPointer); in CaptureDrawTexsvOES()4906 InitParamValue(ParamType::TGLshortConstPointer, coords, &coordsParam.value); in CaptureDrawTexsvOES()