OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:texture1
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
ClipCacheTest.cpp
160
GrTexture*
texture1
= cache.getLastMask();
local
161
REPORTER_ASSERT(reporter,
texture1
);
162
if (NULL ==
texture1
) {
167
check_state(reporter, cache, clip1,
texture1
, bound1);
168
REPORTER_ASSERT(reporter,
texture1
->getRefCnt());
175
REPORTER_ASSERT(reporter,
texture1
->getRefCnt());
193
REPORTER_ASSERT(reporter,
texture1
->getRefCnt());
204
check_state(reporter, cache, clip1,
texture1
, bound1);
205
REPORTER_ASSERT(reporter,
texture1
->getRefCnt());
/external/chromium_org/gpu/command_buffer/service/
mailbox_manager_unittest.cc
131
Texture*
texture1
= CreateTexture();
local
137
manager_->ProduceTexture(0, name,
texture1
);
138
EXPECT_EQ(
texture1
, manager_->ConsumeTexture(0, name));
145
DestroyTexture(
texture1
);
154
Texture*
texture1
= CreateTexture();
local
161
// Put
texture1
on name1 and name2.
162
manager_->ProduceTexture(0, name1,
texture1
);
163
manager_->ProduceTexture(0, name2,
texture1
);
164
EXPECT_EQ(
texture1
, manager_->ConsumeTexture(0, name1));
165
EXPECT_EQ(
texture1
, manager_->ConsumeTexture(0, name2))
394
Texture*
texture1
= DefineTexture();
local
[
all
...]
Completed in 71 milliseconds