Home
last modified time | relevance | path

Searched refs:readColorBuffer (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp216 mFb->readColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forRead.data()); in TEST_F()
372 mFb->readColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forRead.data()); in TEST_F()
444 mFb->readColorBuffer( in TEST_F()
510 mFb->readColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forRead.data()); in TEST_F()
532 mFb->readColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forRead.data()); in TEST_F()
758 …mFb->readColorBuffer(handle, 0, 0, mWidth, mHeight, GL_BGRA_EXT, GL_UNSIGNED_BYTE, forRead.data()); in TEST_F()
909 mFb->readColorBuffer(cb, 0, 0, kWidth, kHeight, GL_RGBA, GL_UNSIGNED_BYTE, forRead.data()); in TEST_F()
966 mFb->readColorBuffer( in TEST_F()
DDefaultFramebufferBlit_unittest.cpp159 mFb->readColorBuffer( in verifySwappedColor()
/hardware/google/gfxstream/host/
DRenderControl.cpp995 fb->readColorBuffer(colorBuffer, x, y, width, height, format, type, pixels); in rcReadColorBuffer()
1508 fb->readColorBuffer(colorBuffer, x, y, width, height, format, type, pixels); in rcReadColorBufferDMA()
DRendererImpl.cpp585 FrameBuffer::getFB()->readColorBuffer(handle, x, y, width, height, format, type, in __anonf315e04f0c02()
DFrameBuffer.h263 void readColorBuffer(HandleType p_colorbuffer, int x, int y, int width,
DFrameBuffer.cpp1588 void FrameBuffer::readColorBuffer(HandleType p_colorbuffer, int x, int y, int width, int height, in readColorBuffer() function in gfxstream::FrameBuffer