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 401 texture_ref_ = NULL;
421 texture_ref_ = manager_->GetTexture(kClient1Id);
422 ASSERT_TRUE(texture_ref_.get() != NULL);
426 if (texture_ref_.get()) {
427 // If it's not in the manager then setting texture_ref_ to NULL will
429 if (!texture_ref_->client_id()) {
432 DeleteTextures(1, ::testing::Pointee(texture_ref_->service_id())))
436 texture_ref_ = NULL;
454 scoped_refptr<TextureRef> texture_ref_; member in class:gpu::gles2::TextureTestBase
480 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 4841 milliseconds