/third_party/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 414 mode_t mode; member
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | buffer_dec.c | 43 const WEBP_CSP_MODE mode = buffer->colorspace; in CheckDecBuffer() local 90 const WEBP_CSP_MODE mode = buffer->colorspace; in AllocateBuffer() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | backward_references_enc.h | 41 uint8_t mode; member [all...] |
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
H A D | pkgtypes.h | 121 const char *mode; /* Mode of building */ member
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | response.c | 467 MHD_create_response_from_buffer(size_t size, void *buffer, enum MHD_ResponseMemoryMode mode) MHD_create_response_from_buffer() argument
|
/third_party/skia/tests/ |
H A D | ProgramsTest.cpp | 198 SkBlendMode mode = static_cast<SkBlendMode>(d->fRandom->nextRangeU(0, in create_random_proc_tree() local
|
/third_party/skia/src/ports/ |
H A D | SkOSFile_posix.cpp | 28 int mode = F_OK; in sk_exists() local
|
H A D | SkOSFile_win.cpp | 24 int mode = 0; // existence in sk_exists() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | BufferD3D12.cpp | 356 MaybeError Buffer::MapAsyncImpl(wgpu::MapMode mode, size_t offset, size_t size) { in MapAsyncImpl() argument
|
H A D | RenderPipelineD3D12.cpp | 100 D3D12_INPUT_CLASSIFICATION VertexStepModeFunction(wgpu::VertexStepMode mode) { in VertexStepModeFunction() argument 138 D3D12_CULL_MODE D3D12CullMode(wgpu::CullMode mode) { in D3D12CullMode() argument
|
H A D | SwapChainD3D12.cpp | 29 uint32_t PresentModeToBufferCount(wgpu::PresentMode mode) { in PresentModeToBufferCount() argument 39 uint32_t PresentModeToSwapInterval(wgpu::PresentMode mode) { in PresentModeToSwapInterval() argument 49 UINT PresentModeToSwapChainFlags(wgpu::PresentMode mode) { in PresentModeToSwapChainFlags() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPipelineVk.cpp | 149 VkCullModeFlagBits VulkanCullMode(wgpu::CullMode mode) { in VulkanCullMode() argument
|
H A D | BufferVk.cpp | 305 MaybeError Buffer::MapAsyncImpl(wgpu::MapMode mode, size_t offset, size_t size) { in MapAsyncImpl() argument
|
H A D | SwapChainVk.cpp | 189 VkPresentModeKHR ToVulkanPresentMode(wgpu::PresentMode mode) { in ToVulkanPresentMode() argument 201 uint32_t MinImageCountForPresentMode(VkPresentModeKHR mode) { in MinImageCountForPresentMode() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Buffer.cpp | 314 void BufferBase::APIMapAsync(wgpu::MapMode mode, in APIMapAsync() argument 432 MaybeError BufferBase::ValidateMapAsync(wgpu::MapMode mode, in ValidateMapAsync() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | RenderPipelineGL.cpp | 42 ApplyFrontFaceAndCulling(const OpenGLFunctions& gl, wgpu::FrontFace face, wgpu::CullMode mode) ApplyFrontFaceAndCulling() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
H A D | Buffer.cpp | 159 void Buffer::MapAsync(WGPUMapModeFlags mode, in MapAsync() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | FirstIndexOffsetTests.cpp | 64 void FirstIndexOffsetTests::TestVertexIndex(DrawMode mode, uint32_t firstVertex) { in TestVertexIndex() argument 68 void FirstIndexOffsetTests::TestInstanceIndex(DrawMode mode, uint32_t firstInstance) { in TestInstanceIndex() argument 72 void FirstIndexOffsetTests::TestBothIndices(DrawMode mode, in TestBothIndices() argument 83 TestImpl(DrawMode mode, CheckIndex checkIndex, uint32_t firstVertex, uint32_t firstInstance) TestImpl() argument [all...] |
H A D | BufferTests.cpp | 546 const void* MapAsyncAndWait(const wgpu::Buffer& buffer, wgpu::MapMode mode, size_t size) { in MapAsyncAndWait() argument 22 MapAsyncAndWait(const wgpu::Buffer& buffer, wgpu::MapMode mode, size_t offset, size_t size) MapAsyncAndWait() argument
|
/third_party/pcre2/pcre2/ |
H A D | RunTest.bat | 158 set mode=
variable 205 set mode=-16
variable 210 set mode=-32
variable [all...] |
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | infutil.h | 31 inflate_block_mode mode; /* current inflate_block mode */ member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-blob.cc | 69 hb_blob_create(const char *data, unsigned int length, hb_memory_mode_t mode, void *user_data, hb_destroy_func_t destroy) hb_blob_create() argument 107 hb_blob_create_or_fail(const char *data, unsigned int length, hb_memory_mode_t mode, void *user_data, hb_destroy_func_t destroy) hb_blob_create_or_fail() argument [all...] |
/third_party/python/Modules/_io/ |
H A D | _iomodule.c | 196 _io_open_impl(PyObject *module, PyObject *file, const char *mode, int buffering, const char *encoding, const char *errors, const char *newline, int closefd, PyObject *opener) _io_open_impl() argument [all...] |
/third_party/python/Modules/ |
H A D | _dbmmodule.c | 72 newdbmobject(_dbm_state *state, const char *file, int flags, int mode) in newdbmobject() argument 458 dbmopen_impl(PyObject *module, PyObject *filename, const char *flags, int mode) dbmopen_impl() argument
|
/third_party/python/Modules/_io/clinic/ |
H A D | fileio.c.h | 59 const char *mode = "r"; in _io_FileIO___init__() local [all...] |