Searched defs:headerStream (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | stream.go | 92 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/ |
D | stream.go | 92 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/ |
D | stream.go | 92 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/ |
D | FrameCaptureCommon.cpp | 790 const std::stringstream &headerStream, in addPublicFunction() 810 const std::stringstream &headerStream, in addPrivateFunction()
|
D | FrameCapture.cpp | 1490 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
|
D | FrameCaptureCL.cpp | 3292 std::stringstream headerStream; in writeMainContextCppReplayCL() local
|