HomeSort by relevance Sort by last modified time
    Searched full:child_context_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 383 child_context_(NULL),
399 child_context_ = child_context_owned.get();
461 unsigned texture = child_context_->createTexture();
463 child_context_->bindTexture(GL_TEXTURE_2D, texture);
464 child_context_->genMailboxCHROMIUM(gpu_mailbox.name);
465 child_context_->produceTextureCHROMIUM(GL_TEXTURE_2D, gpu_mailbox.name);
466 *sync_point = child_context_->insertSyncPoint();
501 ResourceProviderContext* child_context_; member in class:cc::__anon7398::ResourceProviderTest
641 GLuint external_texture_id = child_context_->createExternalTexture();
642 child_context_->bindTexture(GL_TEXTURE_EXTERNAL_OES, external_texture_id)
    [all...]

Completed in 49 milliseconds