Home
last modified time | relevance | path

Searched refs:gCodeCache (Results 1 – 1 of 1) sorted by relevance

/system/core/libpixelflinger/
Dscanline.cpp290 static CodeCache gCodeCache(32 * 1024); variable
292 static CodeCache gCodeCache(48 * 1024); variable
294 static CodeCache gCodeCache(12 * 1024); variable
398 sp<Assembly> assembly = gCodeCache.lookup(key); in pick_scanline()
420 err = gCodeCache.cache(a->key(), a) < 0; in pick_scanline()