Remove GrIsPow2 in favor of SkIsPow2.
authortfarina <tfarina@chromium.org>
Fri, 6 Jun 2014 13:35:28 +0000 (06:35 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 6 Jun 2014 13:35:28 +0000 (06:35 -0700)
commitf9dae780c2c46a1f08adbbe8de2faaba091254d4
treee27079a4a5947cbc10b6be9d85663728d7395bc3
parent659988168a1a86ecf9c01c07f8345671769a0ccc
Remove GrIsPow2 in favor of SkIsPow2.

Looks like there is no good reason to have two copies of this function
doing the same thing with different name.

BUG=None
TEST=make tests
R=bsalomon@google.com

Author: tfarina@chromium.org

Review URL: https://codereview.chromium.org/318873002
include/gpu/GrColor.h
include/gpu/GrTexture.h
include/gpu/GrTypes.h
src/gpu/GrContext.cpp
src/gpu/GrGpu.cpp
src/gpu/GrTexture.cpp