HomeSort by relevance Sort by last modified time
    Searched defs:texture1 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/tests/
ClipCacheTest.cpp 159 GrTexture* texture1 = cache.getLastMask(); local
160 REPORTER_ASSERT(reporter, texture1);
161 if (NULL == texture1) {
166 check_state(reporter, cache, clip1, texture1, bound1);
199 check_state(reporter, cache, clip1, texture1, bound1);
  /external/skia/tests/
ClipCacheTest.cpp 159 GrTexture* texture1 = cache.getLastMask(); local
160 REPORTER_ASSERT(reporter, texture1);
161 if (NULL == texture1) {
166 check_state(reporter, cache, clip1, texture1, bound1);
167 REPORTER_ASSERT(reporter, texture1->getRefCnt());
174 REPORTER_ASSERT(reporter, texture1->getRefCnt());
192 REPORTER_ASSERT(reporter, texture1->getRefCnt());
203 check_state(reporter, cache, clip1, texture1, bound1);
204 REPORTER_ASSERT(reporter, texture1->getRefCnt());
  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager_unittest.cc 146 Texture* texture1 = CreateTexture(); local
151 manager_->ProduceTexture(0, name, texture1);
152 EXPECT_EQ(texture1, manager_->ConsumeTexture(0, name));
159 DestroyTexture(texture1);
168 Texture* texture1 = CreateTexture(); local
173 // Put texture1 on name1 and name2.
174 manager_->ProduceTexture(0, name1, texture1);
175 manager_->ProduceTexture(0, name2, texture1);
176 EXPECT_EQ(texture1, manager_->ConsumeTexture(0, name1));
177 EXPECT_EQ(texture1, manager_->ConsumeTexture(0, name2))
402 Texture* texture1 = DefineTexture(); local
    [all...]
  /external/deqp/modules/glshared/
glsSamplerObjectTest.cpp 1033 GLuint texture1 = createTexture(gl, m_target, 0); local
1075 GLuint texture1 = createTexture(gl, m_target, 0); local
    [all...]

Completed in 678 milliseconds