| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | PassResourceUsageTracker.cpp | 29 void SyncScopeUsageTracker::BufferUsedAs(BufferBase* buffer, wgpu::BufferUsage usage) { in BufferUsedAs() argument 89 BufferBase* buffer = group->GetBindingAsBufferBinding(bindingIndex).buffer; in AddBindGroup() local 182 void ComputePassResourceUsageTracker::AddReferencedBuffer(BufferBase* buffer) { in AddReferencedBuffer() argument [all...] |
| H A D | BindingInfo.h | 65 BufferBindingLayout buffer; member
|
| /third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
| H A D | ServerBuffer.cpp | 25 auto* buffer = BufferObjects().Get(cmd.selfId); in PreHandleBufferUnmap() local 42 auto* buffer = BufferObjects().Get(cmd.selfId); in PreHandleBufferDestroy() local 66 auto* buffer = BufferObjects().Get(bufferId); DoBufferMapAsync() local 203 auto* buffer = BufferObjects().Get(bufferId); DoBufferUpdateMappedData() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | DeviceLostTests.cpp | 251 wgpu::Buffer buffer = device.CreateBuffer(&bufferDescriptor); in TEST_P() local 264 wgpu::Buffer buffer = device.CreateBuffer(&bufferDescriptor); in TEST_P() local 277 wgpu::Buffer buffer = device.CreateBuffer(&bufferDescriptor); in TEST_P() local 300 wgpu::Buffer buffer = device.CreateBuffer(&bufferDescriptor); TEST_P() local 314 wgpu::Buffer buffer = device.CreateBuffer(&bufferDescriptor); TEST_P() local 327 wgpu::Buffer buffer = device.CreateBuffer(&bufferDescriptor); TEST_P() local 353 wgpu::Buffer buffer = device.CreateBuffer(&desc); TEST_P() local 367 wgpu::Buffer buffer = device.CreateBuffer(&desc); TEST_P() local 384 wgpu::Buffer buffer = device.CreateBuffer(&desc); TEST_P() local 486 wgpu::Buffer buffer = device.CreateBuffer(&bufferDesc); TEST_P() local 519 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); TEST_P() local [all...] |
| H A D | PrimitiveStateTests.cpp | 108 wgpu::Buffer buffer = utils::CreateBufferFromData(device, &data, sizeof(TriangleData), in DoTest() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
| H A D | DawnPerfTestPlatform.cpp | 77 auto buffer = std::make_unique<std::vector<TraceEvent>>(); in GetLocalTraceEventBuffer() local 111 std::vector<TraceEvent>* buffer = GetLocalTraceEventBuffer(); in AddTraceEvent() local
|
| /third_party/skia/third_party/externals/freetype/include/freetype/ |
| H A D | ftcache.h | 919 FT_Byte* buffer; member
|
| /third_party/skia/third_party/externals/freetype/src/lzw/ |
| H A D | ftlzw.c | 72 FT_Byte buffer[FT_LZW_BUFFER_SIZE]; /* output buffer */ member 234 ft_lzw_file_io( FT_LZWFile zip, FT_ULong pos, FT_Byte* buffer, FT_ULong count ) ft_lzw_file_io() argument 329 ft_lzw_stream_io( FT_Stream stream, unsigned long offset, unsigned char* buffer, unsigned long count ) ft_lzw_stream_io() argument [all...] |
| /third_party/skia/third_party/externals/freetype/src/type1/ |
| H A D | t1driver.c | 60 t1_get_glyph_name( T1_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max ) t1_get_glyph_name() argument
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-aat-layout-trak-table.hh | 170 hb_buffer_t *buffer = c->buffer; in apply() local [all...] |
| H A D | hb-buffer-serialize.cc | 102 _hb_buffer_serialize_glyphs_json (hb_buffer_t *buffer, in _hb_buffer_serialize_glyphs_json() argument 205 _hb_buffer_serialize_unicode_json (hb_buffer_t *buffer, in _hb_buffer_serialize_unicode_json() argument 258 _hb_buffer_serialize_glyphs_text (hb_buffer_t *buffer, in _hb_buffer_serialize_glyphs_text() argument 352 _hb_buffer_serialize_unicode_text(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_buffer_serialize_flags_t flags) _hb_buffer_serialize_unicode_text() argument 459 hb_buffer_serialize_glyphs(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_font_t *font, hb_buffer_serialize_format_t format, hb_buffer_serialize_flags_t flags) hb_buffer_serialize_glyphs() argument 561 hb_buffer_serialize_unicode(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_buffer_serialize_format_t format, hb_buffer_serialize_flags_t flags) hb_buffer_serialize_unicode() argument 603 _hb_buffer_serialize_invalid(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_buffer_serialize_format_t format, hb_buffer_serialize_flags_t flags) _hb_buffer_serialize_invalid() argument 659 hb_buffer_serialize(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_font_t *font, hb_buffer_serialize_format_t format, hb_buffer_serialize_flags_t flags) hb_buffer_serialize() argument 744 hb_buffer_deserialize_glyphs(hb_buffer_t *buffer, const char *buf, int buf_len, const char **end_ptr, hb_font_t *font, hb_buffer_serialize_format_t format) hb_buffer_deserialize_glyphs() argument 816 hb_buffer_deserialize_unicode(hb_buffer_t *buffer, const char *buf, int buf_len, const char **end_ptr, hb_buffer_serialize_format_t format) hb_buffer_deserialize_unicode() argument [all...] |
| H A D | hb-ot-shape-normalize.cc | 102 output_char (hb_buffer_t *buffer, hb_codepoint_t unichar, hb_codepoint_t glyph) in output_char() argument 111 next_char (hb_buffer_t *buffer, hb_codepoint_t glyph) in next_char() argument 118 skip_char (hb_buffer_t *buffer) in skip_char() argument 128 hb_buffer_t * const buffer = c->buffer; decompose() local 170 hb_buffer_t * const buffer = c->buffer; decompose_current_character() local 226 hb_buffer_t * const buffer = c->buffer; handle_variation_selector_cluster() local 268 hb_buffer_t * const buffer = c->buffer; decompose_multi_char_cluster() local 291 _hb_ot_shape_normalize(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, hb_font_t *font) _hb_ot_shape_normalize() argument [all...] |
| H A D | hb-shape-plan.cc | 388 _hb_shape_plan_execute_internal(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) _hb_shape_plan_execute_internal() argument 447 hb_shape_plan_execute(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) hb_shape_plan_execute() argument [all...] |
| /third_party/skia/third_party/externals/harfbuzz/test/api/ |
| H A D | test-shape.c | 75 hb_buffer_t *buffer; in test_font() local 146 hb_buffer_t *buffer; in test_shape_clusters() local [all...] |
| /third_party/skia/third_party/externals/harfbuzz/util/ |
| H A D | shape-format.hh | 100 shape_format_options_t::serialize (hb_buffer_t *buffer, in serialize() argument 130 shape_format_options_t::serialize_buffer_of_text (hb_buffer_t *buffer, in serialize_buffer_of_text() argument 164 shape_format_options_t::serialize_buffer_of_glyphs (hb_buffer_t *buffer, in serialize_buffer_of_glyphs() argument [all...] |
| /third_party/skia/third_party/externals/piex/src/binary_parse/ |
| H A D | range_checked_byte_ptr.h | 329 } buffer; in convert() local
|
| /third_party/python/Modules/_blake2/impl/ |
| H A D | blake2b-ref.c | 326 uint8_t buffer[BLAKE2B_OUTBYTES]; in blake2b_final() local
|
| H A D | blake2s-ref.c | 316 uint8_t buffer[BLAKE2S_OUTBYTES]; in blake2s_final() local
|
| /third_party/python/Misc/ |
| H A D | coverity_model.c | 106 unsigned char buffer[4]; in r_long() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | TrailingObjects.h | 367 alignas(BaseTy) char buffer[Size]; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceAssembler.cpp | 73 void AssemblerBuffer::EnsureCapacity::validate(AssemblerBuffer *buffer) { in validate() argument
|
| /third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
| H A D | util.cc | 55 spvtools::MessageConsumer GetBufferMessageConsumer(std::stringstream* buffer) { in GetBufferMessageConsumer() argument
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | calculate_array_length.cc | 45 sem::Node const* const buffer; member in tint::transform::__anon26111::ArrayUsage::sem
|
| /third_party/skia/third_party/externals/tint/src/writer/ |
| H A D | text_generator.cc | 146 TextGenerator::ScopedIndent::ScopedIndent(TextBuffer* buffer) in ScopedIndent() argument
|
| H A D | text_generator.h | 158 TextBuffer* buffer; member 221 line(TextBuffer* buffer) line() argument [all...] |