OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentBufferItems
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrBufferAllocPool.h
141
int
currentBufferItems
(size_t itemSize) const;
GrBufferAllocPool.cpp
200
int GrBufferAllocPool::
currentBufferItems
(size_t itemSize) const {
432
return
currentBufferItems
(vertexSize);
487
return
currentBufferItems
(sizeof(uint16_t));
/external/skia/src/gpu/
GrBufferAllocPool.h
141
int
currentBufferItems
(size_t itemSize) const;
GrBufferAllocPool.cpp
200
int GrBufferAllocPool::
currentBufferItems
(size_t itemSize) const {
432
return
currentBufferItems
(vertexSize);
487
return
currentBufferItems
(sizeof(uint16_t));
Completed in 156 milliseconds