Searched refs:IsUpdated (Results 1 - 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_channel.h35 bool IsUpdated();
H A Dvideo_render_ios_channel.mm44 bool VideoRenderIosChannel::IsUpdated() { return buffer_is_updated_; }
H A Dvideo_render_ios_gles20.mm195 updated = agl_channel->IsUpdated();
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.h52 int IsUpdated(bool& isUpdated);
H A Dvideo_render_nsopengl.h64 int IsUpdated(bool& isUpdated);
H A Dvideo_render_nsopengl.mm320 int VideoChannelNSOpenGL::IsUpdated(bool& isUpdated)
1017 aglChannel->IsUpdated(updated);
H A Dvideo_render_agl.cc324 int VideoChannelAGL::IsUpdated(bool& isUpdated) function in class:webrtc::VideoChannelAGL
1152 aglChannel->IsUpdated(updated);
/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.h50 int IsUpdated(bool& isUpdated);
H A Dvideo_render_direct3d9.cc216 int D3D9Channel::IsUpdated(bool& isUpdated) function in class:webrtc::D3D9Channel
584 channel->IsUpdated(updated);
/external/vulkan-validation-layers/layers/
H A Ddescriptor_sets.h364 bool IsUpdated() const { return some_update_; }; function in class:cvdescriptorset::DescriptorSet
H A Dcore_validation.cpp3197 if (!pSet->IsUpdated()) {
7499 if (!pSet->IsUpdated() && (pSet->GetTotalDescriptorCount() != 0)) {

Completed in 325 milliseconds