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

  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager_unittest.cc 147 Texture* texture2 = CreateTexture(); local
155 manager_->ProduceTexture(0, name, texture2);
156 EXPECT_EQ(texture2, manager_->ConsumeTexture(0, name));
160 EXPECT_EQ(texture2, manager_->ConsumeTexture(0, name));
163 DestroyTexture(texture2);
169 Texture* texture2 = CreateTexture(); local
179 // Put texture2 on name2.
180 manager_->ProduceTexture(0, name2, texture2);
182 EXPECT_EQ(texture2, manager_->ConsumeTexture(0, name2));
187 EXPECT_EQ(texture2, manager_->ConsumeTexture(0, name2))
404 Texture* texture2 = DefineTexture(); local
    [all...]
framebuffer_manager_unittest.cc 496 scoped_refptr<TextureRef> texture2(
498 ASSERT_TRUE(texture2.get() != NULL);
499 texture_manager_->SetTarget(texture2.get(), GL_TEXTURE_2D);
500 texture_manager_->SetLevelInfo(texture2.get(),
513 GL_COLOR_ATTACHMENT0, texture2.get(), kTarget2, kLevel2, kSamples2);
529 texture_manager_->SetLevelInfo(texture2.get(),
554 texture_manager_->SetLevelInfo(texture2.get(),
779 scoped_refptr<TextureRef> texture2(
781 ASSERT_TRUE(texture2.get() != NULL);
792 framebuffer_->UnbindTexture(kTarget1, texture2.get())
    [all...]
texture_manager_unittest.cc 1389 Texture* texture2 = texture_ref2->texture(); local
    [all...]
  /external/chromium_org/third_party/skia/tests/
ClipCacheTest.cpp 184 GrTexture* texture2 = cache.getLastMask(); local
185 REPORTER_ASSERT(reporter, texture2);
186 if (NULL == texture2) {
191 check_state(reporter, cache, clip2, texture2, bound2);
193 REPORTER_ASSERT(reporter, texture2->getRefCnt());
  /external/skia/tests/
ClipCacheTest.cpp 184 GrTexture* texture2 = cache.getLastMask(); local
185 REPORTER_ASSERT(reporter, texture2);
186 if (NULL == texture2) {
191 check_state(reporter, cache, clip2, texture2, bound2);
193 REPORTER_ASSERT(reporter, texture2->getRefCnt());
  /external/deqp/modules/glshared/
glsSamplerObjectTest.cpp 1034 GLuint texture2 = createTexture(gl, m_target, 1); local
1076 GLuint texture2 = createTexture(gl, m_target, 1); local
    [all...]

Completed in 2026 milliseconds