| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsVertexArrayTests.cpp | 469 void ContextArray::bind (int attribNdx, int offset, int size, InputType inputType, OutputType outType, bool normalized, int stride) in bind() function in deqp::gls::ContextArray
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
| H A D | vktSparseResourcesBufferTests.cpp | 241 const VkSparseMemoryBind bind = in build() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
| H A D | swiper_pattern.h | 634 void SetBindIndicator(bool bind) in SetBindIndicator() argument
|
| /third_party/mesa3d/src/gallium/include/pipe/ |
| H A D | p_state.h | 584 unsigned bind; /**< bitmask of PIPE_BIND_x */ member
|
| /third_party/lwip/src/include/lwip/ |
| H A D | sockets.h | 635 #define bind(s,name,namelen) lwip_bind(s,name,namelen) macro
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_blitter.c | 1700 unsigned bind; in is_blit_generic_supported() local [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_cross_c.cpp | 976 HLSLResourceBinding bind; in spvc_compiler_hlsl_add_resource_binding() local 1184 MSLResourceBinding bind; spvc_compiler_msl_add_resource_binding() local [all...] |
| /third_party/python/Lib/ |
| H A D | turtle.py | 415 def bind(self, *args, **kwargs): member in ScrolledCanvas
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fFboSRGBWriteControlTests.cpp | 459 void TestVertexData::bind (void) const in bind() function in deqp::gles31::Functional::__anon30822::TestVertexData 536 void TestTexture2D::bind (const int textureUnit) in bind() function in deqp::gles31::Functional::__anon30822::TestTexture2D 633 void TestFramebuffer::bind (void) in bind() function in deqp::gles31::Functional::__anon30822::TestFramebuffer [all...] |
| /foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
| H A D | render_backend_gles.cpp | 2041 BindState& bind = boundObjects_[set]; in ProcessBindings() local [all...] |
| /third_party/elfutils/debuginfod/ |
| H A D | debuginfod.cxx | 958 sqlite_ps& bind(int parameter, const string& str) in bind() function 968 sqlite_ps& bind(int parameter, int64_t value) in bind() function 978 sqlite_ps& bind(int parameter) in bind() function [all...] |
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | assembler-ppc.cc | 588 void Assembler::bind(Label* L) { in bind() function in v8::internal::Assembler
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | assembler-ia32.cc | 1604 void Assembler::bind(Label* L) { in bind() function in v8::internal::Assembler
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | assembler-x64.cc | 537 void Assembler::bind(Label* L) { bind_to(L, pc_offset()); } in bind() function in v8::internal::Assembler
|
| /third_party/libabigail/src/ |
| H A D | abg-reader.cc | 2427 read_binding(xmlNodePtr node, decl_base::binding& bind) in read_binding() argument 3358 decl_base::binding bind = decl_base::BINDING_NONE; in build_function_decl() local 3638 decl_base::binding bind = decl_base::BINDING_NONE; build_var_decl() local 5408 decl_base::binding bind = decl_base::BINDING_NONE; build_function_tdecl() local [all...] |
| /third_party/rust/crates/libc/src/unix/newlib/ |
| H A D | mod.rs | 634 pub fn bind(fd: ::c_int, addr: *const sockaddr, len: socklen_t) -> ::c_int; in bind() functions
|
| /third_party/rust/crates/libc/src/windows/ |
| H A D | mod.rs | 529 pub fn bind(s: SOCKET, name: *const ::sockaddr, namelen: ::c_int) -> ::c_int; in bind() functions
|
| /third_party/rust/crates/libc/src/unix/bsd/ |
| H A D | mod.rs | 725 pub fn bind(socket: ::c_int, address: *const ::sockaddr, address_len: ::socklen_t) -> ::c_int; in bind() functions
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkPipelineConstructionUtil.cpp | 4276 void GraphicsPipelineWrapper::bind (vk::VkCommandBuffer cmdBuffer) const in bind() function in vk::GraphicsPipelineWrapper
|
| /third_party/vixl/src/aarch64/ |
| H A D | assembler-aarch64.cc | 56 void Assembler::bind(Label* label) { in bind() function in vixl::aarch64::Assembler
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_device.c | 4772 radv_sparse_buffer_bind_memory(struct radv_device *device, const VkSparseBufferMemoryBindInfo *bind) in radv_sparse_buffer_bind_memory() argument 4794 radv_sparse_image_opaque_bind_memory(struct radv_device *device, const VkSparseImageOpaqueMemoryBindInfo *bind) radv_sparse_image_opaque_bind_memory() argument 4817 radv_sparse_image_bind_memory(struct radv_device *device, const VkSparseImageMemoryBindInfo *bind) radv_sparse_image_bind_memory() argument [all...] |
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | assembler-arm64.cc | 545 void Assembler::bind(Label* label) { in bind() function in v8::internal::Assembler
|
| /third_party/node/deps/v8/src/codegen/mips64/ |
| H A D | assembler-mips64.cc | 1001 void Assembler::bind(Label* L) { in bind() function in v8::internal::Assembler
|
| /third_party/node/deps/v8/src/codegen/mips/ |
| H A D | assembler-mips.cc | 1073 void Assembler::bind(Label* L) { in bind() function in v8::internal::Assembler
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | assembler-loong64.cc | 605 void Assembler::bind(Label* L) { in bind() function in v8::internal::Assembler
|