Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/
H A Dframe_capture_utils_autogen.cpp342 case ParamType::TGLubyteConstPointer: in WriteParamCaptureReplay()
343 WriteParamValueReplay<ParamType::TGLubyteConstPointer>( in WriteParamCaptureReplay()
804 case ParamType::TGLubyteConstPointer: in ParamTypeToString()
H A Dframe_capture_utils_autogen.h110 TGLubyteConstPointer, enumerator
940 inline const GLubyte *GetParamVal<ParamType::TGLubyteConstPointer, const GLubyte *>(
1622 case ParamType::TGLubyteConstPointer: in AccessParamValue()
1623 return GetParamVal<ParamType::TGLubyteConstPointer, T>(value); in AccessParamValue()
2343 inline void SetParamVal<ParamType::TGLubyteConstPointer>(const GLubyte *valueIn,
3100 case ParamType::TGLubyteConstPointer: in InitParamValue()
3101 SetParamVal<ParamType::TGLubyteConstPointer>(valueIn, valueOut); in InitParamValue()
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dcapture_gles_3_0_autogen.cpp1358 ParamCapture returnValueCapture("returnValue", ParamType::TGLubyteConstPointer); in CaptureGetStringi()
1359 InitParamValue(ParamType::TGLubyteConstPointer, returnValue, &returnValueCapture.value); in CaptureGetStringi()
H A Dcapture_gles_2_0_autogen.cpp1649 ParamCapture returnValueCapture("returnValue", ParamType::TGLubyteConstPointer); in CaptureGetString()
1650 InitParamValue(ParamType::TGLubyteConstPointer, returnValue, &returnValueCapture.value); in CaptureGetString()
H A DFrameCapture.cpp799 overrideType = ParamType::TGLubyteConstPointer; in WriteBinaryParamReplay()