Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp738 const gl::BoundBufferMap &boundBuffers = state.getBoundBuffersForCapture(); in SerializeContextState() local
742 const gl::BindingPointer<gl::Buffer> &buffer = boundBuffers[bufferBinding]; in SerializeContextState()
DFrameCapture.cpp2962 const gl::BoundBufferMap &boundBuffers = apiState.getBoundBuffersForCapture(); in CaptureMidExecutionSetup() local
2965 gl::BufferID bufferID = boundBuffers[binding].id(); in CaptureMidExecutionSetup()