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

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_async_pixel.cc 66 TextureRef* texture_ref = GetTexture(client_texture_id_); local
67 Texture* texture = texture_ref->texture();
112 texture_ref));
119 EXPECT_EQ(texture_ref->num_observers(), 0);
120 EXPECT_CALL(*manager, CreatePixelTransferDelegateImpl(texture_ref, _))
133 texture_ref));
139 EXPECT_EQ(texture_ref->num_observers(), 1);
149 texture_ref));
175 texture_ref);
176 EXPECT_EQ(texture_ref->num_observers(), 0)
328 TextureRef* texture_ref = GetTexture(client_texture_id_); local
    [all...]
texture_manager_unittest.cc 79 TextureRef* texture_ref, GLenum pname, GLint value, GLenum error) {
82 texture_ref, pname, value, error);
136 TextureRef* texture_ref = manager_->GetTexture(kClient1Id); local
137 ASSERT_TRUE(texture_ref != NULL);
138 Texture* texture = texture_ref->texture();
139 manager_->SetTarget(texture_ref, GL_TEXTURE_2D);
140 SetParameter(texture_ref, GL_TEXTURE_MIN_FILTER, GL_NEAREST, GL_NO_ERROR);
142 SetParameter(texture_ref, GL_TEXTURE_MAG_FILTER, GL_NEAREST, GL_NO_ERROR);
144 SetParameter(texture_ref, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE, GL_NO_ERROR);
146 SetParameter(texture_ref, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE, GL_NO_ERROR)
217 TextureRef* texture_ref = manager.GetTexture(kClient1Id); local
851 TextureRef* texture_ref = manager.GetTexture(kClient1Id); local
1142 TextureRef* texture_ref = manager.GetTexture(kClient1Id); local
1172 TextureRef* texture_ref = manager.GetTexture(kClient1Id); local
1194 TextureRef* texture_ref = manager.GetTexture(kClient1Id); local
1224 TextureRef* texture_ref = manager.GetTexture(kClient1Id); local
1246 TextureRef* texture_ref = manager.GetTexture(kClient1Id); local
1266 TextureRef* texture_ref = manager.GetTexture(kClient1Id); local
    [all...]
