Searched refs:has_ownership (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_memory.h | 35 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
|
D | cl_context.cc | 104 CLContext::CLContext(cl_context context, bool has_ownership) in CLContext() argument 105 : context_(context), has_ownership_(has_ownership) {} in CLContext()
|
D | cl_context.h | 32 CLContext(cl_context context, bool has_ownership);
|
D | cl_command_queue.h | 40 CLCommandQueue(cl_command_queue queue, bool has_ownership);
|
D | cl_command_queue.cc | 34 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/ |
D | egl_context.h | 42 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
|
D | gl_buffer_test.cc | 58 EXPECT_TRUE(buffer.has_ownership()); in TEST() 65 EXPECT_FALSE(view.has_ownership()); in TEST() 95 EXPECT_FALSE(view2.has_ownership()); in TEST()
|
D | gl_buffer.h | 42 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);
|
D | object_manager.cc | 89 if (!texture || !texture->has_ownership()) continue; in stats() 94 if (!buffer || !buffer->has_ownership()) continue; in stats()
|
D | gl_buffer.cc | 101 bool has_ownership, void* data) in GlPersistentBuffer() argument 102 : GlBuffer(target, id, bytes_size, offset, has_ownership), data_(data) {} in GlPersistentBuffer()
|
D | gl_texture.h | 85 bool has_ownership() const { return owned_; } in has_ownership() function
|
/external/libchrome/dbus/ |
D | object_proxy_unittest.cc | 72 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()
|
D | signal_sender_verification_unittest.cc | 80 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()
|