Searched refs:readColorBuffer (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | FrameBuffer_unittest.cpp | 216 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()
|
D | DefaultFramebufferBlit_unittest.cpp | 159 mFb->readColorBuffer( in verifySwappedColor()
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 995 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()
|
D | RendererImpl.cpp | 585 FrameBuffer::getFB()->readColorBuffer(handle, x, y, width, height, format, type, in __anonf315e04f0c02()
|
D | FrameBuffer.h | 263 void readColorBuffer(HandleType p_colorbuffer, int x, int y, int width,
|
D | FrameBuffer.cpp | 1588 void FrameBuffer::readColorBuffer(HandleType p_colorbuffer, int x, int y, int width, int height, in readColorBuffer() function in gfxstream::FrameBuffer
|