Searched defs:Vertex (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnLocalTriangulator.h46 class Vertex { class in class:WebCore::LoopBlinnLocalTriangulator
47 WTF_MAKE_NONCOPYABLE(Vertex);
49 Vertex() function in class:WebCore::LoopBlinnLocalTriangulator::Vertex
133 Vertex* getVertex(int index)
141 bool contains(Vertex* v);
145 Vertex* nextVertex(Vertex* current, bool traverseCounterClockwise);
149 void setVertices(Vertex* v0,
150 Vertex* v1,
151 Vertex* v
[all...]
/external/llvm/include/llvm/Analysis/
H A DDominators.h207 // Vertex - Map the DFS number to the BasicBlock*
208 std::vector<NodeT*> Vertex; member in class:llvm::DominatorTreeBase
220 Vertex.clear();
657 this->Vertex.push_back(0);
/external/skia/src/core/
H A DSkConcaveToTriangles.cpp88 class Vertex;
92 // The Trapezoid (actually, up to two of them) is embedded into a Vertex, whose
101 const Vertex* left() const { return fLeft; }
102 const Vertex* right() const { return fRight; }
103 const Vertex* bottom() const { return fBottom; }
104 Vertex* left() { return fLeft; }
105 Vertex* right() { return fRight; }
106 Vertex* bottom() { return fBottom; }
107 void setLeft(Vertex *left) { fLeft = left; }
108 void setRight(Vertex *righ
166 class Vertex { class
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A Driva_mmio.h274 } Vertex[16]; member in struct:__anon8326
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.cpp2504 struct Vertex struct
2510 Vertex quad[4];
2536 device->DrawPrimitiveUP(D3DPT_TRIANGLESTRIP, 2, quad, sizeof(Vertex));

Completed in 972 milliseconds