Searched refs:TGLubyteConstPointer (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/angle/src/common/ |
H A D | frame_capture_utils_autogen.cpp | 342 case ParamType::TGLubyteConstPointer: in WriteParamCaptureReplay() 343 WriteParamValueReplay<ParamType::TGLubyteConstPointer>( in WriteParamCaptureReplay() 804 case ParamType::TGLubyteConstPointer: in ParamTypeToString()
|
H A D | frame_capture_utils_autogen.h | 110 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 D | capture_gles_3_0_autogen.cpp | 1358 ParamCapture returnValueCapture("returnValue", ParamType::TGLubyteConstPointer); in CaptureGetStringi() 1359 InitParamValue(ParamType::TGLubyteConstPointer, returnValue, &returnValueCapture.value); in CaptureGetStringi()
|
H A D | capture_gles_2_0_autogen.cpp | 1649 ParamCapture returnValueCapture("returnValue", ParamType::TGLubyteConstPointer); in CaptureGetString() 1650 InitParamValue(ParamType::TGLubyteConstPointer, returnValue, &returnValueCapture.value); in CaptureGetString()
|
H A D | FrameCapture.cpp | 799 overrideType = ParamType::TGLubyteConstPointer; in WriteBinaryParamReplay()
|