Searched refs:mesh (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/haiku3d/
H A DRenderView.cpp155 Mesh* mesh = new StaticMesh("LetterH"); local
156 MeshInstance* instance = new MeshInstance(mesh, texture,
160 mesh->ReleaseReference();
162 mesh = new StaticMesh("LetterA");
163 instance = new MeshInstance(mesh, texture,
167 mesh->ReleaseReference();
169 mesh = new StaticMesh("LetterI");
170 instance = new MeshInstance(mesh, texture,
174 mesh->ReleaseReference();
176 mesh
[all...]
H A DMeshInstance.h20 MeshInstance(Mesh* mesh, Texture* texture,
H A DMeshInstance.cpp16 MeshInstance::MeshInstance(Mesh* mesh, Texture* texture, argument
19 fMeshReference(mesh),
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ddb.c181 DB_SHOW_ALL_COMMAND(mesh, db_show_mesh)
186 db_printf("usage: show mesh <addr>\n");
H A Dieee80211_mesh.c109 static SYSCTL_NODE(_net_wlan, OID_AUTO, mesh, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
115 "mesh gate interval (ms)");
519 * NB: When a mesh gate is running as a ROOT it shall
521 * mesh gate flag for the corresponding proactive PREQ
563 * Setup mesh parameters that depends on the clock frequency.
745 * Already have a channel and a mesh ID; bypass
861 * Mark a mesh STA as gate and return a pointer to it.
863 * Always update the path route to this mesh gate.
882 /* New mesh gate add it to known table. */
946 * Helper function to generate a unique local ID required for mesh
[all...]
H A Dieee80211_scan_sta.c2000 IEEE80211_SCANNER_ALG(mesh, IEEE80211_M_MBSS, mesh_default);

Completed in 114 milliseconds