/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
memory.cpp | 29 size_t size, void *host_ptr) : 31 __size(size), __host_ptr(host_ptr), 34 data.append((char *)host_ptr, size); 57 _cl_mem::host_ptr() const { function in class:_cl_mem 62 size_t size, void *host_ptr) : 63 memory_obj(ctx, flags, size, host_ptr) { 72 size_t size, void *host_ptr) : 73 buffer(ctx, flags, size, host_ptr) { 95 (char *)parent.host_ptr() + offset), 121 void *host_ptr) [all...] |
memory.hpp | 43 size_t size, void *host_ptr); 55 void *host_ptr() const; 73 size_t size, void *host_ptr); 82 size_t size, void *host_ptr); 113 void *host_ptr); 140 void *host_ptr); 151 void *host_ptr);
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
memory.cpp | 29 size_t size, void *host_ptr) : 31 __size(size), __host_ptr(host_ptr), 34 data.append((char *)host_ptr, size); 57 _cl_mem::host_ptr() const { function in class:_cl_mem 62 size_t size, void *host_ptr) : 63 memory_obj(ctx, flags, size, host_ptr) { 72 size_t size, void *host_ptr) : 73 buffer(ctx, flags, size, host_ptr) { 95 (char *)parent.host_ptr() + offset), 121 void *host_ptr) [all...] |
memory.hpp | 43 size_t size, void *host_ptr); 55 void *host_ptr() const; 73 size_t size, void *host_ptr); 82 size_t size, void *host_ptr); 113 void *host_ptr); 140 void *host_ptr); 151 void *host_ptr);
|
/external/chromium_org/content/browser/service_worker/ |
service_worker_context_core.cc | 39 ServiceWorkerProviderHost* host_ptr = host.release(); // we take ownership local 40 ProviderMap* map = GetProviderMapForProcess(host_ptr->process_id()); 43 providers_.AddWithID(map, host_ptr->process_id()); 45 map->AddWithID(host_ptr, host_ptr->provider_id());
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/ |
memory.cpp | 31 void *host_ptr, cl_int *errcode_ret) try { 35 if (bool(host_ptr) != bool(flags & (CL_MEM_USE_HOST_PTR | 48 return new root_buffer(*ctx, flags, size, host_ptr); 97 void *host_ptr, cl_int *errcode_ret) try { 112 if (bool(host_ptr) != bool(flags & (CL_MEM_USE_HOST_PTR | 121 row_pitch, host_ptr); 133 void *host_ptr, cl_int *errcode_ret) try { 148 if (bool(host_ptr) != bool(flags & (CL_MEM_USE_HOST_PTR | 157 row_pitch, slice_pitch, host_ptr); 211 return scalar_property<void *>(buf, size, size_ret, obj->host_ptr()); [all...] |
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
memory.cpp | 31 void *host_ptr, cl_int *errcode_ret) try { 35 if (bool(host_ptr) != bool(flags & (CL_MEM_USE_HOST_PTR | 48 return new root_buffer(*ctx, flags, size, host_ptr); 97 void *host_ptr, cl_int *errcode_ret) try { 112 if (bool(host_ptr) != bool(flags & (CL_MEM_USE_HOST_PTR | 121 row_pitch, host_ptr); 133 void *host_ptr, cl_int *errcode_ret) try { 148 if (bool(host_ptr) != bool(flags & (CL_MEM_USE_HOST_PTR | 157 row_pitch, slice_pitch, host_ptr); 211 return scalar_property<void *>(buf, size, size_ret, obj->host_ptr()); [all...] |
/external/chromium/net/http/ |
http_auth_handler_ntlm_portable.cc | 485 const void* host_ptr; local 534 host_ptr = ucs_host_buf.data(); 537 WriteUnicodeLE(const_cast<void*>(host_ptr), (const char16*) host_ptr, 541 host_ptr = hostname.data(); 625 memcpy(static_cast<uint8*>(*out_buf) + offset, host_ptr, host_len);
|
/external/chromium_org/net/http/ |
http_auth_handler_ntlm_portable.cc | 472 const void* host_ptr; local 521 host_ptr = ucs_host_buf.data(); 524 WriteUnicodeLE(const_cast<void*>(host_ptr), (const char16*) host_ptr, 528 host_ptr = hostname.data(); 612 memcpy(static_cast<uint8*>(*out_buf) + offset, host_ptr, host_len);
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
s_socket.c | 474 int extract_host_port(char *str, char **host_ptr, unsigned char *ip, 490 if (host_ptr != NULL) *host_ptr=h;
|
s_apps.h | 162 int extract_host_port(char *str,char **host_ptr,unsigned char *ip,short *p);
|
/external/openssl/apps/ |
s_socket.c | 474 int extract_host_port(char *str, char **host_ptr, unsigned char *ip, 490 if (host_ptr != NULL) *host_ptr=h;
|
s_apps.h | 162 int extract_host_port(char *str,char **host_ptr,unsigned char *ip,short *p);
|
/external/chromium_org/third_party/mesa/src/include/CL/ |
cl_ext.h | 58 * notified when the memory referenced by host_ptr, specified when the memory object is created and used as
|
cl.h | 547 void * /* host_ptr */, 564 void * /* host_ptr */, 576 void * /* host_ptr */, [all...] |
cl.hpp | [all...] |
/external/mesa3d/include/CL/ |
cl_ext.h | 58 * notified when the memory referenced by host_ptr, specified when the memory object is created and used as
|
cl.h | 547 void * /* host_ptr */, 564 void * /* host_ptr */, 576 void * /* host_ptr */, [all...] |
cl.hpp | [all...] |