Searched refs:drawOpMode (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DRenderer.h214 DrawOpMode drawOpMode = kDrawOpMode_Immediate) = 0;
H A DDisplayListRenderer.h146 DrawOpMode drawOpMode = kDrawOpMode_Immediate);
H A DDisplayListRenderer.cpp397 float totalAdvance, const Rect& bounds, DrawOpMode drawOpMode) {
395 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 DOpenGLRenderer.h195 DrawOpMode drawOpMode = kDrawOpMode_Immediate);
H A DDisplayListOp.h1415 DrawOpMode drawOpMode = (i == ops.size() - 1) ? kDrawOpMode_Flush : kDrawOpMode_Defer; local
1423 drawOpMode);
H A DOpenGLRenderer.cpp2752 DrawOpMode drawOpMode) {
2754 if (drawOpMode == kDrawOpMode_Immediate) {
2814 bool forceFinish = (drawOpMode != kDrawOpMode_Defer);
2825 if ((status || drawOpMode != kDrawOpMode_Immediate) && hasActiveLayer) {
2750 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 363 milliseconds