Searched refs:TFramebufferIDPointer (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/angle/src/common/ |
H A D | frame_capture_utils_autogen.cpp | 214 case ParamType::TFramebufferIDPointer: in WriteParamCaptureReplay() 215 WriteParamValueReplay<ParamType::TFramebufferIDPointer>( in WriteParamCaptureReplay() 732 case ParamType::TFramebufferIDPointer: in ParamTypeToString() 978 case ParamType::TFramebufferIDPointer: in GetResourceIDTypeFromParamType()
|
H A D | frame_capture_utils_autogen.h | 74 TFramebufferIDPointer, enumerator 711 inline gl::FramebufferID *GetParamVal<ParamType::TFramebufferIDPointer, gl::FramebufferID *>( 1550 case ParamType::TFramebufferIDPointer: in AccessParamValue() 1551 return GetParamVal<ParamType::TFramebufferIDPointer, T>(value); in AccessParamValue() 2118 inline void SetParamVal<ParamType::TFramebufferIDPointer>(gl::FramebufferID *valueIn, 2992 case ParamType::TFramebufferIDPointer: in InitParamValue() 2993 SetParamVal<ParamType::TFramebufferIDPointer>(valueIn, valueOut); in InitParamValue()
|
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | capture_gles_2_0_autogen.cpp | 890 ParamType::TFramebufferIDPointer); in CaptureGenFramebuffers() 891 InitParamValue(ParamType::TFramebufferIDPointer, framebuffersPacked, in CaptureGenFramebuffers() 900 ParamType::TFramebufferIDPointer); in CaptureGenFramebuffers() 901 InitParamValue(ParamType::TFramebufferIDPointer, static_cast<FramebufferID *>(nullptr), in CaptureGenFramebuffers()
|
H A D | capture_gles_ext_autogen.cpp | 10845 ParamType::TFramebufferIDPointer); in CaptureGenFramebuffersOES() 10846 InitParamValue(ParamType::TFramebufferIDPointer, framebuffersPacked, in CaptureGenFramebuffersOES() 10855 ParamType::TFramebufferIDPointer); in CaptureGenFramebuffersOES() 10856 InitParamValue(ParamType::TFramebufferIDPointer, static_cast<FramebufferID *>(nullptr), in CaptureGenFramebuffersOES()
|
H A D | FrameCapture.cpp | 2437 call.params.getParam("framebuffersPacked", ParamType::TFramebufferIDPointer, 1); in MaybeCaptureUpdateResourceIDs() 7700 call.params.getParam("framebuffersPacked", ParamType::TFramebufferIDPointer, 1) in maybeCapturePreCallUpdates()
|