/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPURenderBundleEncoder.cpp | 100 setIndexBuffer(Napi::Env env, interop::Interface<interop::GPUBuffer> buffer, interop::GPUIndexFormat indexFormat, interop::GPUSize64 offset, std::optional<interop::GPUSize64> size) setIndexBuffer() argument 121 setVertexBuffer(Napi::Env env, interop::GPUIndex32 slot, interop::Interface<interop::GPUBuffer> buffer, interop::GPUSize64 offset, std::optional<interop::GPUSize64> size) setVertexBuffer() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
H A D | Buffer.cpp | 78 Buffer* buffer = bufferObjectAndSerial->object.get(); in Create() local [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | GpuMemorySynchronizationTests.cpp | 29 wgpu::Buffer buffer = device.CreateBuffer(&srcDesc); in CreateBuffer() local 36 CreatePipelineAndBindGroupForCompute( const wgpu::Buffer& buffer) CreatePipelineAndBindGroupForCompute() argument 57 CreatePipelineAndBindGroupForRender( const wgpu::Buffer& buffer, wgpu::TextureFormat colorFormat) CreatePipelineAndBindGroupForRender() argument 96 wgpu::Buffer buffer = CreateBuffer(); TEST_P() local 127 wgpu::Buffer buffer = CreateBuffer(); TEST_P() local 156 wgpu::Buffer buffer = CreateBuffer(); TEST_P() local 194 wgpu::Buffer buffer = CreateBuffer(); TEST_P() local 427 wgpu::Buffer buffer = device.CreateBuffer(&srcDesc); CreateZeroedBuffer() local 600 wgpu::Buffer buffer = CreateZeroedBuffer( TEST_P() local [all...] |
H A D | FirstIndexOffsetTests.cpp | 170 wgpu::Buffer buffer = utils::CreateBufferFromData( in TestImpl() local
|
H A D | BufferTests.cpp | 22 void MapAsyncAndWait(const wgpu::Buffer& buffer, in MapAsyncAndWait() argument 64 wgpu::Buffer buffer = CreateMapReadBuffer(4); in TEST_P() local 78 wgpu::Buffer buffer in TEST_P() local 87 wgpu::Buffer buffer = CreateMapReadBuffer(12); TEST_P() local 99 wgpu::Buffer buffer = CreateMapReadBuffer(4); TEST_P() local 118 wgpu::Buffer buffer = CreateMapReadBuffer(12); TEST_P() local 135 wgpu::Buffer buffer = CreateMapReadBuffer(kByteSize); TEST_P() local 169 wgpu::Buffer buffer = CreateMapReadBuffer(kBufferSize); TEST_P() local 177 wgpu::Buffer buffer; TEST_P() member 208 wgpu::Buffer buffer = CreateMapWriteBuffer(4); TEST_P() local 222 wgpu::Buffer buffer = CreateMapWriteBuffer(4); TEST_P() local 236 wgpu::Buffer buffer = CreateMapWriteBuffer(0); TEST_P() local 246 wgpu::Buffer buffer = CreateMapWriteBuffer(12); TEST_P() local 258 wgpu::Buffer buffer = CreateMapWriteBuffer(4); TEST_P() local 277 wgpu::Buffer buffer = CreateMapWriteBuffer(12); TEST_P() local 297 wgpu::Buffer buffer = CreateMapWriteBuffer(16); TEST_P() local 324 wgpu::Buffer buffer = CreateMapWriteBuffer(12); TEST_P() local 343 wgpu::Buffer buffer = CreateMapWriteBuffer(kDataSize * sizeof(uint32_t)); TEST_P() local 408 wgpu::Buffer buffer = CreateMapReadBuffer(sizeof(data)); TEST_P() local 441 wgpu::Buffer buffer = CreateMapWriteBuffer(4); TEST_P() local 448 wgpu::Buffer buffer; TEST_P() member 482 wgpu::Buffer buffer = CreateMapWriteBuffer(4); TEST_P() local 489 wgpu::Buffer buffer; TEST_P() member 524 wgpu::Buffer buffer = CreateMapWriteBuffer(0); TEST_P() local 546 MapAsyncAndWait(const wgpu::Buffer& buffer, wgpu::MapMode mode, size_t size) MapAsyncAndWait() argument 557 UnmapBuffer(const wgpu::Buffer& buffer) UnmapBuffer() argument 572 wgpu::Buffer buffer = BufferMappedAtCreation(usage, byteLength); BufferMappedAtCreationWithData() local 581 wgpu::Buffer buffer = BufferMappedAtCreationWithData( TEST_P() local 590 wgpu::Buffer buffer = BufferMappedAtCreationWithData(wgpu::BufferUsage::MapRead, {myData}); TEST_P() local 601 wgpu::Buffer buffer = BufferMappedAtCreationWithData(wgpu::BufferUsage::CopySrc, {myData}); TEST_P() local 615 wgpu::Buffer buffer = BufferMappedAtCreationWithData( TEST_P() local 630 wgpu::Buffer buffer = BufferMappedAtCreationWithData(wgpu::BufferUsage::MapRead, myData); TEST_P() local 647 wgpu::Buffer buffer = BufferMappedAtCreationWithData(wgpu::BufferUsage::CopySrc, {myData}); TEST_P() local 658 wgpu::Buffer buffer = BufferMappedAtCreation(wgpu::BufferUsage::CopySrc, 4); TEST_P() local 664 wgpu::Buffer buffer = BufferMappedAtCreation(wgpu::BufferUsage::MapRead, 4); TEST_P() local 671 wgpu::Buffer buffer = BufferMappedAtCreationWithData( TEST_P() local 696 wgpu::Buffer buffer = BufferMappedAtCreationWithData( TEST_P() local 724 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); TEST_P() local 738 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); TEST_P() local 754 wgpu::Buffer buffer; TEST_P() local 766 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); TEST_P() local 779 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); TEST_P() local [all...] |
H A D | ShaderTests.cpp | 50 wgpu::Buffer buffer = CreateBuffer(kSteps); in TEST_P() local 400 wgpu::Buffer buffer = CreateBuffer(kCount); in TEST_P() local 477 wgpu::Buffer buffer = CreateBuffer(kCount); in TEST_P() local 536 wgpu::Buffer buffer in TEST_P() local [all...] |
H A D | QueueTests.cpp | 46 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); in TEST_P() local 59 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); in TEST_P() local 75 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); in TEST_P() local 93 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); TEST_P() local 123 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); TEST_P() local 141 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); TEST_P() local 160 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); TEST_P() local 180 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); TEST_P() local [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | CommandAllocatorTests.cpp | 50 uint32_t buffer[kBigBufferSize]; member
|
/third_party/skia/third_party/externals/angle2/util/windows/ |
H A D | test_utils_win.cpp | 91 char buffer[8192]; in ReadFromFile() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/ |
H A D | WGPUHelpers.cpp | 53 Ref<BufferBase> buffer; in CreateBufferFromData() local 149 BindingInitializationHelper(uint32_t binding, const Ref<BufferBase>& buffer, uint64_t offset, uint64_t size) BindingInitializationHelper() argument [all...] |
/third_party/openssl/apps/ |
H A D | openssl.c | 109 char buffer[256], *hex; in internal_trace_cb() local
|
/third_party/openssl/crypto/dso/ |
H A D | dso_dlfcn.c | 372 char *buffer, *member; in dladdr() local
|
/third_party/skia/third_party/externals/freetype/src/bzip2/ |
H A D | ftbzip2.c | 105 FT_Byte buffer[FT_BZIP2_BUFFER_SIZE]; /* output buffer */ member 357 ft_bzip2_file_io( FT_BZip2File zip, FT_ULong pos, FT_Byte* buffer, FT_ULong count ) ft_bzip2_file_io() argument 444 ft_bzip2_stream_io( FT_Stream stream, unsigned long offset, unsigned char* buffer, unsigned long count ) ft_bzip2_stream_io() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/cid/ |
H A D | cidload.c | 677 FT_Byte buffer[256]; in cid_hex_to_binary() local
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | ftgzip.c | 191 FT_Byte buffer[FT_GZIP_BUFFER_SIZE]; /* output buffer */ member 497 ft_gzip_file_io( FT_GZipFile zip, FT_ULong pos, FT_Byte* buffer, FT_ULong count ) ft_gzip_file_io() argument 587 ft_gzip_stream_io( FT_Stream stream, unsigned long offset, unsigned char* buffer, unsigned long count ) ft_gzip_stream_io() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout.cc | 271 hb_aat_layout_zero_width_deleted_glyphs (hb_buffer_t *buffer) in hb_aat_layout_zero_width_deleted_glyphs() argument 243 hb_aat_layout_substitute(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) hb_aat_layout_substitute() argument 288 hb_aat_layout_remove_deleted_glyphs(hb_buffer_t *buffer) hb_aat_layout_remove_deleted_glyphs() argument 313 hb_aat_layout_position(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) hb_aat_layout_position() argument 346 hb_aat_layout_track(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) hb_aat_layout_track() argument [all...] |
H A D | hb-ot-shape-complex-arabic-fallback.hh | 333 arabic_fallback_plan_shape(arabic_fallback_plan_t *fallback_plan, hb_font_t *font, hb_buffer_t *buffer) arabic_fallback_plan_shape() argument
|
H A D | hb-ot-shape-complex-hangul.cc | 133 preprocess_text_hangul(const hb_ot_shape_plan_t *plan HB_UNUSED, hb_buffer_t *buffer, hb_font_t *font) preprocess_text_hangul() argument 399 setup_masks_hangul(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, hb_font_t *font HB_UNUSED) setup_masks_hangul() argument [all...] |
H A D | hb-ot-shape-complex-indic-machine.hh | 433 find_syllables_indic (hb_buffer_t *buffer) in find_syllables_indic() argument
|
H A D | hb-ot-shape-complex-khmer-machine.hh | 259 find_syllables_khmer (hb_buffer_t *buffer) in find_syllables_khmer() argument
|
H A D | hb-ot-shape-complex-khmer.cc | 169 setup_masks_khmer(const hb_ot_shape_plan_t *plan HB_UNUSED, hb_buffer_t *buffer, hb_font_t *font HB_UNUSED) setup_masks_khmer() argument 185 setup_syllables_khmer(const hb_ot_shape_plan_t *plan HB_UNUSED, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) setup_syllables_khmer() argument 199 reorder_consonant_syllable(const hb_ot_shape_plan_t *plan, hb_face_t *face HB_UNUSED, hb_buffer_t *buffer, unsigned int start, unsigned int end) reorder_consonant_syllable() argument 276 reorder_syllable_khmer(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) reorder_syllable_khmer() argument 295 reorder_khmer(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) reorder_khmer() argument [all...] |
H A D | hb-ot-shape-complex-myanmar-machine.hh | 375 find_syllables_myanmar (hb_buffer_t *buffer) in find_syllables_myanmar() argument
|
H A D | hb-ot-shape-complex-use.cc | 189 setup_masks_use(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, hb_font_t *font HB_UNUSED) setup_masks_use() argument 213 setup_rphf_mask(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer) setup_rphf_mask() argument 232 setup_topographical_masks(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer) setup_topographical_masks() argument 297 setup_syllables_use(const hb_ot_shape_plan_t *plan, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) setup_syllables_use() argument 309 record_rphf_use(const hb_ot_shape_plan_t *plan, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) record_rphf_use() argument 332 record_pref_use(const hb_ot_shape_plan_t *plan HB_UNUSED, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) record_pref_use() argument 358 reorder_syllable_use(hb_buffer_t *buffer, unsigned int start, unsigned int end) reorder_syllable_use() argument 440 reorder_use(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) reorder_use() argument 462 preprocess_text_use(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, hb_font_t *font) preprocess_text_use() argument [all...] |
H A D | hb-ot-shape-fallback.cc | 189 zero_mark_advances (hb_buffer_t *buffer, in zero_mark_advances() argument 169 _hb_ot_shape_fallback_mark_position_recategorize_marks(const hb_ot_shape_plan_t *plan HB_UNUSED, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) _hb_ot_shape_fallback_mark_position_recategorize_marks() argument 209 position_mark(const hb_ot_shape_plan_t *plan HB_UNUSED, hb_font_t *font, hb_buffer_t *buffer, hb_glyph_extents_t &base_extents, unsigned int i, unsigned int combining_class) position_mark() argument 316 position_around_base(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer, unsigned int base, unsigned int end, bool adjust_offsets_when_zeroing) position_around_base() argument 412 position_cluster(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer, unsigned int start, unsigned int end, bool adjust_offsets_when_zeroing) position_cluster() argument 440 _hb_ot_shape_fallback_mark_position(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer, bool adjust_offsets_when_zeroing) _hb_ot_shape_fallback_mark_position() argument 486 _hb_ot_shape_fallback_kern(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) _hb_ot_shape_fallback_kern() argument 517 _hb_ot_shape_fallback_spaces(const hb_ot_shape_plan_t *plan HB_UNUSED, hb_font_t *font, hb_buffer_t *buffer) _hb_ot_shape_fallback_spaces() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-draw.c | 451 hb_buffer_t *buffer = hb_buffer_create (); in test_hb_draw_font_kit_glyphs_tests() local 544 hb_buffer_t *buffer = hb_buffer_create (); in test_hb_draw_font_kit_variations_tests() local 589 hb_buffer_t *buffer = hb_buffer_create (); test_hb_draw_font_kit_variations_tests() local 633 hb_buffer_t *buffer = hb_buffer_create (); test_hb_draw_font_kit_variations_tests() local 680 hb_buffer_t *buffer = hb_buffer_create (); test_hb_draw_font_kit_variations_tests() local 704 hb_buffer_t *buffer = hb_buffer_create (); test_hb_draw_font_kit_variations_tests() local 729 hb_buffer_t *buffer = hb_buffer_create (); test_hb_draw_font_kit_variations_tests() local [all...] |