Searched defs:mesh (Results 26 - 32 of 32) sorted by relevance

12

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTModelPOD.cpp186 bool bFromMemory; /*!< Was the mesh data loaded from memory? */
800 @Input mesh
804 static bool WriteInterleaved(FILE * const pFile, SPODMesh &mesh) argument
806 if(!mesh.pInterleaved)
811 CPODData **pCPODData = new CPODData*[7 + mesh.nNumUVW];
813 if(mesh.sVertex.n) pCPODData[ui32CPODDataSize++] = &mesh.sVertex;
814 if(mesh.sNormals.n) pCPODData[ui32CPODDataSize++] = &mesh.sNormals;
815 if(mesh
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c3769 const u8 *mesh; local
3788 mesh = wpa_bss_get_ie(res, WLAN_EID_MESH_ID);
3789 if (mesh)
3790 mode = "mesh";
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp1969 const GrNonInstancedMesh& mesh,
1971 const GrBuffer* vbuf = mesh.vertexBuffer();
1976 if (mesh.isIndexed()) {
1980 const GrBuffer* ibuf = mesh.indexBuffer();
1994 size_t vertexOffsetInBytes = stride * mesh.startVertex();
2645 const GrMesh& mesh = meshes[i]; local
2647 const GrNonInstancedMesh* nonInstMesh = iter.init(mesh);
2657 // We assume here that the GrMeshDrawOps that generated the mesh used the full
1968 setupGeometry(const GrPrimitiveProcessor& primProc, const GrNonInstancedMesh& mesh, size_t* indexOffsetInBytes) argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h589 int mesh; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h589 int mesh; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c54 #include "mesh.h"
1997 "mode=mesh\n");
2656 const u8 *ie, *ie2, *osen_ie, *p2p, *mesh; local
2658 mesh = wpa_bss_get_ie(bss, WLAN_EID_MESH_ID);
2680 pos = wpa_supplicant_ie_txt(pos, end, mesh ? "RSN" : "WPA2",
2694 if (mesh) {
2851 "CTRL_IFACE: Cannot use MESH_GROUP_ADD on a non mesh network");
2857 "CTRL_IFACE: key_mgmt for mesh network should be open or SAE");
4288 const u8 *ie, *ie2, *osen_ie, *mesh; local
4397 mesh
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h589 int mesh; member in struct:hostapd_bss_config

Completed in 936 milliseconds

12