Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFontRenderer.cpp172 issueDrawCommand(); in flushAllAndInvalidate()
487 void FontRenderer::issueDrawCommand(Vector<CacheTexture*>& cacheTextures) { in issueDrawCommand() function in android::uirenderer::FontRenderer
530 void FontRenderer::issueDrawCommand() { in issueDrawCommand() function in android::uirenderer::FontRenderer
531 issueDrawCommand(mACacheTextures); in issueDrawCommand()
532 issueDrawCommand(mRGBACacheTextures); in issueDrawCommand()
568 issueDrawCommand(); in appendMeshQuad()
586 issueDrawCommand(); in appendRotatedMeshQuad()
677 issueDrawCommand(); in finishRender()
DFontRenderer.h160 void issueDrawCommand(Vector<CacheTexture*>& cacheTextures);
161 void issueDrawCommand();
/frameworks/rs/
DrsFont.cpp404 issueDrawCommand(); in flushAllAndInvalidate()
648 void FontState::issueDrawCommand() { in issueDrawCommand() function in FontState
720 issueDrawCommand(); in appendMeshQuad()
782 issueDrawCommand(); in renderText()
DrsFont.h244 void issueDrawCommand();