Searched refs:readyToDraw (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DGradientCache.cpp156 if (!bitmap->readyToDraw()) {
H A DTextureCache.cpp203 if (!bitmap->readyToDraw()) {
H A DShapeCache.h572 if (!bitmap.readyToDraw()) {
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1354 if (readyToDraw()) {
1487 return mHaveEglContext && mHaveEglSurface && readyToDraw();
1490 private boolean readyToDraw() { method in class:GLSurfaceView.GLThread

Completed in 65 milliseconds