Lines Matching refs:queueBuffer
277 void queueBuffer(sp<IGraphicBufferProducer> igbp, uint8_t r, uint8_t g, uint8_t b, in queueBuffer() function in android::BLASTBufferQueueTest
300 igbp->queueBuffer(slot, input, &qbOutput); in queueBuffer()
373 igbProducer->queueBuffer(slot, input, &qbOutput); in TEST_F()
410 igbProducer->queueBuffer(slot, input, &qbOutput); in TEST_F()
460 igbProducer->queueBuffer(slot, input, &qbOutput); in TEST_F()
494 igbProducer->queueBuffer(slot, input, &qbOutput); in TEST_F()
553 igbProducer->queueBuffer(slot, input, &qbOutput); in TEST_F()
616 igbProducer->queueBuffer(slot, input, &qbOutput); in TEST_F()
683 igbProducer->queueBuffer(slot, input, &qbOutput); in TEST_F()
732 igbProducer->queueBuffer(slot, input, &qbOutput); in TEST_F()
767 igbProducer->queueBuffer(slot, input, &qbOutput); in TEST_F()
790 queueBuffer(igbProducer, 0, 255, 0, 0); in TEST_F()
795 queueBuffer(igbProducer, r, g, b, presentTimeDelay); in TEST_F()
830 queueBuffer(igbProducer, 0, 255, 0, 0); in TEST_F()
835 queueBuffer(igbProducer, r, g, b, 0); in TEST_F()
871 queueBuffer(igbProducer, 0, 255, 0, 0); in TEST_F()
876 queueBuffer(igbProducer, 0, 0, 255, 0); in TEST_F()
880 queueBuffer(igbProducer, r, g, b, 0); in TEST_F()
919 queueBuffer(igbProducer, 0, 255, 0, 0); in TEST_F()
924 queueBuffer(igbProducer, 0, 0, 255, 0); in TEST_F()
925 queueBuffer(igbProducer, 0, 0, 255, 0); in TEST_F()
926 queueBuffer(igbProducer, 0, 0, 255, 0); in TEST_F()
930 queueBuffer(igbProducer, r, g, b, 0); in TEST_F()
971 queueBuffer(igbProducer, 0, 255, 0, 0); in TEST_F()
976 queueBuffer(igbProducer, 0, 255, 0, 0); in TEST_F()
981 queueBuffer(igbProducer, 0, 0, 255, 0); in TEST_F()
982 queueBuffer(igbProducer, 0, 0, 255, 0); in TEST_F()
983 queueBuffer(igbProducer, 0, 0, 255, 0); in TEST_F()
990 queueBuffer(igbProducer, r, g, b, 0); in TEST_F()
1048 igbProducer->queueBuffer(slot, input, &qbOutput); in TEST_F()
1083 queueBuffer(slowIgbProducer, 0 /* r */, 255 /* g */, 0 /* b */, presentTimeDelay); in TEST_F()
1091 queueBuffer(fastIgbProducer, r, g, b, 0 /* presentTimeDelay */); in TEST_F()
1171 igbProducer->queueBuffer(slot, input, &qbOutput); in test()
1355 igbProducer->queueBuffer(slot, input, qbOutput); in setUpAndQueueBuffer()