gles2_cmd_decoder.cc 910 TextureRef* texture_ref,
942 void ProduceTextureRef(std::string func_name, TextureRef* texture_ref,
1818 scoped_refptr<TextureRef> texture_ref; local
2954 TextureRef* texture_ref = GetTexture(client_ids[ii]); local
3260 TextureRef* texture_ref = texture_manager()->GetTextureInfoForTarget( local
3313 TextureRef* texture_ref = texture_manager()->GetTexture(client_texture_id); local
4065 TextureRef* texture_ref = NULL; local
4225 TextureRef* texture_ref = texture_manager()->GetTextureInfoForTarget( local
5124 TextureRef* texture_ref = NULL; local
6038 TextureRef* texture_ref = local
6087 TextureRef* texture_ref = local
6137 TextureRef* texture_ref = local
6830 const TextureRef* texture_ref = GetTexture(client_id); local
6941 TextureRef* texture_ref = texture_manager()->GetTextureInfoForTarget( local
8088 TextureRef* texture_ref = texture_manager()->GetTextureInfoForTarget( local
8286 TextureRef* texture_ref = texture_manager()->GetTextureInfoForTarget( local
8360 TextureRef* texture_ref = texture_manager()->GetTextureInfoForTarget( local
8484 TextureRef* texture_ref = texture_manager()->GetTextureInfoForTarget( local
8605 TextureRef* texture_ref = texture_manager()->GetTextureInfoForTarget( local
8671 TextureRef* texture_ref = texture_manager()->GetTextureInfoForTarget( local
9748 TextureRef* texture_ref = local
10069 TextureRef* texture_ref = texture_manager()->GetTextureInfoForTarget( local
10143 TextureRef* texture_ref = texture_manager()->GetTextureInfoForTarget( local
10197 scoped_refptr<TextureRef> texture_ref = local
10287 TextureRef* texture_ref = GetTexture(client_id); local
10352 TextureRef* texture_ref = local
10393 TextureRef* texture_ref = local
10608 TextureRef* texture_ref; local
10709 TextureRef* texture_ref = texture_manager()->GetTextureInfoForTarget( local
10770 TextureRef* texture_ref = texture_manager()->GetTextureInfoForTarget( local
    [all...]
gles2_cmd_decoder_unittest_textures.cc 71 TextureRef* texture_ref = manager->GetTexture(client_texture_id_); local
72 ASSERT_TRUE(texture_ref != NULL);
73 Texture* texture = texture_ref->texture();
576 TextureRef* texture_ref = manager->GetTexture(client_texture_id_); local
577 ASSERT_TRUE(texture_ref != NULL);
578 Texture* texture = texture_ref->texture();
620 TextureRef* texture_ref = manager->GetTexture(client_texture_id_); local
621 ASSERT_TRUE(texture_ref != NULL);
622 Texture* texture = texture_ref->texture();
885 TextureRef* texture_ref = GetTexture(client_texture_id_) local
926 TextureRef* texture_ref = GetTexture(kNewClientId); local
969 TextureRef* texture_ref = GetTexture(client_texture_id_); local
1017 TextureRef* texture_ref = GetTexture(client_texture_id_); local
1049 TextureRef* texture_ref = GetTexture(client_texture_id_); local
1764 TextureRef* texture_ref = manager->GetTexture(client_texture_id_); local
1838 TextureRef* texture_ref = manager->GetTexture(client_texture_id_); local
1860 TextureRef* texture_ref = local
1942 TextureRef* texture_ref = local
2018 TextureRef* texture_ref = local
2144 TextureRef* texture_ref = local
2208 TextureRef* texture_ref = local
2219 TextureRef* texture_ref = local
2299 TextureRef* texture_ref = local
2422 TextureRef* texture_ref = GetTexture(client_texture_id_); local
    [all...]
framebuffer_manager.cc 138 TextureRef* texture_ref, GLenum target, GLint level, GLsizei samples)
139 : texture_ref_(texture_ref),
604 GLenum target, TextureRef* texture_ref) {
611 if (attachment->IsTexture(texture_ref)) {
651 GLenum attachment, TextureRef* texture_ref, GLenum target,
656 if (texture_ref) {
658 new TextureAttachment(texture_ref, target, level, samples));
659 texture_ref->texture()->AttachToFramebuffer();
framebuffer_manager.h 82 GLenum attachment, TextureRef* texture_ref, GLenum target,
91 GLenum target, TextureRef* texture_ref);
test_helper.h 107 TextureManager* manager, TextureRef* texture_ref,
texture_manager.cc 1509 TextureRef* texture_ref; local
    [all...]
texture_manager.h 723 TextureRef** texture_ref);
760 TextureRef* texture_ref,
test_helper.cc 622 TextureManager* manager, TextureRef* texture_ref,
626 EXPECT_CALL(*gl, TexParameteri(texture_ref->texture()->target(),
640 manager->SetParameteri("", error_state, texture_ref, pname, value);
  /external/chromium_org/content/common/gpu/media/
gpu_video_decode_accelerator.cc 359 gpu::gles2::TextureRef* texture_ref = texture_manager->GetTexture( local
361 if (!texture_ref) {
366 gpu::gles2::Texture* info = texture_ref->texture();
376 texture_manager->SetLevelInfo(texture_ref,
407 textures.push_back(texture_ref);
492 scoped_refptr<gpu::gles2::TextureRef> texture_ref = it->second;
493 GLenum target = texture_ref->texture()->target();
496 DCHECK(!texture_ref->texture()->IsLevelCleared(target, 0));
497 texture_manager->SetLevelCleared(texture_ref, target, 0, true);

Completed in 116 milliseconds