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

  /external/chromium_org/content/renderer/pepper/
ppb_graphics_3d_impl.cc 138 uint32_t PPB_Graphics3D_Impl::InsertSyncPoint() {
139 return command_buffer_->InsertSyncPoint();
189 sync_point_ = command_buffer_->InsertSyncPoint();
301 sync_point_ = command_buffer_->InsertSyncPoint();
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 290 uint32 Display::InsertSyncPoint() {
  /external/chromium_org/mojo/examples/pepper_container_app/
graphics_3d_resource.cc 136 uint32_t Graphics3DResource::InsertSyncPoint() {
  /external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.cc 157 uint32 PpapiCommandBufferProxy::InsertSyncPoint() {
ppb_graphics_3d_proxy.cc 97 uint32_t Graphics3D::InsertSyncPoint() {
339 *sync_point = enter.object()->InsertSyncPoint();
  /external/chromium_org/content/common/gpu/client/
command_buffer_proxy_impl.cc 385 uint32 CommandBufferProxyImpl::InsertSyncPoint() {
gl_helper.cc     [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.cc 359 uint32 GLManager::InsertSyncPoint() {
  /external/chromium_org/mojo/gles2/
command_buffer_client_impl.cc 210 uint32 CommandBufferClientImpl::InsertSyncPoint() {
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.cc 697 uint32 InProcessCommandBuffer::InsertSyncPoint() {
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 96 MOCK_METHOD0(insertSyncPoint, GLuint(void));
119 uint32 InsertSyncPoint() { return next_sync_point_++; }
171 virtual GLuint insertSyncPoint() OVERRIDE {
172 uint32 sync_point = shared_data_->InsertSyncPoint();
263 // InsertSyncPoint, so that it is not visible to other contexts that
466 *sync_point = child_context_->insertSyncPoint();
648 const GLuint external_sync_point = child_context_->insertSyncPoint();
    [all...]

Completed in 375 milliseconds