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

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_state.h 141 unsigned vtx_size; member in struct:nv30_vertex_stateobj
nv30_vbo.c 311 so->vtx_size = transkey.output_stride / 4;
312 so->vtx_per_packet_max = NV04_PFIFO_MAX_PACKET_LEN / MAX2(so->vtx_size, 1);
nv30_push.c 207 ctx.vertex_words = nv30->vertex->vtx_size;
  /external/opencv/cv/src/
cvsubdivision2d.cpp 45 int vtx_size, int quadedge_size, CvMemStorage * storage )
58 vtx_size < (int)sizeof( CvSubdiv2DPoint ))
62 vtx_size, quadedge_size, storage );
  /external/opencv/cxcore/src/
cxdatastructs.cpp 3690 int vtx_size, edge_size; local
    [all...]
cxpersistence.cpp 4641 int vtx_size = sizeof(CvGraphVtx), edge_size, header_size = sizeof(CvGraph); local
    [all...]
  /external/opencv/cv/include/
cv.h 623 int vtx_size, int quadedge_size,
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]

Completed in 434 milliseconds