Home
last modified time | relevance | path

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

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