Home
last modified time | relevance | path

Searched defs:store (Results 1 – 2 of 2) sorted by relevance

/system/core/libcutils/
Dthreads.c49 void* thread_store_get( thread_store_t* store ) in thread_store_get()
57 extern void thread_store_set( thread_store_t* store, in thread_store_set()
75 void* thread_store_get( thread_store_t* store ) in thread_store_get()
83 void thread_store_set( thread_store_t* store, in thread_store_set()
/system/core/libpixelflinger/codeflinger/
Dload_store.cpp27 void GGLAssembler::store(const pointer_t& addr, const pixel_t& s, uint32_t flags) in store() function in android::GGLAssembler