OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsNPOT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.h
148
static bool
IsNPOT
(uint32 value) {
/external/chromium_org/gpu/command_buffer/service/
texture_manager_unittest.cc
31
static bool
IsNPOT
(const Texture* texture) {
435
EXPECT_FALSE(TextureTestHelper::
IsNPOT
(texture));
456
EXPECT_FALSE(TextureTestHelper::
IsNPOT
(texture));
468
EXPECT_TRUE(TextureTestHelper::
IsNPOT
(texture));
605
EXPECT_FALSE(TextureTestHelper::
IsNPOT
(texture));
640
EXPECT_FALSE(TextureTestHelper::
IsNPOT
(texture));
703
EXPECT_FALSE(TextureTestHelper::
IsNPOT
(texture));
720
EXPECT_FALSE(TextureTestHelper::
IsNPOT
(texture));
736
EXPECT_FALSE(TextureTestHelper::
IsNPOT
(texture));
758
EXPECT_TRUE(TextureTestHelper::
IsNPOT
(texture))
[
all
...]
Completed in 61 milliseconds