Home
last modified time | relevance | path

Searched refs:issueDrawCommand (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DFontRenderer.cpp156 issueDrawCommand(); in flushAllAndInvalidate()
473 void FontRenderer::issueDrawCommand(Vector<CacheTexture*>& cacheTextures) { in issueDrawCommand() function in android::uirenderer::FontRenderer
495 void FontRenderer::issueDrawCommand() { in issueDrawCommand() function in android::uirenderer::FontRenderer
496 issueDrawCommand(mACacheTextures); in issueDrawCommand()
497 issueDrawCommand(mRGBACacheTextures); in issueDrawCommand()
531 issueDrawCommand(); in appendMeshQuad()
549 issueDrawCommand(); in appendRotatedMeshQuad()
640 issueDrawCommand(); in finishRender()
DFontRenderer.h139 void issueDrawCommand(Vector<CacheTexture*>& cacheTextures);
140 void issueDrawCommand();
/frameworks/rs/
DrsFont.cpp404 issueDrawCommand(); in flushAllAndInvalidate()
644 void FontState::issueDrawCommand() { in issueDrawCommand() function in FontState
716 issueDrawCommand(); in appendMeshQuad()
778 issueDrawCommand(); in renderText()
DrsFont.h244 void issueDrawCommand();