Searched defs:drawAlpha8TextureMesh (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp2088 drawAlpha8TextureMesh(x, y, x + texture->width, y + texture->height, texture->id,
2117 drawAlpha8TextureMesh(x, y, x + bounds.getWidth(), y + bounds.getHeight(),
2392 drawAlpha8TextureMesh(dstLeft, dstTop, dstRight, dstBottom,
3511 void OpenGLRenderer::drawAlpha8TextureMesh(float left, float top, float right, float bottom, function in class:android::uirenderer::OpenGLRenderer

Completed in 13 milliseconds