Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DTextureDraw.cpp364 const int intRotation = ((int)rotation)/90; in drawImpl() local
365 assert(intRotation >= 0 && intRotation <= 3); in drawImpl()
367 switch (intRotation) { in drawImpl()