Searched defs:interface (Results 151 - 171 of 171) sorted by relevance

1234567

/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp577 void computeStd140Layout (UniformLayout& layout, const ShaderInterface& interface) argument
581 int numUniformBlocks = interface.getNumUniformBlocks();
585 const UniformBlock& block = interface.getUniformBlock(blockNdx);
772 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) argument
774 for (int ndx = 0; ndx < interface.getNumUniformBlocks(); ++ndx)
775 collectUniqueBasicTypes(basicTypes, interface.getUniformBlock(ndx));
778 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface) argument
784 collectUniqueBasicTypes(types, interface);
1053 void generateCompareSrc (std::ostringstream& src, const char* resultVar, const ShaderInterface& interface, const UniformLayout& layout, const std::map<int, void*>& blockPointers, bool isVertex) argument
1057 for (int blockNdx = 0; blockNdx < interface
1092 generateVertexShader(std::ostringstream& src, glu::GLSLVersion glslVersion, const ShaderInterface& interface, const UniformLayout& layout, const std::map<int, void*>& blockPointers) argument
1130 generateFragmentShader(std::ostringstream& src, glu::GLSLVersion glslVersion, const ShaderInterface& interface, const UniformLayout& layout, const std::map<int, void*>& blockPointers) argument
[all...]
/external/dnsmasq/src/
H A Drfc2131.c94 int mac_len, char *interface, char *string, u32 xid);
153 /* set tag with name == interface */
283 contexts which match the addresses of the receiving interface but if the
1387 int mac_len, char *interface, char *string, u32 xid)
1401 interface,
1409 interface,
1386 log_packet(char *type, void *addr, unsigned char *ext_mac, int mac_len, char *interface, char *string, u32 xid) argument
H A Ddnsmasq.h251 char *intr; /* interface name */
322 char interface[IF_NAMESIZE+1]; member in struct:serverfd
334 char interface[IF_NAMESIZE+1]; member in struct:server
356 /* interface and address parms from command line. */
834 void lease_set_interface(struct dhcp_lease *lease, int interface);
/external/freetype/src/base/
H A Dftobjs.c2340 /* `attach_file' interface */
4485 FT_Module_Interface interface; local
4519 /* check whether we have a service interface */
4528 interface = cur[0]->clazz->get_interface( cur[0],
4530 if ( !interface )
4537 service = (FT_Service_Properties)interface;
/external/iputils/
H A Drdisc.c66 struct interface struct
68 struct in_addr address; /* Used to identify the interface */
69 struct in_addr localaddr; /* Actual address if the interface */
81 * Use 255.255.255.255 for broadcasts - not the interface broadcast
102 static int sendbcastif(int s, char *packet, int packetlen, struct interface *ifp);
103 static int sendmcastif(int s, char *packet, int packetlen, struct sockaddr_in *sin, struct interface *ifp);
155 static struct interface *interfaces;
607 * physical interface. (increment with rap->icmp_wpa * 4 for
626 struct interface *ifp = &interfaces[i];
628 * Verify that the interface matche
[all...]
/external/libusb/libusb/
H A Dlibusb.h69 * this bDeviceClass value indicates that each interface specifies its
213 /** Return the selected alternate setting for the specified interface */
216 /** Select an alternate interface for the specified interface */
403 * A structure representing the standard USB interface descriptor. This
416 /** Number of this interface */
419 /** Value used to select this alternate setting for this interface */
422 /** Number of endpoints used by this interface (excluding the control
426 /** USB-IF class code for this interface. See \ref libusb_class_code. */
429 /** USB-IF subclass code for this interface, qualifie
500 const struct libusb_interface *interface; member in struct:libusb_config_descriptor
[all...]
/external/libusb/libusb/os/
H A Dlinux_usbfs.c1144 "claim interface failed, error %d errno %d", r, errno);
1159 "release interface failed, error %d errno %d", r, errno);
1172 setintf.interface = iface;
1226 int interface)
1232 getdrv.interface = interface;
1249 int interface)
1255 command.ifno = interface;
1277 int interface)
1283 command.ifno = interface;
1225 op_kernel_driver_active(struct libusb_device_handle *handle, int interface) argument
1248 op_detach_kernel_driver(struct libusb_device_handle *handle, int interface) argument
1276 op_attach_kernel_driver(struct libusb_device_handle *handle, int interface) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c2 * WPA Supplicant / dbus-based control interface
47 "interface=org.freedesktop.DBus,member=NameOwnerChanged";
124 * wpas_dbus_signal_interface - Send a interface related event signal
125 * @wpa_s: %wpa_supplicant network interface data
129 * Notify listeners about event related with interface
140 /* Do nothing if the control interface is not turned on */
172 * wpas_dbus_signal_interface_added - Send a interface created signal
173 * @wpa_s: %wpa_supplicant network interface data
175 * Notify listeners about creating new interface
184 * wpas_dbus_signal_interface_removed - Send a interface remove
3409 wpas_dbus_signal_peer(struct wpa_supplicant *wpa_s, const u8 *dev_addr, const char *interface, const char *sig_name) argument
[all...]
/external/chromium_org/pdf/
H A Dout_of_process_instance.cc211 const PPB_Instance_Private* interface = local
216 interface->GetWindowObject(instance->pp_instance()));
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusb.h70 /* 'interface' might be defined as a macro on Windows, so we need to
72 * libusb_config_descriptor has an 'interface' member
77 #if defined(interface)
78 #undef interface macro
194 * this bDeviceClass value indicates that each interface specifies its
383 /** Return the selected alternate setting for the specified interface */
386 /** Select an alternate interface for the specified interface */
580 * A structure representing the standard USB interface descriptor. This
593 /** Number of this interface */
677 const struct libusb_interface *interface; member in struct:libusb_config_descriptor
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.cpp124 GrGLClearErr(fGLContext.interface());
267 // currently part of our gl interface. There are probably others as
530 GrGLenum check_alloc_error(const GrTextureDesc& desc, const GrGLInterface* interface) { argument
532 return GR_GL_GET_ERROR(interface);
534 return CHECK_ALLOC_ERROR(interface);
784 CLEAR_ERROR_BEFORE_ALLOC(ctx.interface());
790 GL_ALLOC_CALL(ctx.interface(),
797 GL_ALLOC_CALL(ctx.interface(),
805 GL_ALLOC_CALL(ctx.interface(),
815 return (GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(ctx.interface()));;
[all...]
/external/mdnsresponder/mDNSCore/
H A DuDNS.c104 mDNSexport DNSServer *mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout) argument
117 LogInfo("mDNS_AddDNSServer: Adding %#a for %##s, InterfaceID %p, scoped %d", addr, d->c, interface, scoped);
121 while (*p) // Check if we already have this {interface,address,port,domain} tuple registered
123 if ((*p)->scoped == scoped && (*p)->interface == interface && (*p)->teststate != DNSServer_Disabled &&
126 if (!((*p)->flags & DNSServer_FlagDelete)) debugf("Note: DNS Server %#a:%d for domain %##s (%p) registered more than once", addr, mDNSVal16(port), d->c, interface);
146 (*p)->interface = interface;
1678 #pragma mark - host name and interface management
4267 else err = mDNSSendDNSMessage(m, &m->omsg, end, q->qDNSServer->interface,
[all...]
H A DmDNS.c605 // (or were received) on the same interface (i.e. if *both* records specify an interface, then it has to match).
655 // We've already determined that we plan to give this answer on this interface
656 // (either the record is non-specific, or it is specific to this interface)
927 // RestartRecordGetZoneData calls this function whenever a new interface gets registered with core.
1103 // If this resource record is referencing a specific interface, make sure it exists.
1105 // entries in /etc/hosts skip that check as that interface may not be valid at this time.
1186 // rr->resrec.interface = already set in mDNS_SetupResourceRecord
1492 // This happens today when we turn on/off interface where we get multiple network transitions
1858 if (!intf) { LogMsg("SendARP: No interface wit
7708 mDNS_AddMcastResolver(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, mDNSu32 timeout) argument
[all...]
H A DmDNSEmbeddedAPI.h22 This header file defines the lowest level raw interface to mDNSCore,
1057 mDNSInterfaceID interface; member in struct:McastResolver
1066 mDNSInterfaceID interface; // For specialized uses; we can have DNS servers reachable over specific interfaces member in struct:DNSServer
1075 mDNSBool scoped; // interface should be matched against question only
1099 mDNSInterfaceID InterfaceID; // Set if this RR is specific to one interface
1100 // For records received off the wire, InterfaceID is *always* set to the receiving interface
1102 // that are interface-specific (e.g. address records, especially linklocal addresses)
1165 // AuthRecordAny includes mDNSInterface_Any and interface specific auth records (anything
1212 mDNSInterfaceID ImmedAnswer; // Someone on this interface issued a query we need to answer (all-ones for all interfaces)
1217 mDNSInterfaceID SendRNow; // The interface thi
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c3107 DNSServer *mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout) argument
3108 { ( void ) m; ( void ) d; ( void ) interface; ( void ) addr; ( void ) port; ( void ) scoped; ( void ) timeout; return(NULL); }
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp126 GrGLClearErr(fGLContext.interface());
261 // currently part of our gl interface. There are probably others as
527 GrGLenum check_alloc_error(const GrTextureDesc& desc, const GrGLInterface* interface) { argument
529 return GR_GL_GET_ERROR(interface);
531 return CHECK_ALLOC_ERROR(interface);
791 CLEAR_ERROR_BEFORE_ALLOC(ctx.interface());
797 GL_ALLOC_CALL(ctx.interface(),
804 GL_ALLOC_CALL(ctx.interface(),
812 GL_ALLOC_CALL(ctx.interface(),
822 return (GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(ctx.interface()));;
[all...]
/external/chromium_org/v8/src/
H A Dparser.cc706 Interface* interface = Interface::NewUnknown(parser_->zone()); local
707 return scope->NewUnresolved(factory, name, interface, pos);
1208 VariableProxy* proxy = NewUnresolved(name, MODULE, module->interface());
1218 module->interface()->Print();
1292 Interface* interface = scope->interface(); local
1293 for (Interface::Iterator it = interface->iterator();
1302 interface->MakeModule(ok);
1304 interface->Freeze(ok);
1306 return factory()->NewModuleLiteral(body, interface, po
1383 Interface* interface = scope->interface(); local
1436 Interface* interface = Interface::NewUnknown(zone()); local
1529 Interface* interface = scope_->interface(); local
1705 NewUnresolved(const AstRawString* name, VariableMode mode, Interface* interface) argument
2200 Interface* interface = local
3126 Interface* interface = local
[all...]
H A Dast.h15 #include "src/interface.h"
629 Interface* interface() const { return interface_; } function in class:v8::internal::Module
637 Module(Zone* zone, Interface* interface, int pos, Block* body = NULL) argument
639 interface_(interface),
653 ModuleLiteral(Zone* zone, Block* body, Interface* interface, int pos) argument
654 : Module(zone, interface, pos, body) {}
1646 Interface* interface() const { return interface_; } function in class:v8::internal::FINAL
1665 Interface* interface, int position, IdGen* id_gen);
2946 : Module(zone, proxy->interface(), pos),
3126 ModuleLiteral* NewModuleLiteral(Block* body, Interface* interface, in argument
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp686 void computeReferenceLayout (BufferLayout& layout, const ShaderInterface& interface) argument
688 int numBlocks = interface.getNumBlocks();
692 const BufferBlock& block = interface.getBlock(blockNdx);
894 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) argument
896 for (int ndx = 0; ndx < interface.getNumBlocks(); ++ndx)
897 collectUniqueBasicTypes(basicTypes, interface.getBlock(ndx));
900 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface) argument
906 collectUniqueBasicTypes(types, interface);
1173 void generateCompareSrc (std::ostream& src, const char* resultVar, const ShaderInterface& interface, const BufferLayout& layout, const vector<BlockDataPtr>& blockPointers) argument
1175 for (int declNdx = 0; declNdx < interface
1256 generateWriteSrc(std::ostream& src, const ShaderInterface& interface, const BufferLayout& layout, const vector<BlockDataPtr>& blockPointers) argument
1285 generateComputeShader(glu::GLSLVersion glslVersion, const ShaderInterface& interface, const BufferLayout& layout, const vector<BlockDataPtr>& comparePtrs, const vector<BlockDataPtr>& writePtrs) argument
1603 copyNonWrittenData(const ShaderInterface& interface, const BufferLayout& layout, const vector<BlockDataPtr>& srcPtrs, const vector<BlockDataPtr>& dstPtrs) argument
1853 computeBufferSizes(const ShaderInterface& interface, const BufferLayout& layout) argument
1927 initRefDataStorage(const ShaderInterface& interface, const BufferLayout& layout, RefDataStorage& storage) argument
[all...]
/external/lldb/source/Symbol/
H A DClangASTType.cpp1022 const ObjCInterfaceDecl *interface = object_type->getInterface(); local
1023 if (interface)
1025 class_name = interface->getNameAsString();
/external/valgrind/main/include/vki/
H A Dvki-linux.h3 /*--- Linux-specific kernel interface. vki-linux.h ---*/
31 /* This file defines types and constants for the kernel interface, and to
790 /* interface settings */
821 #define vki_ifr_name ifr_ifrn.ifrn_name /* interface name */
826 #define ifr_netmask ifr_ifru.ifru_netmask /* interface net mask */
832 #define vki_ifr_data ifr_ifru.ifru_data /* for use by interface */
833 #define vki_ifr_ifindex ifr_ifru.ifru_ivalue /* interface index */
2443 unsigned int interface; member in struct:vki_usbdevfs_getdriver
2475 int ifno; /* interface 0..N ; negative numbers reserved */
2600 #define VKI_SIOCGIWPRIV 0x8B0D /* get private ioctl interface inf
[all...]

Completed in 2273 milliseconds

1234567