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

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

Completed in 216 milliseconds