Searched defs:headerStream (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/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) {
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
H A 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) {
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/ |
H A 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) {
|
/aosp_15_r20/frameworks/rs/ |
H A D | rsFileA3D.cpp | 59 void FileA3D::parseHeader(IStream *headerStream) { in parseHeader() 116 IStream headerStream(localData, false); in load() local 172 IStream headerStream(headerData, false); in load() local 313 OStream headerStream(5*1024, false); in writeFile() local
|
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | FrameCapture.cpp | 2151 std::stringstream headerStream; in WriteAuxiliaryContextCppSetupReplay() local 2195 std::stringstream headerStream; in WriteShareGroupCppSetupReplay() local 8986 std::stringstream headerStream; in runMidExecutionCapture() local 9792 std::stringstream headerStream; in writeMainContextCppReplay() local 9834 std::stringstream headerStream; in writeMainContextCppReplay() local 9900 std::stringstream headerStream; in writeMainContextCppReplay() local 10191 const std::stringstream &headerStream, in addPublicFunction() 10211 const std::stringstream &headerStream, in addPrivateFunction()
|