Home
last modified time | relevance | path

Searched defs:Face (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/SemaCXX/
Dtag-ambig.cpp21 namespace A { struct Face {}; } struct
22 namespace B { struct Face {}; } struct
/external/vulkan-validation-layers/demos/smoke/
DMeshes.cpp48 struct Face { struct in __anon47879d120111::Mesh
49 int v0;
50 int v1;
51 int v2;
/external/opencv/cvaux/src/
Dcvface.cpp48 Face::Face(FaceTemplate * lpFaceTemplate) in Face() function in Face
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBody.h123 Face, enumerator
246 struct Face : Feature struct
248 Node* m_n[3]; // Node pointers
249 btVector3 m_normal; // Normal
250 btScalar m_ra; // Rest area
251 btDbvtNode* m_leaf; // Leaf data
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
DOBJLoader.java129 protected static class Face { class in OBJLoader
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp183 FXFT_Face* Face, in _LoadFile()
/external/skia/src/gpu/
DGrStencil.h172 enum Face { enum
/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
DFreeType.java112 public static class Face extends Pointer implements Disposable { class in FreeType
115 public Face (long address, Library library) { in Face() method in FreeType.Face
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h282 float Face; /**< +1 if front facing, -1 if back facing */ member
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtConvexHullComputer.cpp542 class Face class in btConvexHullInternal
552 Face(): next(NULL), nearbyVertex(NULL), nextWithSameNearbyVertex(NULL) in Face() function in btConvexHullInternal::Face
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DbtSoftBody.java361 public final static int Face = Link + 1; field in btSoftBody.eFeature._
1192 static public class Face extends btSoftBody.Feature { class in btSoftBody
1195 protected Face(final String className, long cPtr, boolean cMemoryOwn) { in Face() method in btSoftBody.Face
1201 public Face(long cPtr, boolean cMemoryOwn) { in Face() method in btSoftBody.Face
1269 public Face() { in Face() method in btSoftBody.Face
/external/mesa3d/src/mesa/main/
Dmtypes.h1214 GLuint Face; member