Home
last modified time | relevance | path

Searched defs:pcmd (Results 1 – 15 of 15) sorted by relevance

/third_party/Linux_Kernel/include/uapi/linux/
Dif_plip.h19 unsigned short pcmd; member
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_opengl2.cpp131 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplOpenGL2_RenderDrawData() local
Dimgui_impl_marmalade.cpp72 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_Marmalade_RenderDrawData() local
Dimgui_impl_dx9.cpp173 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplDX9_RenderDrawData() local
Dimgui_impl_allegro5.cpp129 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplAllegro5_RenderDrawData() local
Dimgui_impl_opengl3.cpp237 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplOpenGL3_RenderDrawData() local
Dimgui_impl_dx12.cpp208 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplDX12_RenderDrawData() local
Dimgui_impl_dx10.cpp208 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplDX10_RenderDrawData() local
Dimgui_impl_dx11.cpp213 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplDX11_RenderDrawData() local
Dimgui_impl_vulkan.cpp298 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplVulkan_RenderDrawData() local
/third_party/openssl/ssl/
Dssl_conf.c723 static int ssl_conf_cmd_skip_prefix(SSL_CONF_CTX *cctx, const char **pcmd) in ssl_conf_cmd_skip_prefix()
/third_party/mingw-w64/mingw-w64-headers/include/
Dadoint.h2295 #define Recordset15_putref_Source(This, pcmd) ((This)->lpVtbl ->putref_Source (This, pcmd)) argument
2478 #define Recordset20_putref_Source(This, pcmd) ((This)->lpVtbl ->putref_Source (This, pcmd)) argument
2667 #define Recordset21_putref_Source(This, pcmd) ((This)->lpVtbl ->putref_Source (This, pcmd)) argument
2858 #define _Recordset_putref_Source(This, pcmd) ((This)->lpVtbl ->putref_Source (This, pcmd)) argument
Dadoint_backcompat.h2248 #define Recordset15_putref_Source(This, pcmd) ((This)->lpVtbl ->putref_Source (This, pcmd)) argument
2431 #define Recordset20_putref_Source(This, pcmd) ((This)->lpVtbl ->putref_Source (This, pcmd)) argument
2620 #define Recordset21_putref_Source(This, pcmd) ((This)->lpVtbl ->putref_Source (This, pcmd)) argument
2811 #define _Recordset_putref_Source(This, pcmd) ((This)->lpVtbl ->putref_Source (This, pcmd)) argument
Dadomd.h285 #define ICellset_putref_Source(This, pcmd) ((This)->lpVtbl ->putref_Source (This, pcmd)) argument
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.cpp9158 …for (const ImDrawCmd* pcmd = draw_list->CmdBuffer.begin(); pcmd < draw_list->CmdBuffer.end(); elem… in ShowMetricsWindow() local