Lines Matching defs:texture_ref

72   TextureRef* texture_ref = manager->GetTexture(client_texture_id_);
73 ASSERT_TRUE(texture_ref != NULL);
74 Texture* texture = texture_ref->texture();
577 TextureRef* texture_ref = manager->GetTexture(client_texture_id_);
578 ASSERT_TRUE(texture_ref != NULL);
579 Texture* texture = texture_ref->texture();
621 TextureRef* texture_ref = manager->GetTexture(client_texture_id_);
622 ASSERT_TRUE(texture_ref != NULL);
623 Texture* texture = texture_ref->texture();
886 TextureRef* texture_ref = GetTexture(client_texture_id_);
887 ASSERT_TRUE(texture_ref != NULL);
888 Texture* texture = texture_ref->texture();
927 TextureRef* texture_ref = GetTexture(kNewClientId);
928 EXPECT_TRUE(texture_ref != NULL);
929 EXPECT_TRUE(texture_ref->texture()->target() == GL_TEXTURE_EXTERNAL_OES);
970 TextureRef* texture_ref = GetTexture(client_texture_id_);
971 EXPECT_TRUE(texture_ref != NULL);
972 Texture* texture = texture_ref->texture();
1018 TextureRef* texture_ref = GetTexture(client_texture_id_);
1019 EXPECT_TRUE(texture_ref != NULL);
1020 Texture* texture = texture_ref->texture();
1050 TextureRef* texture_ref = GetTexture(client_texture_id_);
1051 EXPECT_TRUE(texture_ref != NULL);
1052 Texture* texture = texture_ref->texture();
1765 TextureRef* texture_ref = manager->GetTexture(client_texture_id_);
1766 ASSERT_TRUE(texture_ref != NULL);
1767 Texture* texture = texture_ref->texture();
1839 TextureRef* texture_ref = manager->GetTexture(client_texture_id_);
1840 EXPECT_TRUE(texture_ref->texture()->SafeToRenderFrom());
1861 TextureRef* texture_ref =
1863 ASSERT_TRUE(texture_ref != NULL);
1864 Texture* texture = texture_ref->texture();
1943 TextureRef* texture_ref =
1945 ASSERT_TRUE(texture_ref != NULL);
1946 Texture* texture = texture_ref->texture();
1989 texture_ref = group().texture_manager()->GetTexture(new_texture_id);
1990 ASSERT_TRUE(texture_ref != NULL);
1991 texture = texture_ref->texture();
2019 TextureRef* texture_ref =
2021 ASSERT_TRUE(texture_ref != NULL);
2022 Texture* texture = texture_ref->texture();
2145 TextureRef* texture_ref =
2147 ASSERT_TRUE(texture_ref != NULL);
2148 Texture* texture = texture_ref->texture();
2212 TextureRef* texture_ref =
2214 ASSERT_TRUE(texture_ref != NULL);
2215 Texture* texture = texture_ref->texture();
2223 TextureRef* texture_ref =
2225 ASSERT_TRUE(texture_ref != NULL);
2226 Texture* texture = texture_ref->texture();
2310 TextureRef* texture_ref =
2312 ASSERT_TRUE(texture_ref != NULL);
2313 Texture* texture = texture_ref->texture();
2433 TextureRef* texture_ref = GetTexture(client_texture_id_);
2435 group().texture_manager()->SetTarget(texture_ref, GL_TEXTURE_EXTERNAL_OES);
2436 group().texture_manager()->SetLevelInfo(texture_ref,
2448 texture_ref, GL_TEXTURE_EXTERNAL_OES, 0, image.get());
2457 EXPECT_TRUE(group().texture_manager()->CanRender(texture_ref));