HomeSort by relevance Sort by last modified time
    Searched refs:isReady (Results 1 - 25 of 48) sorted by null

1 2

  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
RunData.java 32 public boolean isReady;
37 boolean isReady, int level, float scale) {
42 this.isReady = isReady;
50 + (isReady ? "ready" : "NOTready") + " at scale " + scale;
ProfiledWebView.java 220 boolean isReady = getWebViewClassic().tileProfilingGetInt(
221 frame, tile, "isReady") == 1;
227 isReady, level, scale);
PlaybackView.java 165 if (t.isReady) {
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TilesProfiler.h 40 TileProfileRecord(int left, int top, int right, int bottom, float scale, int isReady, int level) {
46 this->isReady = isReady;
50 bool isReady;
SurfaceBacking.h 61 bool isReady()
63 return !m_zooming && m_frontTileGrid->isReady() && m_scale > 0;
TilesProfiler.cpp 101 bool isReady = tile->isTileReady();
108 if (isReady)
115 scale, isReady, (int)tile->drawCount()));
SurfaceCollection.h 56 bool isReady();
SurfaceCollection.cpp 131 bool SurfaceCollection::isReady()
135 return m_surfaces[0]->isReady();
138 if (!m_surfaces[i]->isReady()) {
Surface.h 56 bool isReady();
SurfaceCollectionManager.cpp 208 && m_drawingCollection->isReady();
258 if (!TilesManager::instance()->useDoubleBuffering() || m_paintingCollection->isReady()) {
283 && m_drawingCollection->isReady())) {
305 bool drawingReady = didCollectionSwap || m_drawingCollection->isReady();
TileGrid.h 66 bool isReady();
Surface.cpp 291 bool Surface::isReady()
296 return m_surfaceBacking->isReady();
315 // if isReady() returns true
318 if (!m_surfaceBacking->isReady())
SurfaceBacking.cpp 114 if (m_backTileGrid->isReady()) {
ImageTexture.cpp 198 if (m_tileGrid->isReady()) {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
InputPort.java 76 public boolean isReady() {
OutputPort.java 78 public boolean isReady() {
FilterPort.java 96 public abstract boolean isReady();
SyncRunner.java 91 if (!getGraph().isReady() ) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TiledScreenNail.java 158 if (mTexture == null || !mTexture.isReady()) {
182 if (mTexture == null || !mTexture.isReady()) {
195 if (mTexture == null || !mTexture.isReady()) return true;
AlbumSlotRenderer.java 93 && !((TiledTexture) texture).isReady()
TiledTexture.java 80 if (t.isReady()) return;
211 public boolean isReady() {
  /frameworks/native/opengl/libs/EGL/
egl_display.h 95 inline bool isReady() const { return (refs > 0); }
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ApnContext.java 203 public boolean isReady() {
  /external/webkit/Source/WebCore/tests/
TreeManager_test.cpp 64 bool isReady() {
104 bool isReady() {
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 205 bool isReady(SUnit *SU) {
207 AvailableQueue->isReady(SU);
373 if (isReady(PredSU)) {
568 if (!isReady(PendingQueue[i]))
    [all...]

Completed in 204 milliseconds

1 2