OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytesUsed
(Results
1 - 5
of
5
) sorted by null
/external/skia/gpu/src/
GrBufferAllocPool.cpp
199
size_t
bytesUsed
= back.fBuffer->size() - back.fBytesFree;
200
if (bytes >=
bytesUsed
) {
202
bytes -=
bytesUsed
;
/external/skia/src/core/
SkGlyphCache.h
165
static bool SetCacheUsed(size_t
bytesUsed
);
SkGlyphCache.cpp
574
bool SkGlyphCache::SetCacheUsed(size_t
bytesUsed
) {
577
if (curr >
bytesUsed
) {
581
return InternalFreeCache(&globals, curr -
bytesUsed
) > 0;
/external/webkit/Tools/Scripts/
VCSUtils.pm
[
all
...]
/external/quake/quake/src/WinQuake/
gl_draw.cpp
[
all
...]
Completed in 291 milliseconds