Home | History | Annotate | Download | only in media

Lines Matching refs:sync_point

115   uint32 sync_point = 0;
118 AsyncCreateTextures(count, size, texture_target, &sync_point);
122 return sync_point;
126 count, size, texture_target, &sync_point));
134 return sync_point;
139 uint32* sync_point) {
174 *sync_point = gles2->InsertSyncPointCHROMIUM();
197 void RendererGpuVideoDecoderFactories::WaitSyncPoint(uint32 sync_point) {
199 AsyncWaitSyncPoint(sync_point);
207 sync_point));
213 void RendererGpuVideoDecoderFactories::AsyncWaitSyncPoint(uint32 sync_point) {
221 gles2->WaitSyncPointCHROMIUM(sync_point);