Home | History | Annotate | Download | only in hwc

Lines Matching refs:row

40  * of vectors.  The array is accessed in row major order, so each
41 * row is a vector of smart pointers. All the pointers of a single
42 * row point to graphic buffers which use the same pixel format and
47 * graphic buffer within the same row. Since the graphic buffers
48 * in a particular row have the same pixel format and dimension,
225 * such that there is a unique row to be used for each
229 * selected from any of the columns of the selected row.
546 * vectors. All the graphic buffers in a particular row are of the same
549 * in the same row, will be filled with a unique color.
565 for (unsigned int row = 0; row < rows; row++) {
566 // All frames within a row have to have the same format and
587 row, w, h, format, hwcTestGraphicFormat2str(format));
591 frames[row].resize(cols);
596 frames[row][col] = new GraphicBuffer(w, h, format, texUsage);
597 if ((rv = frames[row][col]->initCheck()) != NO_ERROR) {
600 row, w, h, format, hwcTestGraphicFormat2str(format));
604 hwcTestFillColor(frames[row][col].get(), color, alpha);
607 frames[row][col].get(), frames[row][col]->handle,