Home
last modified time | relevance | path

Searched defs:access (Results 1 - 25 of 421) sorted by relevance

12345678910>>...17

/third_party/musl/src/unistd/
H A Daccess.c5 int access(const char *filename, int amode) in access() function
/third_party/libunwind/libunwind/doc/
H A Dunw_create_addr_space.tex[all...]
/third_party/skia/third_party/externals/tint/src/ast/
H A Daccess.cc20 std::ostream& operator<<(std::ostream& out, Access access) { in operator <<() argument
H A Dpointer.h62 ast::Access const access; member in tint::ast::Pointer::ast
H A Dpointer.cc39 out << ", " << access; in FriendlyName() local
H A Dstorage_texture.cc157 out << "texture_storage_" << dim << "<" << format << ", " << access << ">"; in FriendlyName() local
/third_party/alsa-utils/axfer/
H A Dframe-cache.h17 snd_pcm_access_t access; member
H A Dframe-cache.c48 int frame_cache_init(struct frame_cache *cache, snd_pcm_access_t access, in frame_cache_init() argument
H A Dmapper.c71 mapper_context_pre_process(struct mapper_context *mapper, snd_pcm_access_t access, unsigned int bytes_per_sample, unsigned int samples_per_frame, unsigned int frames_per_buffer, struct container_context *cntrs) mapper_context_pre_process() argument
H A Dmapper.h39 snd_pcm_access_t access; member
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_validate.h41 enum rogue_register_access access; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_vdpau.h52 st_vdpau_map_surface(struct gl_context *ctx, GLenum target, GLenum access, in st_vdpau_map_surface() argument
57 st_vdpau_unmap_surface(struct gl_context *ctx, GLenum target, GLenum access, in st_vdpau_unmap_surface() argument
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_variable_qualifier_test.cc25 ast::Access access; member
/third_party/skia/third_party/externals/tint/src/sem/
H A Dpointer_type.cc25 Pointer(const Type* subtype, ast::StorageClass storage_class, ast::Access access) Pointer() argument
H A Dreference_type.cc24 Reference(const Type* subtype, ast::StorageClass storage_class, ast::Access access) Reference() argument
H A Dstorage_texture_type.cc24 StorageTexture(ast::TextureDimension dim, ast::ImageFormat format, ast::Access access, sem::Type* subtype) StorageTexture() argument
H A Dstorage_texture_type.h53 ast::Access access() const { return access_; } in access() function in tint::sem::StorageTexture
H A Dvariable.cc31 Variable(const ast::Variable* declaration, const sem::Type* type, ast::StorageClass storage_class, ast::Access access, Constant constant_value) Variable() argument
44 LocalVariable(const ast::Variable* declaration, const sem::Type* type, ast::StorageClass storage_class, ast::Access access, const sem::Statement* statement, Constant constant_value) LocalVariable() argument
55 GlobalVariable(const ast::Variable* declaration, const sem::Type* type, ast::StorageClass storage_class, ast::Access access, Constant constant_value, sem::BindingPoint binding_point) GlobalVariable() argument
66 Parameter(const ast::Variable* declaration, uint32_t index, const sem::Type* type, ast::StorageClass storage_class, ast::Access access, const ParameterUsage usage ) Parameter() argument
/third_party/skia/docs/examples/
H A DCanvas_accessTopLayerPixels_b.cpp17 uint32_t* access = (uint32_t*) canvas->accessTopLayerPixels(&imageInfo, &rowBytes, &origin); in REG_FIDDLE() local
/third_party/lwip/src/include/lwip/apps/
H A Dsnmp_scalar.h56 snmp_access_t access; member
79 snmp_access_t access; member
/third_party/node/deps/v8/src/base/
H A Dvirtual-address-space-page-allocator.cc14 AllocatePages( void* hint, size_t size, size_t alignment, PageAllocator::Permission access) AllocatePages() argument
54 SetPermissions( void* address, size_t size, PageAllocator::Permission access) SetPermissions() argument
/third_party/node/deps/v8/src/base/sanitizer/
H A Dlsan-page-allocator.cc24 AllocatePages(void* hint, size_t size, size_t alignment, PageAllocator::Permission access) AllocatePages() argument
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_libpci.cpp98 pci_access *access = pci.Alloc(); in GetPCIDevicesWithLibPCI() local
/third_party/skia/src/core/
H A DSkMipmapAccessor.cpp103 auto* access = alloc->make<SkMipmapAccessor>(as_IB(image), inv, mipmap); in Make() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DBuffer.cpp86 void* Buffer::mapRange(GLintptr offset, GLsizeiptr length, GLbitfield access) in mapRange() argument

Completed in 7 milliseconds

12345678910>>...17