HomeSort by relevance Sort by last modified time
    Searched full:num_vertices (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_so_emit.c 84 unsigned num_vertices)
105 for (i = 0; i < num_vertices; ++i) {
118 for (i = 0; i < num_vertices; ++i) {
139 so->emitted_vertices += num_vertices;
draw_gs.c 212 unsigned num_vertices,
222 for (i = 0; i < num_vertices; ++i) {
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
util.hpp 138 Graph(int num_vertices = 0) { create(num_vertices); }
139 void create(int num_vertices) { edges_.assign(num_vertices, std::list<GraphEdge>()); }
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 262 int start_vertex, unsigned num_vertices,
286 unsigned size = vb->stride ? num_vertices * vb->stride
350 key->output_stride * num_vertices,
358 tr->run(tr, 0, num_vertices, 0, out_map);
419 int start_vertex, unsigned num_vertices,
436 num_vertices, /* VERTEX */
790 int start_vertex, unsigned num_vertices,
833 size = vb->stride * (num_vertices - 1) + mgr->ve->src_format_size[i];
1000 unsigned num_vertices; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
Monolith.java 30 private static final int NUM_VERTICES = 8;
37 mVertexBuffer = ByteBuffer.allocateDirect(NUM_VERTICES * 3 * 4)
  /external/deqp/framework/referencerenderer/
rrPrimitiveAssembler.hpp 38 NUM_VERTICES = 3
167 NUM_VERTICES = 2
277 NUM_VERTICES = 1
314 NUM_VERTICES = 4
393 NUM_VERTICES = 6
rrRenderer.cpp     [all...]
  /external/ceres-solver/internal/ceres/
graph_algorithms.h 99 const int num_vertices = vertices.size(); local
103 ordering->reserve(num_vertices);
157 CHECK_EQ(ordering->size(), num_vertices);
176 const int num_vertices = vertices.size(); local
198 ordering->reserve(num_vertices);
232 CHECK_EQ(ordering->size(), num_vertices);
trust_region_minimizer_test.cc 309 CurveCostFunction(int num_vertices, double target_length)
310 : num_vertices_(num_vertices), target_length_(target_length) {
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 93 const void* vertices, unsigned vertex_size, unsigned num_vertices,
95 : topology(topology), vertex_size(vertex_size), draw_count(index_size ? num_indices : num_vertices)
105 index_offset = vertex_size * num_vertices;
116 memcpy(data, vertices, vertex_size * num_vertices);
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 83 enum { NUM_COMPONENTS = 4, NUM_VERTICES = 3 };
225 static const GLfloat s_varrData[NUM_VERTICES * NUM_COMPONENTS] =
242 for (int ndx = 0; ndx < NUM_VERTICES; ndx++)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 101 int num_vertices = teeth * segs * 2 * (3 + 2 * divs); local
103 printf("Creating gear with %i teeth using %i vertices used in %i triangles\n", teeth, num_vertices, num_triangles);
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 529 NUM_VERTICES = NUM_VERTICES_IN_DRAWCALL + NUM_VERTICES_IN_PARTIALLY_OCCLUDED_DRAWCALL + NUM_VERTICES_IN_OCCLUDER_DRAWCALL
613 std::vector<tcu::Vec4> vertices (NUM_VERTICES);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h 495 STDMETHOD(GetTessSize)(THIS_ FLOAT tess_level, DWORD adaptive, DWORD* num_triangles, DWORD* num_vertices) PURE;
536 STDMETHOD(Remap)(THIS_ DWORD num_vertices, DWORD* vertex_remap) PURE;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp     [all...]

Completed in 571 milliseconds