Searched refs:nverts (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_dma.h | 57 void *rcommonAllocDmaLowVerts(radeonContextPtr rmesa, int nverts, int vsize);
|
D | radeon_dma.c | 452 rcommonAllocDmaLowVerts( radeonContextPtr rmesa, int nverts, int vsize ) in rcommonAllocDmaLowVerts() argument 454 GLuint bytes = vsize * nverts; in rcommonAllocDmaLowVerts() 490 rmesa->swtcl.numverts += nverts; in rcommonAllocDmaLowVerts()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
D | radeon_dma.h | 57 void *rcommonAllocDmaLowVerts(radeonContextPtr rmesa, int nverts, int vsize);
|
D | radeon_dma.c | 452 rcommonAllocDmaLowVerts( radeonContextPtr rmesa, int nverts, int vsize ) in rcommonAllocDmaLowVerts() argument 454 GLuint bytes = vsize * nverts; in rcommonAllocDmaLowVerts() 490 rmesa->swtcl.numverts += nverts; in rcommonAllocDmaLowVerts()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_dma.h | 57 void *rcommonAllocDmaLowVerts(radeonContextPtr rmesa, int nverts, int vsize);
|
D | radeon_dma.c | 452 rcommonAllocDmaLowVerts( radeonContextPtr rmesa, int nverts, int vsize ) in rcommonAllocDmaLowVerts() argument 454 GLuint bytes = vsize * nverts; in rcommonAllocDmaLowVerts() 490 rmesa->swtcl.numverts += nverts; in rcommonAllocDmaLowVerts()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
D | radeon_dma.h | 57 void *rcommonAllocDmaLowVerts(radeonContextPtr rmesa, int nverts, int vsize);
|
D | radeon_dma.c | 452 rcommonAllocDmaLowVerts( radeonContextPtr rmesa, int nverts, int vsize ) in rcommonAllocDmaLowVerts() argument 454 GLuint bytes = vsize * nverts; in rcommonAllocDmaLowVerts() 490 rmesa->swtcl.numverts += nverts; in rcommonAllocDmaLowVerts()
|