Searched refs:updateColorBuffer (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | FrameBuffer_unittest.cpp | 213 …mFb->updateColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forUpdate.data()); in TEST_F() 230 mFb->updateColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, in TEST_F() 257 mFb->updateColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, in TEST_F() 301 mFb->updateColorBuffer(handle_nv12, 0, 0, mWidth, mHeight, GL_RGBA, in TEST_F() 339 mFb->updateColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, in TEST_F() 369 …mFb->updateColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forUpdate.data()); in TEST_F() 504 …mFb->updateColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forUpdate.data()); in TEST_F() 529 …mFb->updateColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forUpdate.data()); in TEST_F() 754 …mFb->updateColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forUpdate.data()); in TEST_F() 832 …mFb->updateColorBuffer(cb0, 0, 0, mWidth/2, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forUpdate0.data()); in TEST_F() [all …]
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 1011 fb->updateColorBuffer(colorBuffer, x, y, width, height, format, type, pixels); in rcUpdateColorBuffer() 1033 fb->updateColorBuffer(colorBuffer, x, y, width, height, in rcUpdateColorBufferDMA()
|
D | RendererImpl.cpp | 575 FrameBuffer::getFB()->updateColorBuffer(handle, x, y, width, height, format, type, in __anonf315e04f0a02()
|
D | FrameBuffer.h | 297 bool updateColorBuffer(HandleType p_colorbuffer, int x, int y, int width,
|
D | FrameBuffer.cpp | 1626 bool FrameBuffer::updateColorBuffer(HandleType p_colorbuffer, in updateColorBuffer() function in gfxstream::FrameBuffer
|