| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcViewportArrayTests.cpp | 76 void Utils::buffer::bind() const in bind() function in glcts::ViewportArray::Utils::buffer 209 void Utils::framebuffer::bind() in bind() function in glcts::ViewportArray::Utils::framebuffer 718 void Utils::texture::bind() const in bind() function in glcts::ViewportArray::Utils::texture 941 void Utils::vertexArray::bind() in bind() function in glcts::ViewportArray::Utils::vertexArray [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkImage.cpp | 270 void Image::bind(DeviceMemory *pDeviceMemory, VkDeviceSize pMemoryOffset) in bind() function in vk::Image
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceAssemblerMIPS32.cpp | 191 void AssemblerMIPS32::bind(Label *L) { in bind() function in Ice::MIPS32::AssemblerMIPS32
|
| H A D | IceAssemblerX8632.cpp | 3057 void AssemblerX8632::bind(Label *L) { in bind() function in Ice::X8632::AssemblerX8632
|
| H A D | IceAssemblerX8664.cpp | 3221 void AssemblerX8664::bind(Label *L) { in bind() function in Ice::X8664::AssemblerX8664
|
| /third_party/python/Lib/test/test_asyncio/ |
| H A D | test_base_events.py | 1251 def bind(addr): function [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsLifetimeTests.cpp | 138 void SimpleBinder::bind (GLuint name) in bind() function in deqp::gls::LifetimeTests::details::SimpleBinder 160 void bind (GLuint name) { glBindVertexArray(name); } in bind() function in deqp::gls::LifetimeTests::details::VertexArrayBinder 167 void bind (GLuint name) in bind() function in deqp::gls::LifetimeTests::details::QueryBinder [all...] |
| H A D | glsLongStressCase.cpp | 636 void bind (const deUint32 target) const { glBindBuffer(target, m_bufferGL); } in bind() function in deqp::gls::LongStressCaseInternal::Buffer
|
| 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
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| H A D | sockets.h | 2451 #define bind global() macro [all...] |
| /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...] |
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_core_linux.c | 1473 kbasep_cs_queue_bind(struct kbase_context *kctx, union kbase_ioctl_cs_queue_bind *bind) kbasep_cs_queue_bind() argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_core_linux.c | 1357 kbasep_cs_queue_bind(struct kbase_context *kctx, union kbase_ioctl_cs_queue_bind *bind) kbasep_cs_queue_bind() argument
|
| /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
|