Searched refs:drawImpl (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/gl/ |
D | TextureDraw.h | 51 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);
|
D | TextureDraw.cpp | 272 bool TextureDraw::drawImpl(GLuint texture, float rotation, in drawImpl() function in gfxstream::gl::TextureDraw
|