Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dframe_capture_utils_autogen.cpp220 case ParamType::TGLubyteConstPointer: in WriteParamCaptureReplay()
221 WriteParamValueReplay<ParamType::TGLubyteConstPointer>( in WriteParamCaptureReplay()
586 case ParamType::TGLubyteConstPointer: in ParamTypeToString()
Dframe_capture_utils_autogen.h75 TGLubyteConstPointer, enumerator
629 inline const GLubyte *GetParamVal<ParamType::TGLubyteConstPointer, const GLubyte *>(
1190 case ParamType::TGLubyteConstPointer: in AccessParamValue()
1191 return GetParamVal<ParamType::TGLubyteConstPointer, T>(value); in AccessParamValue()
1672 inline void SetParamVal<ParamType::TGLubyteConstPointer>(const GLubyte *valueIn,
2277 case ParamType::TGLubyteConstPointer: in InitParamValue()
2278 SetParamVal<ParamType::TGLubyteConstPointer>(valueIn, valueOut); in InitParamValue()
Dcapture_gles_3_0_autogen.cpp1008 ParamCapture returnValueCapture("returnValue", ParamType::TGLubyteConstPointer); in CaptureGetStringi()
1009 InitParamValue(ParamType::TGLubyteConstPointer, returnValue, &returnValueCapture.value); in CaptureGetStringi()
Dcapture_gles_2_0_autogen.cpp1236 ParamCapture returnValueCapture("returnValue", ParamType::TGLubyteConstPointer); in CaptureGetString()
1237 InitParamValue(ParamType::TGLubyteConstPointer, returnValue, &returnValueCapture.value); in CaptureGetString()
DFrameCapture.cpp429 overrideType = ParamType::TGLubyteConstPointer; in WriteBinaryParamReplay()
449 case ParamType::TGLubyteConstPointer: in WriteBinaryParamReplay()