Searched refs:drawTextureMesh (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.h720 void drawTextureMesh(float left, float top, float right, float bottom, GLuint texture,
H A DOpenGLRenderer.cpp1001 drawTextureMesh(x, y, x + rect.getWidth(), y + rect.getHeight(),
1984 drawTextureMesh(x, y, x + bounds.getWidth(), y + bounds.getHeight(),
2222 drawTextureMesh(dstLeft, dstTop, dstRight, dstBottom,
3283 drawTextureMesh(x, y, x + texture->width, y + texture->height, texture->id,
3288 drawTextureMesh(left, top, right, bottom, texture->id, paint,
3297 void OpenGLRenderer::drawTextureMesh(float left, float top, float right, float bottom, function in class:android::OpenGLRenderer

Completed in 542 milliseconds