Home
last modified time | relevance | path

Searched defs:headerStream (Results 1 – 4 of 4) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/
Dstream.go92 type headerStream struct { struct
93 in *bufio.Reader
94 outMu sync.Mutex
95 out io.Writer
98 func (s *headerStream) Read(ctx context.Context) ([]byte, int64, error) {
145 func (s *headerStream) Write(ctx context.Context, data []byte) (int64, error) {
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dstream.go92 type headerStream struct { struct
93 in *bufio.Reader
94 outMu sync.Mutex
95 out io.Writer
98 func (s *headerStream) Read(ctx context.Context) ([]byte, int64, error) {
145 func (s *headerStream) Write(ctx context.Context, data []byte) (int64, error) {
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dstream.go92 type headerStream struct { struct
93 in *bufio.Reader
94 outMu sync.Mutex
95 out io.Writer
98 func (s *headerStream) Read(ctx context.Context) ([]byte, int64, error) {
145 func (s *headerStream) Write(ctx context.Context, data []byte) (int64, error) {
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp1739 std::stringstream headerStream; in WriteAuxiliaryContextCppSetupReplay() local
1782 std::stringstream headerStream; in WriteShareGroupCppSetupReplay() local
8297 std::stringstream headerStream; in runMidExecutionCapture() local
9101 std::stringstream headerStream; in writeMainContextCppReplay() local
9143 std::stringstream headerStream; in writeMainContextCppReplay() local
9210 std::stringstream headerStream; in writeMainContextCppReplay() local
9496 const std::stringstream &headerStream, in addPublicFunction()
9516 const std::stringstream &headerStream, in addPrivateFunction()