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 94 GrAssert(GrIsPow2(fDesc.fWidth));
98 GrAssert(GrIsPow2(fDesc.fHeight));
GrTypes.h 143 static inline bool GrIsPow2(unsigned n) {
  /external/skia/src/gpu/
GrTexture.cpp 140 if (!GrIsPow2(desc.fWidth) || !GrIsPow2(desc.fHeight)) {
GrDrawState.cpp 131 if (stageBits && !GrIsPow2(stageBits)) {
GrContext.cpp 529 bool isPow2 = GrIsPow2(width) && GrIsPow2(height);
    [all...]

Completed in 214 milliseconds