Home
last modified time | relevance | path

Searched refs:misc_flags (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/
Dd3d11videosink-shared-texture.cpp58 UINT misc_flags = 0; variable
78 "draw", shared_handle, misc_flags, 0, 0, &ret); in on_begin_draw()
285 misc_flags = D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX | D3D11_RESOURCE_MISC_SHARED_NTHANDLE; in main()
287 misc_flags = D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX; in main()
289 misc_flags = D3D11_RESOURCE_MISC_SHARED; in main()
351 format, misc_flags, &shared_texture, &srv, &keyed_mutex, &shared_handle); in main()
Dd3d11device.cpp101 guint height, DXGI_FORMAT format, UINT misc_flags, in prepare_shared_texture() argument
118 texture_desc.MiscFlags = misc_flags; in prepare_shared_texture()
143 if ((misc_flags & D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX) != 0 && keyed_mutex) { in prepare_shared_texture()
159 if ((misc_flags & D3D11_RESOURCE_MISC_SHARED_NTHANDLE) != 0) { in prepare_shared_texture()
Dd3d11device.h49 UINT misc_flags,
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp1015 …int misc_flags = (hdr ? ImGuiColorEditFlags_HDR : 0) | (drag_and_drop ? 0 : ImGuiColorEditFlags_No… in ShowDemoWindowWidgets() local
1019 ImGui::ColorEdit3("MyColor##1", (float*)&color, misc_flags); in ShowDemoWindowWidgets()
1022 ImGui::ColorEdit4("MyColor##2", (float*)&color, ImGuiColorEditFlags_HSV | misc_flags); in ShowDemoWindowWidgets()
1025 ImGui::ColorEdit4("MyColor##2f", (float*)&color, ImGuiColorEditFlags_Float | misc_flags); in ShowDemoWindowWidgets()
1029 …olor##3", (float*)&color, ImGuiColorEditFlags_NoInputs | ImGuiColorEditFlags_NoLabel | misc_flags); in ShowDemoWindowWidgets()
1045 bool open_popup = ImGui::ColorButton("MyColor##3b", color, misc_flags); in ShowDemoWindowWidgets()
1058 …ImGui::ColorPicker4("##picker", (float*)&color, misc_flags | ImGuiColorEditFlags_NoSidePreview | I… in ShowDemoWindowWidgets()
1092 ImGui::ColorButton("MyColor##3c", *(ImVec4*)&color, misc_flags, ImVec2(80,80)); in ShowDemoWindowWidgets()
1112 … ImGui::ColorEdit4("##RefColor", &ref_color_v.x, ImGuiColorEditFlags_NoInputs | misc_flags); in ShowDemoWindowWidgets()
1118 ImGuiColorEditFlags flags = misc_flags; in ShowDemoWindowWidgets()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideoenc.cpp1336 guint misc_flags = 0; in gst_mf_video_enc_propose_allocation() local
1345 misc_flags = D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX; in gst_mf_video_enc_propose_allocation()
1354 d3d11_params->desc[i].MiscFlags |= misc_flags; in gst_mf_video_enc_propose_allocation()
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp1666 …ImGuiColorEditFlags misc_flags = (hdr ? ImGuiColorEditFlags_HDR : 0) | (drag_and_drop ? 0 : ImGuiC… in ShowDemoWindowWidgets() local
1672 ImGui::ColorEdit3("MyColor##1", (float*)&color, misc_flags); in ShowDemoWindowWidgets()
1675 … ImGui::ColorEdit4("MyColor##2", (float*)&color, ImGuiColorEditFlags_DisplayHSV | misc_flags); in ShowDemoWindowWidgets()
1678 ImGui::ColorEdit4("MyColor##2f", (float*)&color, ImGuiColorEditFlags_Float | misc_flags); in ShowDemoWindowWidgets()
1685 …olor##3", (float*)&color, ImGuiColorEditFlags_NoInputs | ImGuiColorEditFlags_NoLabel | misc_flags); in ShowDemoWindowWidgets()
1704 bool open_popup = ImGui::ColorButton("MyColor##3b", color, misc_flags); in ShowDemoWindowWidgets()
1716 …ImGui::ColorPicker4("##picker", (float*)&color, misc_flags | ImGuiColorEditFlags_NoSidePreview | I… in ShowDemoWindowWidgets()
1757 …ImGui::ColorButton("MyColor##3c", *(ImVec4*)&color, misc_flags | (no_border ? ImGuiColorEditFlags_… in ShowDemoWindowWidgets()
1777 … ImGui::ColorEdit4("##RefColor", &ref_color_v.x, ImGuiColorEditFlags_NoInputs | misc_flags); in ShowDemoWindowWidgets()
1787 ImGuiColorEditFlags flags = misc_flags; in ShowDemoWindowWidgets()