Searched defs:store (Results 1 – 2 of 2) sorted by relevance
20 void* thread_store_get( thread_store_t* store ) in thread_store_get()30 extern void thread_store_set( thread_store_t* store, in thread_store_set()50 void* thread_store_get( thread_store_t* store ) in thread_store_get()58 void thread_store_set( thread_store_t* store, in thread_store_set()
31 void GGLAssembler::store(const pointer_t& addr, const pixel_t& s, uint32_t flags) in store() function in android::GGLAssembler