Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFontRenderer.cpp146 issueDrawCommand(); in flushAllAndInvalidate()
476 void FontRenderer::issueDrawCommand(std::vector<CacheTexture*>& cacheTextures) { in issueDrawCommand() function in android::uirenderer::FontRenderer
496 void FontRenderer::issueDrawCommand() { in issueDrawCommand() function in android::uirenderer::FontRenderer
497 issueDrawCommand(mACacheTextures); in issueDrawCommand()
498 issueDrawCommand(mRGBACacheTextures); in issueDrawCommand()
530 issueDrawCommand(); in appendMeshQuad()
548 issueDrawCommand(); in appendRotatedMeshQuad()
635 issueDrawCommand(); in finishRender()
DFontRenderer.h144 void issueDrawCommand(std::vector<CacheTexture*>& cacheTextures);
145 void issueDrawCommand();
/frameworks/rs/
DrsFont.cpp403 issueDrawCommand(); in flushAllAndInvalidate()
643 void FontState::issueDrawCommand() { in issueDrawCommand() function in android::renderscript::FontState
715 issueDrawCommand(); in appendMeshQuad()
778 issueDrawCommand(); in renderText()
DrsFont.h244 void issueDrawCommand();