Searched refs:canDraw (Results 1 - 6 of 6) sorted by path

/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java1397 boolean canDraw() { method in class:HardwareRenderer.GlRenderer
1428 if (canDraw()) {
2002 boolean canDraw() { method in class:HardwareRenderer.Gl20Renderer
2003 return super.canDraw() && mGlCanvas != null;
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp492 if (texture->canDraw()) {
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h169 bool canDraw() const { function in class:android::uirenderer::CacheTexture
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp322 bool DisplayDevice::canDraw() const { function in class:DisplayDevice
H A DDisplayDevice.h152 bool canDraw() const;
H A DSurfaceFlinger.cpp914 if (hw->canDraw()) {
1016 if (hw->canDraw()) {
1110 if (hw->canDraw()) {
2538 result.appendFormat(" orientation=%d, canDraw=%d\n",
2539 hw->getOrientation(), hw->canDraw());

Completed in 105 milliseconds