Home
last modified time | relevance | path

Searched refs:getBoundBuffersForCapture (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DState.h836 const BoundBufferMap &getBoundBuffersForCapture() const { return mBoundBuffers; } in getBoundBuffersForCapture() function
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp738 const gl::BoundBufferMap &boundBuffers = state.getBoundBuffersForCapture(); in SerializeContextState()
DFrameCapture.cpp2962 const gl::BoundBufferMap &boundBuffers = apiState.getBoundBuffersForCapture(); in CaptureMidExecutionSetup()