Home | History | Annotate | Download | only in hwc

Lines Matching refs:format

42  * row point to graphic buffers which use the same pixel format and
48 * in a particular row have the same pixel format and dimension,
547 * format and dimension. Each graphic buffer is uniformly filled with a
566 // All frames within a row have to have the same format and
571 int format = formatPtr->format;
586 testPrintI(" frame %u width: %u height: %u format: %u %s",
587 row, w, h, format, hwcTestGraphicFormat2str(format));
596 frames[row][col] = new GraphicBuffer(w, h, format, texUsage);
599 testPrintE(" frame %u width: %u height: %u format: %u %s",
600 row, w, h, format, hwcTestGraphicFormat2str(format));