Home
last modified time | relevance | path

Searched refs:TGLshortConstPointer (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
Dframe_capture_utils_autogen.cpp192 case ParamType::TGLshortConstPointer: in WriteParamCaptureReplay()
193 WriteParamValueReplay<ParamType::TGLshortConstPointer>( in WriteParamCaptureReplay()
570 case ParamType::TGLshortConstPointer: in ParamTypeToString()
Dframe_capture_utils_autogen.h67 TGLshortConstPointer, enumerator
578 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()
DFrameCapture.cpp443 case ParamType::TGLshortConstPointer: in WriteBinaryParamReplay()
Dcapture_gles_ext_autogen.cpp4905 ParamCapture coordsParam("coords", ParamType::TGLshortConstPointer); in CaptureDrawTexsvOES()
4906 InitParamValue(ParamType::TGLshortConstPointer, coords, &coordsParam.value); in CaptureDrawTexsvOES()