HomeSort by relevance Sort by last modified time
    Searched refs:texture_ref_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
texture_manager_unittest.cc 398 texture_ref_ = NULL;
418 texture_ref_ = manager_->GetTexture(kClient1Id);
419 ASSERT_TRUE(texture_ref_.get() != NULL);
423 if (texture_ref_.get()) {
424 // If it's not in the manager then setting texture_ref_ to NULL will
426 if (!texture_ref_->client_id()) {
429 DeleteTextures(1, ::testing::Pointee(texture_ref_->service_id())))
433 texture_ref_ = NULL;
451 scoped_refptr<TextureRef> texture_ref_; member in class:gpu::gles2::TextureTestBase
477 Texture* texture = texture_ref_->texture()
    [all...]
framebuffer_manager.cc 139 : texture_ref_(texture_ref),
148 texture_ref_->texture()->GetLevelSize(
156 texture_ref_->texture()->GetLevelSize(
164 texture_ref_->texture()->GetLevelType(
172 texture_ref_->texture()->GetLevelType(
182 return texture_ref_->client_id();
186 return texture_ref_->texture()->IsLevelCleared(target_, level_);
194 texture_ref_.get(), target_, level_, cleared);
198 return texture == texture_ref_.get();
208 return texture_ref_.get()
261 scoped_refptr<TextureRef> texture_ref_; member in class:gpu::gles2::TextureAttachment
    [all...]

Completed in 345 milliseconds