Home
last modified time | relevance | path

Searched refs:determineMemoryProtectionSupport (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture_mock.cpp51 void FrameCaptureShared::determineMemoryProtectionSupport(gl::Context *context) {} in determineMemoryProtectionSupport() function in angle::FrameCaptureShared
H A DFrameCapture.h732 void determineMemoryProtectionSupport(gl::Context *context);
H A DFrameCapture.cpp7027 void FrameCaptureShared::determineMemoryProtectionSupport(gl::Context *context) in determineMemoryProtectionSupport() function in angle::FrameCaptureShared
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp4364 getShareGroup()->getFrameCaptureShared()->determineMemoryProtectionSupport(this); in initCaps()