Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DTextureDraw.h55 bool drawWithOverlay(GLuint texture, float rotationDegrees, float dx, float dy) { in drawWithOverlay() function
DColorBufferGl.cpp901 return m_textureDraw->drawWithOverlay(getViewportScaledTexture(), rotation, dx, dy); in postViewportScaledWithOverlay()