Home
last modified time | relevance | path

Searched refs:TGLubyteConstPointer (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/capture/
Dframe_capture_utils_autogen.cpp322 case ParamType::TGLubyteConstPointer: in WriteParamCaptureReplay()
323 WriteParamValueReplay<ParamType::TGLubyteConstPointer>( in WriteParamCaptureReplay()
762 case ParamType::TGLubyteConstPointer: in ParamTypeToString()
Dframe_capture_utils_autogen.h105 TGLubyteConstPointer, enumerator
889 inline const GLubyte *GetParamVal<ParamType::TGLubyteConstPointer, const GLubyte *>(
1535 case ParamType::TGLubyteConstPointer: in AccessParamValue()
1536 return GetParamVal<ParamType::TGLubyteConstPointer, T>(value); in AccessParamValue()
2216 inline void SetParamVal<ParamType::TGLubyteConstPointer>(const GLubyte *valueIn,
2936 case ParamType::TGLubyteConstPointer: in InitParamValue()
2937 SetParamVal<ParamType::TGLubyteConstPointer>(valueIn, valueOut); in InitParamValue()
Dcapture_gles_3_0_autogen.cpp1361 ParamCapture returnValueCapture("returnValue", ParamType::TGLubyteConstPointer); in CaptureGetStringi()
1362 InitParamValue(ParamType::TGLubyteConstPointer, returnValue, &returnValueCapture.value); in CaptureGetStringi()
Dcapture_gles_2_0_autogen.cpp1650 ParamCapture returnValueCapture("returnValue", ParamType::TGLubyteConstPointer); in CaptureGetString()
1651 InitParamValue(ParamType::TGLubyteConstPointer, returnValue, &returnValueCapture.value); in CaptureGetString()
DFrameCapture.cpp569 overrideType = ParamType::TGLubyteConstPointer; in WriteBinaryParamReplay()