Home
last modified time | relevance | path

Searched refs:has_ownership (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_memory.h35 CLMemory(cl_mem memory, bool has_ownership) in CLMemory() argument
36 : memory_(memory), has_ownership_(has_ownership) {} in CLMemory()
63 bool has_ownership() const { return has_ownership_; } in has_ownership() function
Dcl_context.cc104 CLContext::CLContext(cl_context context, bool has_ownership) in CLContext() argument
105 : context_(context), has_ownership_(has_ownership) {} in CLContext()
Dcl_context.h32 CLContext(cl_context context, bool has_ownership);
Dcl_command_queue.h40 CLCommandQueue(cl_command_queue queue, bool has_ownership);
Dcl_command_queue.cc34 CLCommandQueue::CLCommandQueue(cl_command_queue queue, bool has_ownership) in CLCommandQueue() argument
35 : queue_(queue), has_ownership_(has_ownership) {} in CLCommandQueue()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Degl_context.h42 bool has_ownership) in EglContext() argument
46 has_ownership_(has_ownership) {} in EglContext()
75 bool has_ownership() const { return has_ownership_; } in has_ownership() function
Dgl_buffer_test.cc58 EXPECT_TRUE(buffer.has_ownership()); in TEST()
65 EXPECT_FALSE(view.has_ownership()); in TEST()
95 EXPECT_FALSE(view2.has_ownership()); in TEST()
Dgl_buffer.h42 bool has_ownership) in GlBuffer() argument
47 has_ownership_(has_ownership) {} in GlBuffer()
104 bool has_ownership() const { return has_ownership_; } in has_ownership() function
154 bool has_ownership, void* data);
Dobject_manager.cc89 if (!texture || !texture->has_ownership()) continue; in stats()
94 if (!buffer || !buffer->has_ownership()) continue; in stats()
Dgl_buffer.cc101 bool has_ownership, void* data) in GlPersistentBuffer() argument
102 : GlBuffer(target, id, bytes_size, offset, has_ownership), data_(data) {} in GlPersistentBuffer()
Dgl_texture.h85 bool has_ownership() const { return owned_; } in has_ownership() function
/external/libchrome/dbus/
Dobject_proxy_unittest.cc72 ASSERT_TRUE(test_service.has_ownership()); in TEST_F()
100 ASSERT_TRUE(test_service.has_ownership()); in TEST_F()
136 ASSERT_TRUE(test_service.has_ownership()); in TEST_F()
Dsignal_sender_verification_unittest.cc80 ASSERT_TRUE(test_service_->has_ownership()); in SetUp()
89 ASSERT_FALSE(test_service2_->has_ownership()); in SetUp()
280 ASSERT_TRUE(stealable_test_service.has_ownership()); in TEST_F()