Searched refs:createStream (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/tests/ |
H A D | StreamBufferTest.cpp | 94 std::function<std::unique_ptr<SkStream>()> createStream; in DEF_TEST() member 110 test_buffer_from_beginning(r, f.createStream(), size); in DEF_TEST() 111 test_flushing(r, f.createStream(), size, false); in DEF_TEST() 112 test_flushing(r, f.createStream(), size, true); in DEF_TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 52 std::unique_ptr<MappedBlockStream> MappedBlockStream::createStream( in createStream() function in MappedBlockStream 77 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createDirectoryStream() 85 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createFpmStream() 317 WritableMappedBlockStream::createStream(uint32_t BlockSize, in createStream() function in WritableMappedBlockStream 334 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createIndexedStream() 344 return createStream(Layout.SB->BlockSize, SL, MsfData, Allocator); in createDirectoryStream() 363 createStream(Layout.SB->BlockSize, FullLayout, MsfData, Allocator); in createFpmStream() 370 return createStream(Layout.SB->BlockSize, MinLayout, MsfData, Allocator); in createFpmStream()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/ |
H A D | MappedBlockStream.h | 44 createStream(uint32_t BlockSize, const MSFStreamLayout &Layout, 110 createStream(uint32_t BlockSize, const MSFStreamLayout &Layout,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Display.h | 187 Error createStream(const AttributeMap &attribs, Stream **outStream);
|
H A D | Display.cpp | 1289 Error Display::createStream(const AttributeMap &attribs, Stream **outStream) in createStream() function in egl::Display
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | egl_ext_stubs.cpp | 99 ANGLE_EGL_TRY_RETURN(thread, display->createStream(attributes, &stream), "eglCreateStreamKHR", in CreateStreamKHR()
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |
Completed in 21 milliseconds