HomeSort by relevance Sort by last modified time
    Searched defs:IsUpdated (Results 1 - 5 of 5) sorted by null

  /external/vulkan-validation-layers/layers/
descriptor_sets.h 364 bool IsUpdated() const { return some_update_; };
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigImpl.c 918 BOOLEAN IsUpdated;
    [all...]
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.cc 324 int VideoChannelAGL::IsUpdated(bool& isUpdated)
327 isUpdated = _bufferIsUpdated;
    [all...]
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 216 int D3D9Channel::IsUpdated(bool& isUpdated)
219 isUpdated = _bufferIsUpdated;
584 channel->IsUpdated(updated);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
descriptor_sets.h 346 bool IsUpdated() const { return some_update_; };

Completed in 888 milliseconds