OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vertptr
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/batches/
GrDrawAtlasBatch.cpp
76
uint8_t*
vertPtr
= reinterpret_cast<uint8_t*>(verts);
81
memcpy(
vertPtr
, args.fVerts.begin(), allocSize);
82
vertPtr
+= allocSize;
/external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c
860
#define V(x) (intelVertex *)(
vertptr
+ ((x)*vertsize*sizeof(GLuint)))
870
GLubyte *
vertptr
= (GLubyte *)intel->verts; \
930
GLubyte *
vertptr
= (GLubyte *) intel->verts;
local
[
all
...]
Completed in 114 milliseconds