HomeSort by relevance Sort by last modified time
    Searched full:g_handles (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/emoji/
EmojiFactory.cpp 35 static Vector<void *> *g_handles = NULL; member in namespace:android
53 g_handles = new Vector<void *>();
120 g_handles->push(handle);
132 if (g_handles != NULL) {
133 size_t size = g_handles->size();
135 dlclose(g_handles->itemAt(i));
137 delete g_handles;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
kernel.cpp 69 auto g_handles = map([&](size_t h) { return (uint32_t *)&exec.input[h]; }, local
70 exec.g_handles.begin(), exec.g_handles.end());
80 exec.g_buffers.data(), g_handles.data());
175 g_handles.clear();
238 ctx.g_handles.resize(idx + 1);
239 ctx.g_handles[idx] = offset;
kernel.hpp 60 std::vector<size_t> g_handles; member in struct:_cl_kernel::exec_context
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 69 auto g_handles = map([&](size_t h) { return (uint32_t *)&exec.input[h]; }, local
70 exec.g_handles.begin(), exec.g_handles.end());
80 exec.g_buffers.data(), g_handles.data());
175 g_handles.clear();
238 ctx.g_handles.resize(idx + 1);
239 ctx.g_handles[idx] = offset;
kernel.hpp 60 std::vector<size_t> g_handles; member in struct:_cl_kernel::exec_context

Completed in 196 milliseconds