Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp3466 const bool oddHeight = SkToBool(progIdx & 0x1); in createMipmapProgram() local
3467 const int numTaps = (oddWidth ? 2 : 1) * (oddHeight ? 2 : 1); in createMipmapProgram()
3520 if (oddWidth && oddHeight) { in createMipmapProgram()
3532 } else if (oddHeight) { in createMipmapProgram()
3563 if (oddWidth && oddHeight) { in createMipmapProgram()
3570 } else if (oddWidth || oddHeight) { in createMipmapProgram()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp3438 const bool oddHeight = SkToBool(progIdx & 0x1); in createMipmapProgram() local
3439 const int numTaps = (oddWidth ? 2 : 1) * (oddHeight ? 2 : 1); in createMipmapProgram()
3492 if (oddWidth && oddHeight) { in createMipmapProgram()
3504 } else if (oddHeight) { in createMipmapProgram()
3535 if (oddWidth && oddHeight) { in createMipmapProgram()
3542 } else if (oddWidth || oddHeight) { in createMipmapProgram()