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

  /external/chromium_org/gpu/command_buffer/service/
texture_manager_unittest.cc 112 scoped_refptr<TextureRef> texture = manager_->GetTexture(kClient1Id);
119 EXPECT_TRUE(manager_->GetTexture(kClient2Id) == NULL);
128 EXPECT_TRUE(manager_->GetTexture(kClient1Id) == NULL);
138 TextureRef* texture_ref = manager_->GetTexture(kClient1Id);
176 TextureRef* texture_ref = manager.GetTexture(kClient1Id);
196 TextureRef* texture = manager.GetTexture(kClient1Id);
204 texture = manager.GetTexture(kClient1Id);
368 texture_ref_ = manager_->GetTexture(kClient1Id);
803 TextureRef* texture_ref = manager.GetTexture(kClient1Id);
    [all...]
framebuffer_manager_unittest.cc 433 texture_manager_.GetTexture(kTextureClient1Id));
505 texture_manager_.GetTexture(kTextureClient2Id));
632 texture_manager_.GetTexture(kTextureClient1Id));
636 texture_manager_.GetTexture(kTextureClient2Id));
675 texture_manager_.GetTexture(kTextureClient2Id));
721 texture_manager_.GetTexture(kTextureClient2Id));
    [all...]
gles2_cmd_decoder_unittest.cc     [all...]
gles2_cmd_decoder_unittest_base.h 115 TextureRef* GetTexture(GLuint client_id) {
116 return group_->texture_manager()->GetTexture(client_id);
texture_manager.h 606 TextureRef* GetTexture(GLuint client_id) const;
gles2_cmd_decoder_unittest_1_autogen.h 147 EXPECT_TRUE(GetTexture(kNewClientId) != NULL);
621 GetTexture(client_texture_id_) == NULL);
645 GetTexture(client_texture_id_) == NULL);
    [all...]
gles2_cmd_decoder.cc 755 TextureRef* GetTexture(GLuint client_id) const {
756 return texture_manager()->GetTexture(client_id);
    [all...]
texture_manager.cc     [all...]
  /external/chromium_org/content/common/gpu/media/
gpu_video_decode_accelerator.cc 239 gpu::gles2::TextureRef* texture_ref = texture_manager->GetTexture(

Completed in 103 milliseconds