HomeSort by relevance Sort by last modified time
    Searched refs:GrIsPow2 (Results 1 - 5 of 5) sorted by null

  /external/skia/include/gpu/
GrTexture.h 39 GrFixed normalizeFixedX(GrFixed x) const { GrAssert(GrIsPow2(fWidth));
41 GrFixed normalizeFixedY(GrFixed y) const { GrAssert(GrIsPow2(fHeight));
GrTypes.h 141 static inline bool GrIsPow2(unsigned n) {
  /external/skia/src/gpu/
GrContext.cpp 182 bool isPow2 = GrIsPow2(width) && GrIsPow2(height);
553 bool isPow2 = GrIsPow2(width) && GrIsPow2(height);
    [all...]
GrDrawTarget.cpp 102 if (stageBits && !GrIsPow2(stageBits)) {
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgram.cpp     [all...]

Completed in 189 milliseconds