HomeSort by relevance Sort by last modified time
    Searched refs:emit_vertex (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_vbuf.c 130 emit_vertex( struct vbuf_stage *vbuf, function
163 vbuf->indices[vbuf->nr_indices++] = emit_vertex( vbuf, prim->v[i] );
178 vbuf->indices[vbuf->nr_indices++] = emit_vertex( vbuf, prim->v[i] );
191 vbuf->indices[vbuf->nr_indices++] = emit_vertex( vbuf, prim->v[0] );
  /external/skia/src/gpu/
GrTessellator.cpp 186 inline SkPoint* emit_vertex(Vertex* v, SkPoint* data) { function in namespace:__anon23851
193 data = emit_vertex(v0, data);
194 data = emit_vertex(v1, data);
195 data = emit_vertex(v1, data);
196 data = emit_vertex(v2, data);
197 data = emit_vertex(v2, data);
198 data = emit_vertex(v0, data);
200 data = emit_vertex(v0, data);
201 data = emit_vertex(v1, data);
202 data = emit_vertex(v2, data)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 1671 emit_vertex(struct tgsi_exec_machine *mach) function
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderFunctionTests.cpp 3045 void emit_vertex (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared::__anon11151
    [all...]

Completed in 227 milliseconds