Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h833 const BoundBufferMap &getBoundBuffersForCapture() const { return mBoundBuffers; } in getBoundBuffersForCapture() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp632 const gl::BoundBufferMap &boundBuffers = state.getBoundBuffersForCapture(); in SerializeContextState()
DFrameCapture.cpp3229 const gl::BoundBufferMap &boundBuffers = apiState.getBoundBuffersForCapture(); in CaptureMidExecutionSetup()