Home
last modified time | relevance | path

Searched defs:prev_cmd (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dccaption_dec.c259 uint8_t prev_cmd[2]; member
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp450 ImDrawCmd* prev_cmd = CmdBuffer.Size > 1 ? curr_cmd - 1 : NULL; in UpdateClipRect() local
469 ImDrawCmd* prev_cmd = CmdBuffer.Size > 1 ? curr_cmd - 1 : NULL; in UpdateTextureID() local
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp498 ImDrawCmd* prev_cmd = curr_cmd - 1; in _TryMergeDrawCmds() local
520 ImDrawCmd* prev_cmd = curr_cmd - 1; in _OnChangedClipRect() local
542 ImDrawCmd* prev_cmd = curr_cmd - 1; in _OnChangedTextureID() local
[all...]

Completed in 9 milliseconds