Home
last modified time | relevance | path

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

/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/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/angle/third_party/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/angle/src/libANGLE/capture/
DFrameCaptureCommon.cpp790 const std::stringstream &headerStream, in addPublicFunction()
810 const std::stringstream &headerStream, in addPrivateFunction()
DFrameCapture.cpp1490 std::stringstream headerStream; in WriteAuxiliaryContextCppSetupReplay() local
1534 std::stringstream headerStream; in WriteShareGroupCppSetupReplay() local
8114 std::stringstream headerStream; in runMidExecutionCapture() local
8861 std::stringstream headerStream; in writeMainContextCppReplay() local
8903 std::stringstream headerStream; in writeMainContextCppReplay() local
8969 std::stringstream headerStream; in writeMainContextCppReplay() local
DFrameCaptureCL.cpp3292 std::stringstream headerStream; in writeMainContextCppReplayCL() local