Searched defs:drawOpMode (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp394 float totalAdvance, const Rect& bounds, DrawOpMode drawOpMode) {
392 drawText(const char* text, int bytesCount, int count, float x, float y, const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds, DrawOpMode drawOpMode) argument
H A DDisplayListOp.h1418 DrawOpMode drawOpMode = (i == ops.size() - 1) ? kDrawOpMode_Flush : kDrawOpMode_Defer; local
1426 drawOpMode);
H A DOpenGLRenderer.cpp2805 DrawOpMode drawOpMode) {
2807 if (drawOpMode == kDrawOpMode_Immediate) {
2867 bool forceFinish = (drawOpMode != kDrawOpMode_Defer);
2878 if ((status || drawOpMode != kDrawOpMode_Immediate) && hasActiveLayer) {
2803 drawText(const char* text, int bytesCount, int count, float x, float y, const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds, DrawOpMode drawOpMode) argument

Completed in 75 milliseconds