Searched refs:boundBuffers (Results 1 – 2 of 2) sorted by relevance
738 const gl::BoundBufferMap &boundBuffers = state.getBoundBuffersForCapture(); in SerializeContextState() local742 const gl::BindingPointer<gl::Buffer> &buffer = boundBuffers[bufferBinding]; in SerializeContextState()
2962 const gl::BoundBufferMap &boundBuffers = apiState.getBoundBuffersForCapture(); in CaptureMidExecutionSetup() local2965 gl::BufferID bufferID = boundBuffers[binding].id(); in CaptureMidExecutionSetup()