HomeSort by relevance Sort by last modified time
    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));
607 EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
642 EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
705 EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
722 EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
738 EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
760 EXPECT_TRUE(TextureTestHelper::IsNPOT(texture))
    [all...]
texture_manager.cc 660 if (GLES2Util::IsNPOT(info.width) ||
661 GLES2Util::IsNPOT(info.height) ||
662 GLES2Util::IsNPOT(info.depth)) {
997 (!GLES2Util::IsNPOT(width) &&
998 !GLES2Util::IsNPOT(height) &&
999 !GLES2Util::IsNPOT(depth))) &&
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.h 143 static bool IsNPOT(uint32 value) {

Completed in 202 milliseconds