Searched refs:bufferHandles (Results 1 – 5 of 5) sorted by relevance
83 std::vector<const native_handle_t*> bufferHandles; in allocate() local84 bufferHandles.reserve(count); in allocate()96 bufferHandles.push_back(importBuffer(tmpBuffers[i])); in allocate()98 bufferHandles.push_back(cloneBuffer(tmpBuffers[i])); in allocate()107 return bufferHandles; in allocate()
81 std::vector<const native_handle_t*> bufferHandles; in allocate() local82 bufferHandles.reserve(count); in allocate()91 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(importBuffer(tmpBuffers[i]))); in allocate()93 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(cloneBuffer(tmpBuffers[i]))); in allocate()103 bufferHandles.clear(); in allocate()106 return bufferHandles; in allocate()
96 std::vector<const native_handle_t*> bufferHandles; in allocate() local97 bufferHandles.reserve(count); in allocate()106 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(importBuffer(tmpBuffers[i]))); in allocate()108 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(cloneBuffer(tmpBuffers[i]))); in allocate()118 bufferHandles.clear(); in allocate()121 return bufferHandles; in allocate()
90 std::vector<const native_handle_t*> bufferHandles; in TEST_F() local92 ASSERT_NO_FATAL_FAILURE(bufferHandles = in TEST_F()99 for (auto bufferHandle : bufferHandles) { in TEST_F()