Searched refs:setBlob (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/tests/EGLTest/
H A Degl_cache_test.cpp45 mCache->setBlob("abcd", 4, "efgh", 4);
56 mCache->setBlob("abcd", 4, "efgh", 4);
67 mCache->setBlob("abcd", 4, "efgh", 4);
100 mCache->setBlob("abcd", 4, "efgh", 4);
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.h43 // getBlob and setBlob methods will return without performing any cache
48 // in this state the getBlob and setBlob methods will return without
52 // setBlob attempts to insert a new key/value blob pair into the cache.
55 void setBlob(const void* key, EGLsizeiANDROID keySize, const void* value,
95 // the getBlob and setBlob methods will return without performing any cache
113 // setBlob, a deferred save is initiated if one is not already pending.
H A Degl_cache.cpp63 static void setBlob(const void* key, EGLsizeiANDROID keySize, function in namespace:android
65 egl_cache_t::get()->setBlob(key, keySize, value, valueSize);
116 android::setBlob, android::getBlob);
134 void egl_cache_t::setBlob(const void* key, EGLsizeiANDROID keySize, function in class:egl_cache_t

Completed in 86 milliseconds