Searched refs:data_dst (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cSyncTests.cpp | 132 glw::GLuint* data_dst = (glw::GLuint*)gl.mapNamedBufferRange( in iterate() local 172 if ((reference[0] == data_dst[0]) || (reference[1] == data_dst[1])) in iterate() 178 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Result data [" << data_dst[0] in iterate() 179 << ", " << data_dst[1] << "is not equal to the reference [" in iterate()
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 21390 + ui::DataTransferEndpoint data_dst = ui::DataTransferEndpoint( 21393 + ui::ClipboardBuffer::kCopyPaste, &data_dst, &result); 21398 + ui::ClipboardBuffer::kCopyPaste, &data_dst); 42252 clipboard->ReadText(ui::ClipboardBuffer::kCopyPaste, &data_dst, &text); 258103 + bool IsReadAllowed(const DataTransferEndpoint* data_dst) const { 258109 + return policy_controller->IsClipboardReadAllowed(data->source(), data_dst, 258327 + const DataTransferEndpoint* data_dst) const { 258329 + if (IsFormatAvailable(ClipboardFormatType::PlainTextType(), buffer, data_dst)) 258332 + if (IsFormatAvailable(ClipboardFormatType::HtmlType(), buffer, data_dst)) 258335 + if (IsFormatAvailable(ClipboardFormatType::SvgType(), buffer, data_dst)) [all …]
|
D | 0004-ohos-3.2-Beta5.patch | 6228 + ui::DataTransferEndpoint data_dst = ui::DataTransferEndpoint( 6231 + ui::ClipboardBuffer::kCopyPaste, &data_dst, &result); 6236 + ui::ClipboardBuffer::kCopyPaste, &data_dst);
|