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 348 texture_ref_ = NULL;
368 texture_ref_ = manager_->GetTexture(kClient1Id);
369 ASSERT_TRUE(texture_ref_.get() != NULL);
373 if (texture_ref_.get()) {
374 // If it's not in the manager then setting texture_ref_ to NULL will
376 if (!texture_ref_->client_id()) {
379 DeleteTextures(1, ::testing::Pointee(texture_ref_->service_id())))
383 texture_ref_ = NULL;
404 scoped_refptr<TextureRef> texture_ref_; member in class:gpu::gles2::TextureTestBase
430 Texture* texture = texture_ref_->texture()
    [all...]
framebuffer_manager.cc 123 : texture_ref_(texture_ref),
132 texture_ref_->texture()->GetLevelSize(
140 texture_ref_->texture()->GetLevelSize(
148 texture_ref_->texture()->GetLevelType(
158 return texture_ref_->client_id();
162 return texture_ref_->texture()->IsLevelCleared(target_, level_);
170 texture_ref_.get(), target_, level_, cleared);
174 return texture == texture_ref_.get();
184 return texture_ref_.get();
188 return texture_ref_->texture()->CanRenderTo()
222 scoped_refptr<TextureRef> texture_ref_; member in class:gpu::gles2::TextureAttachment
    [all...]

Completed in 70 milliseconds