OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cachable
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/table/
format.h
88
bool
cachable
; // True iff data can be cached
member in struct:leveldb::BlockContents
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_screen_cache.h
67
uint32_t
cachable
:1; /* False if this is a shared surface */
member in struct:svga_host_surface_cache_key
svga_screen_cache.c
103
assert(key->
cachable
);
211
assert(key->
cachable
);
389
* Allocate a new host-side surface. If the surface is marked as
cachable
,
399
boolean
cachable
= SVGA_SURFACE_CACHE_ENABLED && key->
cachable
;
local
402
"%s sz %dx%dx%d mips %d faces %d
cachable
%d\n",
409
key->
cachable
);
411
if (
cachable
) {
471
* it into the cache of freed surfaces (if it's
cachable
).
480
/* We only set the
cachable
flag for surfaces of which we are th
[
all
...]
/external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.h
67
uint32_t
cachable
:1; /* False if this is a shared surface */
member in struct:svga_host_surface_cache_key
svga_screen_cache.c
103
assert(key->
cachable
);
211
assert(key->
cachable
);
389
* Allocate a new host-side surface. If the surface is marked as
cachable
,
399
boolean
cachable
= SVGA_SURFACE_CACHE_ENABLED && key->
cachable
;
local
402
"%s sz %dx%dx%d mips %d faces %d
cachable
%d\n",
409
key->
cachable
);
411
if (
cachable
) {
471
* it into the cache of freed surfaces (if it's
cachable
).
480
/* We only set the
cachable
flag for surfaces of which we are th
[
all
...]
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 3667 milliseconds