Home
last modified time | relevance | path

Searched refs:oddHeight (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLGpu.cpp3626 const bool oddHeight = SkToBool(progIdx & 0x1); in createMipmapProgram() local
3627 const int numTaps = (oddWidth ? 2 : 1) * (oddHeight ? 2 : 1); in createMipmapProgram()
3680 if (oddWidth && oddHeight) { in createMipmapProgram()
3692 } else if (oddHeight) { in createMipmapProgram()
3725 if (oddWidth && oddHeight) { in createMipmapProgram()
3732 } else if (oddWidth || oddHeight) { in createMipmapProgram()