OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsNPOT
(Results
1 - 3
of
3
) sorted by null
/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
...]
texture_manager.cc
658
if (GLES2Util::
IsNPOT
(info.width) ||
659
GLES2Util::
IsNPOT
(info.height) ||
660
GLES2Util::
IsNPOT
(info.depth)) {
1012
(!GLES2Util::
IsNPOT
(width) &&
1013
!GLES2Util::
IsNPOT
(height) &&
1014
!GLES2Util::
IsNPOT
(depth))) &&
[
all
...]
/external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.h
148
static bool
IsNPOT
(uint32 value) {
Completed in 1131 milliseconds