Home | History | Annotate | Download | only in hwc

Lines Matching refs:frames

198 static vector <vector <sp<GraphicBuffer> > > frames;
395 // Regenerate a new set of test frames when this pass is
412 list = hwcTestCreateLayerList(testRandMod(frames.size()) + 1);
418 // Prandomly select a subset of frames to be used by this pass.
420 selectedFrames = vectorRandSelect(frames, list->numHwLayers);
541 * Initialize Frames
544 * named frames. The graphic buffers are contained within a vector of
561 frames.clear();
562 frames.resize(rows);
565 // All frames within a row have to have the same format and
590 frames[row].resize(cols);
595 frames[row][col] = new GraphicBuffer(w, h, format, texUsage);
596 if ((rv = frames[row][col]->initCheck()) != NO_ERROR) {
603 hwcTestFillColor(frames[row][col].get(), color, alpha);
606 frames[row][col].get(), frames[row][col]->handle,