Home
last modified time | relevance | path

Searched defs:buffer (Results 5476 - 5500 of 9602) sorted by relevance

1...<<211212213214215216217218219220>>...385

/third_party/skia/src/shaders/
H A DSkPictureShader.cpp126 sk_sp<SkFlattenable> SkPictureShader::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
[all...]
/third_party/skia/src/ports/
H A DSkFontMgr_config_parser.cpp521 void* buffer = XML_GetBuffer(parser, bufferSize); in parse_config_file() local
H A DSkFontHost_FreeType.cpp219 sk_ft_stream_io(FT_Stream ftStream, unsigned long offset, unsigned char* buffer, unsigned long count) sk_ft_stream_io() argument
/third_party/skia/tests/
H A DPDFPrimitivesTest.cpp44 SkDynamicMemoryWStream buffer; in emit_to_string() local
279 sk_sp<SkFlattenable> TestImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
376 char buffer[5]; in DEF_TEST() local
[all...]
H A DStreamTest.cpp352 uint8_t buffer[4096]; in stream_peek_test() local
382 uint8_t buffer[4096]; in DEF_TEST() local
[all...]
H A DCanvasTest.cpp640 sk_sp<SkFlattenable> ZeroBoundsImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
H A DTextBlobTest.cpp162 const SkTextBlobBuilder::RunBuffer& buffer = builder.allocRunPos(font, glyphCount); in TestBounds() local
360 SkTextBlobBuilder::RunBuffer buffer = builder->allocRun(font, glyphCount, x, y); in add_run() local
/third_party/skia/src/pdf/
H A DSkPDFTypes.cpp112 char buffer[3] = {'#', in write_name_escaped() local
H A DSkPDFUtils.cpp368 char buffer[5]; in Base85Encode() local
/third_party/skia/src/sksl/
H A DSkSLCompiler.cpp610 StringStream buffer; in toSPIRV() local
653 StringStream buffer; in toSPIRV() local
670 StringStream buffer; in toGLSL() local
696 StringStream buffer; in toMetal() local
[all...]
/third_party/skia/src/utils/
H A DSkCustomTypeface.cpp412 char* buffer = (char*)ram.get(); in Deserialize() local
/third_party/skia/third_party/externals/brotli/python/
H A D_brotli.cc109 const uint8_t* buffer = BrotliEncoderTakeOutput(enc, &buffer_length); in compress_stream() local
412 const uint8_t* buffer = BrotliDecoderTakeOutput(dec, &buffer_length); in decompress_stream() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRenderPipeline.cpp172 ValidateVertexBufferLayout( DeviceBase* device, const VertexBufferLayout* buffer, const EntryPointMetadata& metadata, ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes>* attributesSetMask) ValidateVertexBufferLayout() argument
[all...]
H A DDawnNative.cpp248 uint64_t GetAllocatedSizeForTesting(WGPUBuffer buffer) { in GetAllocatedSizeForTesting() argument
H A DCommandValidation.cpp160 MaybeError ValidateCopySizeFitsInBuffer(const Ref<BufferBase>& buffer, in ValidateCopySizeFitsInBuffer() argument
76 ValidateWriteBuffer(const DeviceBase* device, const BufferBase* buffer, uint64_t bufferOffset, uint64_t size) ValidateWriteBuffer() argument
458 ValidateCanUseAs(const BufferBase* buffer, wgpu::BufferUsage usage) ValidateCanUseAs() argument
[all...]
H A DBindGroupLayout.cpp78 const BufferBindingLayout& buffer = entry.buffer; in ValidateBindGroupLayoutEntry() local
[all...]
H A DShaderModule.h144 BufferBindingLayout buffer; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DUtilsD3D12.cpp266 RecordCopyTextureToBufferFromTextureCopySplit(ID3D12GraphicsCommandList* commandList, const TextureCopySubresource& baseCopySplit, Buffer* buffer, uint64_t baseOffset, uint64_t bufferBytesPerRow, Texture* texture, uint32_t textureMiplevel, uint32_t textureLayer, Aspect aspect) RecordCopyTextureToBufferFromTextureCopySplit() argument
297 Copy2DTextureToBufferWithCopySplit(ID3D12GraphicsCommandList* commandList, const TextureCopy& textureCopy, const BufferCopy& bufferCopy, Texture* texture, Buffer* buffer, const Extent3D& copySize) Copy2DTextureToBufferWithCopySplit() argument
341 Copy3DTextureToBuffer(ID3D12GraphicsCommandList* commandList, const TextureCopy& textureCopy, const BufferCopy& bufferCopy, Texture* texture, Buffer* buffer, const Extent3D& copySize) Copy3DTextureToBuffer() argument
361 RecordCopyTextureToBuffer(ID3D12GraphicsCommandList* commandList, const TextureCopy& textureCopy, const BufferCopy& bufferCopy, Texture* texture, Buffer* buffer, const Extent3D& copySize) RecordCopyTextureToBuffer() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDepthStencilStateTests.cpp311 wgpu::Buffer buffer = utils::CreateBufferFromData(device, &data, sizeof(TriangleData), in DoTest() local
H A DColorStateTests.cpp106 wgpu::Buffer buffer = in MakeBindGroupForColors() local
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dtest_utils_posix.cpp81 char buffer[kBufSize]; in ReadFromFile() local
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPURenderPassEncoder.cpp173 setIndexBuffer(Napi::Env env, interop::Interface<interop::GPUBuffer> buffer, interop::GPUIndexFormat indexFormat, interop::GPUSize64 offset, std::optional<interop::GPUSize64> size) setIndexBuffer() argument
191 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/freetype/src/base/
H A Dftbitmap.c169 unsigned char* buffer = NULL; ft_bitmap_assure_buffer() local
975 unsigned char* buffer = NULL; FT_EXPORT_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffdrivr.c316 cff_get_glyph_name( CFF_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max ) cff_get_glyph_name() argument
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/
H A Dftrandom.c353 char buffer[1025]; in FindFonts() local
440 static char buffer[8096]; in copyfont() local
520 char buffer[1024]; do_test() local
[all...]

Completed in 31 milliseconds

1...<<211212213214215216217218219220>>...385