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

  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_channel.h 35 bool IsUpdated();
video_render_ios_channel.mm 44 bool VideoRenderIosChannel::IsUpdated() { return buffer_is_updated_; }
video_render_ios_gles20.mm 195 updated = agl_channel->IsUpdated();
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.h 52 int IsUpdated(bool& isUpdated);
video_render_nsopengl.h 64 int IsUpdated(bool& isUpdated);
video_render_nsopengl.mm 320 int VideoChannelNSOpenGL::IsUpdated(bool& isUpdated)
324 isUpdated = _bufferIsUpdated;
1017 aglChannel->IsUpdated(updated);
video_render_agl.cc 324 int VideoChannelAGL::IsUpdated(bool& isUpdated)
327 isUpdated = _bufferIsUpdated;
    [all...]
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.h 50 int IsUpdated(bool& isUpdated);
video_render_direct3d9.cc 216 int D3D9Channel::IsUpdated(bool& isUpdated)
219 isUpdated = _bufferIsUpdated;
584 channel->IsUpdated(updated);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigImpl.c 918 BOOLEAN IsUpdated;
    [all...]
  /external/vulkan-validation-layers/layers/
descriptor_sets.h 364 bool IsUpdated() const { return some_update_; };
core_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
descriptor_sets.h 346 bool IsUpdated() const { return some_update_; };
core_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp     [all...]

Completed in 244 milliseconds