Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFontRenderer.cpp149 issueDrawCommand(); in flushAllAndInvalidate()
478 void FontRenderer::issueDrawCommand(std::vector<CacheTexture*>& cacheTextures) { in issueDrawCommand() function in android::uirenderer::FontRenderer
498 void FontRenderer::issueDrawCommand() { in issueDrawCommand() function in android::uirenderer::FontRenderer
499 issueDrawCommand(mACacheTextures); in issueDrawCommand()
500 issueDrawCommand(mRGBACacheTextures); in issueDrawCommand()
534 issueDrawCommand(); in appendMeshQuad()
552 issueDrawCommand(); in appendRotatedMeshQuad()
638 issueDrawCommand(); in finishRender()
DFontRenderer.h149 void issueDrawCommand(std::vector<CacheTexture*>& cacheTextures);
150 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();