Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DTextureDraw.h51 return drawImpl(texture, rotationDegrees, dx, dy, false); in draw()
56 return drawImpl(texture, rotationDegrees, dx, dy, true); in drawWithOverlay()
66 bool drawImpl(GLuint texture, float rotationDegrees, float dx, float dy, bool wantOverlay);
DTextureDraw.cpp272 bool TextureDraw::drawImpl(GLuint texture, float rotation, in drawImpl() function in gfxstream::gl::TextureDraw