Home
last modified time | relevance | path

Searched refs:getMutablePrivateStateForCapture (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture.cpp4317 replayState.getMutablePrivateStateForCapture()->setUnpackAlignment(1); in CaptureShareGroupMidExecutionSetup()
4428 replayState.getMutablePrivateStateForCapture()->setActiveSampler( in CaptureShareGroupMidExecutionSetup()
5073 replayState.getMutablePrivateStateForCapture()->setUnpackAlignment(contextUnpackAlignment); in CaptureShareGroupMidExecutionSetup()
5215 replayState.getMutablePrivateStateForCapture()->setUnpackAlignment(1); in CaptureMidExecutionSetup()
5240 replayState.getMutablePrivateStateForCapture()->setActiveSampler( in CaptureMidExecutionSetup()
5276 replayState.getMutablePrivateStateForCapture()->setActiveSampler( in CaptureMidExecutionSetup()
6115 replayState.getMutablePrivateStateForCapture()->setUnpackAlignment(contextUnpackAlignment); in CaptureMidExecutionSetup()
/aosp_15_r20/external/angle/src/libANGLE/
H A DState.h1458 PrivateState *getMutablePrivateStateForCapture() { return &mPrivateState; } in getMutablePrivateStateForCapture() function