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 35 static bool IsNPOT(const Texture* texture) {
485 EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
506 EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
518 EXPECT_TRUE(TextureTestHelper::IsNPOT(texture));
655 EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
690 EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
753 EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
770 EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
786 EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
808 EXPECT_TRUE(TextureTestHelper::IsNPOT(texture))
    [all...]
texture_manager.cc 649 if (GLES2Util::IsNPOT(info.width) ||
650 GLES2Util::IsNPOT(info.height) ||
651 GLES2Util::IsNPOT(info.depth)) {
1016 (!GLES2Util::IsNPOT(width) &&
1017 !GLES2Util::IsNPOT(height) &&
1018 !GLES2Util::IsNPOT(depth))) &&
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.h 160 static bool IsNPOT(uint32_t value) {

Completed in 49 milliseconds