Home
last modified time | relevance | path

Searched defs:vertex (Results 1 – 25 of 110) sorted by relevance

12345

/external/ceres-solver/internal/ceres/
Dgraph.h55 void AddVertex(const Vertex& vertex, double weight) { in AddVertex()
65 void AddVertex(const Vertex& vertex) { in AddVertex()
69 bool RemoveVertex(const Vertex& vertex) { in RemoveVertex()
119 double VertexWeight(const Vertex& vertex) const { in VertexWeight()
137 const HashSet<Vertex>& Neighbors(const Vertex& vertex) const { in Neighbors()
Dgraph_algorithms.h127 const Vertex& vertex = vertex_queue[i]; in IndependentSetOrdering() local
150 const Vertex vertex = *it; in IndependentSetOrdering() local
202 const Vertex& vertex = vertex_queue[i]; in StableIndependentSetOrdering() local
225 const Vertex vertex = *it; in StableIndependentSetOrdering() local
243 Vertex FindConnectedComponent(const Vertex& vertex, in FindConnectedComponent()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
Dmeta.c1501 struct vertex { in blitframebuffer_texture() struct
1502 GLfloat x, y, s, t; in blitframebuffer_texture()
1588 struct vertex { in _mesa_meta_BlitFramebuffer() struct
1589 GLfloat x, y, s, t; in _mesa_meta_BlitFramebuffer()
1758 struct vertex { in _mesa_meta_Clear() struct
1759 GLfloat x, y, z, r, g, b, a; in _mesa_meta_Clear()
1997 struct vertex { in _mesa_meta_glsl_Clear() struct
1998 GLfloat x, y, z; in _mesa_meta_glsl_Clear()
2107 struct vertex { in _mesa_meta_CopyPixels() struct
2108 GLfloat x, y, z, s, t; in _mesa_meta_CopyPixels()
[all …]
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1501 struct vertex { in blitframebuffer_texture() struct
1502 GLfloat x, y, s, t; in blitframebuffer_texture()
1588 struct vertex { in _mesa_meta_BlitFramebuffer() struct
1589 GLfloat x, y, s, t; in _mesa_meta_BlitFramebuffer()
1758 struct vertex { in _mesa_meta_Clear() struct
1759 GLfloat x, y, z, r, g, b, a; in _mesa_meta_Clear()
1997 struct vertex { in _mesa_meta_glsl_Clear() struct
1998 GLfloat x, y, z; in _mesa_meta_glsl_Clear()
2107 struct vertex { in _mesa_meta_CopyPixels() struct
2108 GLfloat x, y, z, s, t; in _mesa_meta_CopyPixels()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
Dd3d11tri.cpp31 struct vertex { struct
36 static struct vertex vertices[3] = argument
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
Dd3d10tri.cpp31 struct vertex { struct
36 static struct vertex vertices[3] = argument
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
Dd3d11tri.cpp31 struct vertex { struct
36 static struct vertex vertices[3] = argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
Dd3d10tri.cpp31 struct vertex { struct
36 static struct vertex vertices[3] = argument
/external/mesa3d/src/gallium/tests/graw/
Dfs-frontface.c14 struct vertex { struct
23 static struct vertex vertices[] = argument
Dfs-write-z.c17 struct vertex { struct
27 static struct vertex vertices[] = argument
Dfs-fragcoord.c16 struct vertex { struct
21 /* Note: the upper-left vertex is pushed to the left a bit to argument
Dtri.c14 struct vertex { struct
22 static struct vertex vertices[3] = argument
Dtex-swizzle.c17 struct vertex { struct
22 static struct vertex vertices[] = argument
Docclusion-query.c19 struct vertex { struct
27 static struct vertex obj1_vertices[4] = argument
Dtex-srgb.c16 struct vertex { struct
21 static struct vertex vertices1[] = argument
Dquad-tex.c17 struct vertex { struct
22 static struct vertex vertices[] = argument
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
Dfs-write-z.c17 struct vertex { struct
27 static struct vertex vertices[] = argument
Dfs-frontface.c14 struct vertex { struct
23 static struct vertex vertices[] = argument
Dfs-fragcoord.c16 struct vertex { struct
21 /* Note: the upper-left vertex is pushed to the left a bit to argument
Dtri.c14 struct vertex { struct
22 static struct vertex vertices[3] = argument
Dtex-swizzle.c17 struct vertex { struct
22 static struct vertex vertices[] = argument
Dtex-srgb.c16 struct vertex { struct
21 static struct vertex vertices1[] = argument
Docclusion-query.c19 struct vertex { struct
27 static struct vertex obj1_vertices[4] = argument
Dquad-tex.c17 struct vertex { struct
22 static struct vertex vertices[] = argument
Dgs-test.c55 struct vertex { struct
65 static struct vertex vertices[] = argument

12345