Searched refs:setupDrawTexture (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp940 setupDrawTexture(layer->getTexture());
1139 setupDrawTexture(layer->getTexture());
1816 void OpenGLRenderer::setupDrawTexture(GLuint texture) { function in class:android::OpenGLRenderer
2133 setupDrawTexture(texture->id);
2656 setupDrawTexture(shadow->id);
2936 setupDrawTexture(layer->getTexture());
3065 setupDrawTexture(texture->id);
3316 setupDrawTexture(texture);
3343 setupDrawTexture(texture);
3372 setupDrawTexture(textur
[all...]
H A DOpenGLRenderer.h892 void setupDrawTexture(GLuint texture);
H A DFontRenderer.cpp81 // Calling setupDrawTexture with the name 0 will enable the
85 renderer->setupDrawTexture(0);

Completed in 1021 milliseconds