OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentBufferItems
(Results
1 - 2
of
2
) sorted by null
/external/skia/gpu/src/
GrBufferAllocPool.h
153
int
currentBufferItems
(size_t itemSize) const;
GrBufferAllocPool.cpp
174
int GrBufferAllocPool::
currentBufferItems
(size_t itemSize) const {
384
return
currentBufferItems
(GrDrawTarget::VertexSize(layout));
439
return
currentBufferItems
(sizeof(uint16_t));
Completed in 846 milliseconds