Home | History | Annotate | Download | only in service

Lines Matching refs:ReadPixels

260   // pack_alignment is the alignment you want ReadPixels to use
275 void ReadPixels(GLint x,
360 // We need to setup an FBO so we can know the max size that ReadPixels will
390 typedef ReadPixels::Result Result;
401 // ReadPixels will be called for valid size only even though the command
413 ReadPixels(read_x, yy, read_width, 1, kFormat, GL_UNSIGNED_BYTE, _))
414 .WillOnce(Invoke(&emu, &ReadPixelsEmulator::ReadPixels))
418 ReadPixels cmd;
475 TEST_P(GLES2DecoderTest, ReadPixels) {
490 typedef ReadPixels::Result Result;
502 ReadPixels(0, 0, kWidth, kHeight, GL_RGB, GL_UNSIGNED_BYTE, _))
503 .WillOnce(Invoke(&emu, &ReadPixelsEmulator::ReadPixels));
504 ReadPixels cmd;
546 typedef ReadPixels::Result Result;
558 ReadPixels(0, 0, kWidth, kHeight, GL_RGBA, GL_UNSIGNED_BYTE, _))
559 .WillOnce(Invoke(&emu, &ReadPixelsEmulator::ReadPixels));
560 ReadPixels cmd;
611 typedef ReadPixels::Result Result;
617 EXPECT_CALL(*gl_, ReadPixels(_, _, _, _, _, _, _)).Times(0);
618 ReadPixels cmd;
717 typedef ReadPixels::Result Result;
732 // third error check is fall-through call to sync ReadPixels
737 ReadPixels(0, 0, kWidth, kHeight, GL_RGB, GL_UNSIGNED_BYTE, _))
745 ReadPixels cmd;
1574 typedef ReadPixels::Result Result;
1585 ReadPixels(x, y, width, height, kFormat, GL_UNSIGNED_BYTE, _))
1588 ReadPixels cmd;
1699 EXPECT_CALL(*gl_, ReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, _))
1702 typedef ReadPixels::Result Result;
1708 ReadPixels cmd;
1775 EXPECT_CALL(*gl_, ReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, _))
1778 typedef ReadPixels::Result Result;
1783 ReadPixels cmd;