HomeSort by relevance Sort by last modified time
    Searched defs:vertex (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLWorld.java 50 GLVertex vertex = iter2.next(); local
51 vertex.put(mVertexBuffer, mColorBuffer);
62 GLVertex vertex = new GLVertex(x, y, z, mVertexList.size()); local
63 mVertexList.add(vertex);
64 return vertex;
67 public void transformVertex(GLVertex vertex, M4 transform) {
68 vertex.update(mVertexBuffer, transform);
GLFace.java 55 GLVertex vertex = mVertexList.get(last); local
59 while (vertex.color != null) {
60 mVertexList.add(0, vertex);
62 vertex = mVertexList.get(last);
66 vertex.color = c;
GLShape.java 60 GLVertex vertex = iter.next(); local
61 if (vertex.x == x && vertex.y == y && vertex.z == z) {
62 return vertex;
66 // doesn't exist, so create new vertex
67 GLVertex vertex = mWorld.addVertex(x, y, z); local
68 mVertexList.add(vertex);
69 return vertex;
80 GLVertex vertex = iter.next() local
    [all...]
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
util_inl.hpp 79 int vertex = vertices.front(); local
82 std::list<GraphEdge>::const_iterator edge = edges_[vertex].begin();
83 for (; edge != edges_[vertex].end(); ++edge)
  /external/pdfium/third_party/agg23/
agg_vcgen_dash.cpp 106 unsigned vcgen_dash::vertex(FX_FLOAT* x, FX_FLOAT* y) function in class:agg::vcgen_dash
agg_vcgen_stroke.cpp 92 unsigned vcgen_stroke::vertex(FX_FLOAT* x, FX_FLOAT* y) function in class:agg::vcgen_stroke
agg_curves.h 98 unsigned vertex(FX_FLOAT* x, FX_FLOAT* y) function in class:agg::curve4_div
172 unsigned vertex(FX_FLOAT* x, FX_FLOAT* y) function in class:agg::curve4
174 return m_curve_div.vertex(x, y);
agg_conv_adaptor_vcgen.h 26 unsigned vertex(FX_FLOAT*, FX_FLOAT*) function in struct:agg::null_markers
70 unsigned vertex(FX_FLOAT* x, FX_FLOAT* y);
84 unsigned conv_adaptor_vcgen<VertexSource, Generator, Markers>::vertex(FX_FLOAT* x, FX_FLOAT* y) function in class:agg::conv_adaptor_vcgen
92 m_last_cmd = m_source->vertex(&m_start_x, &m_start_y);
102 cmd = m_source->vertex(x, y);
126 cmd = m_generator.vertex(x, y);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
d3d10tri.cpp 31 struct vertex { struct
36 static struct vertex vertices[3] =
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
d3d11tri.cpp 31 struct vertex { struct
36 static struct vertex vertices[3] =
66 // inverse order to make sure the implementation can properly parse the vertex shader signature
  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 73 /* Vertex program maps have priority over conventional attribs */
123 * They alias and override the conventional vertex attributs.
164 /** Vertex -- EvalCoord1f is a noop if this map not enabled:
169 GLfloat vertex[4]; local
171 ASSIGN_4V(vertex, 0, 0, 0, 1);
173 _math_horner_bezier_curve(map->Points, vertex, uu,
178 CALL_Vertex4fv(GET_DISPATCH(), ( vertex ));
180 CALL_Vertex3fv(GET_DISPATCH(), ( vertex ));
212 /** Vertex -- EvalCoord2f is a noop if this map not enabled:
218 GLfloat vertex[4] local
    [all...]
vbo_save_draw.c 47 * last vertex to the saved state
54 GLfloat vertex[VBO_ATTRIB_MAX * 4]; local
65 data = vertex;
77 data += node->attrsz[0]; /* skip vertex position */
131 * Treat the vertex storage as a VBO, define vertex arrays pointing
166 /* The aliasing of attributes for NV vertex programs has already
167 * occurred. NV vertex programs cannot access material values,
265 /* The vertex store is currently mapped but we're about to replay
268 * We never want to have mapped vertex buffers when we're drawing
    [all...]
  /external/opencv3/samples/cpp/
delaunay2.cpp 56 int e0=0, vertex=0; local
58 subdiv.locate(fp, e0, vertex);
  /external/mesa3d/src/gallium/tests/graw/
fs-fragcoord.c 16 struct vertex { struct
21 /* Note: the upper-left vertex is pushed to the left a bit to
24 static struct vertex vertices[] =
59 ve[0].src_offset = Offset(struct vertex, position);
61 ve[1].src_offset = Offset(struct vertex, color);
68 vbuf.stride = sizeof(struct vertex);
fs-frontface.c 14 struct vertex { struct
23 static struct vertex vertices[] =
81 ve[0].src_offset = Offset(struct vertex, position);
83 ve[1].src_offset = Offset(struct vertex, color);
90 vbuf.stride = sizeof(struct vertex);
fs-write-z.c 17 struct vertex { struct
27 static struct vertex vertices[] =
85 ve[0].src_offset = Offset(struct vertex, position);
87 ve[1].src_offset = Offset(struct vertex, color);
94 vbuf.stride = sizeof(struct vertex);
tri.c 14 struct vertex { struct
22 static struct vertex vertices[3] =
47 ve[0].src_offset = Offset(struct vertex, position);
49 ve[1].src_offset = Offset(struct vertex, color);
56 vbuf.stride = sizeof( struct vertex );
occlusion-query.c 19 struct vertex { struct
27 static struct vertex obj1_vertices[4] =
50 static struct vertex obj2_vertices[4] =
78 set_vertices(struct vertex *vertices, unsigned bytes)
86 ve[0].src_offset = Offset(struct vertex, position);
88 ve[1].src_offset = Offset(struct vertex, color);
95 vbuf.stride = sizeof(struct vertex);
123 debug_printf("Failed to parse vertex shader\n");
quad-tex.c 17 struct vertex { struct
22 static struct vertex vertices[] =
48 ve[0].src_offset = Offset(struct vertex, position);
50 ve[1].src_offset = Offset(struct vertex, color);
57 vbuf.stride = sizeof( struct vertex );
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs.h 84 * Register holding streamed vertex buffer pointers -- see the Sandy
90 struct brw_reg vertex[MAX_GS_VERTS]; member in struct:brw_gs_compile::__anon20210
101 /* Number of registers used to store vertex data */
brw_gs_emit.c 51 * 1 needs to be set aside to hold the streamed vertex buffer indices.
65 /* Streamed vertex buffer indices */
72 c->reg.vertex[j] = brw_vec4_grf(i, 0);
114 * need to be able to update on a per-vertex basis.
144 * for each vertex.
155 * Emit a vertex using the URB_WRITE message. Use the contents of
157 * for the vertex data.
159 * If \c last is true, then this is the last vertex, so no further URB space
173 /* Copy the vertex from vertn into m1..mN+1:
177 /* Send each vertex as a seperate write to the urb. This i
361 unsigned vertex, binding; local
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
BuildStep.java 32 * <code>Vertex</code> state description, a certificate, a possible throwable,
37 * @see sun.security.provider.certpath.Vertex
41 private Vertex vertex; field in class:BuildStep
80 * @param vtx description of the vertex at this step
84 public BuildStep(Vertex vtx, int res) {
85 vertex = vtx;
86 if (vertex != null) {
87 cert = vertex.getCertificate();
88 throwable = vertex.getThrowable()
    [all...]
  /cts/tests/openglperf2/jni/reference/scene/glowing/
GlowingScene.cpp 48 const char* vertex = GLUtils::openTextFile("vertex/perspective"); local
50 if (vertex == NULL || fragment == NULL) {
53 GLuint programId = GLUtils::createProgram(&vertex, &fragment);
54 delete[] vertex;
61 vertex = GLUtils::openTextFile("vertex/blur");
63 if (vertex == NULL || fragment == NULL) {
66 programId = GLUtils::createProgram(&vertex, &fragment);
67 delete[] vertex;
    [all...]
  /external/ceres-solver/internal/ceres/
graph_algorithms.h 48 template <typename Vertex>
51 explicit VertexTotalOrdering(const Graph<Vertex>& graph)
54 bool operator()(const Vertex& lhs, const Vertex& rhs) const {
62 const Graph<Vertex>& graph_;
65 template <typename Vertex>
68 explicit VertexDegreeLessThan(const Graph<Vertex>& graph)
71 bool operator()(const Vertex& lhs, const Vertex& rhs) const {
76 const Graph<Vertex>& graph_
127 const Vertex& vertex = vertex_queue[i]; local
150 const Vertex vertex = *it; local
202 const Vertex& vertex = vertex_queue[i]; local
225 const Vertex vertex = *it; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_context.h 88 rbug_shader_t vertex; member in struct:rbug_proto_context_draw_rule
113 rbug_shader_t vertex; member in struct:rbug_proto_context_info_reply
155 rbug_shader_t vertex,
174 rbug_shader_t vertex,

Completed in 388 milliseconds

1 2 3 4 5