Home
last modified time | relevance | path

Searched refs:updateColorBuffer (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp213 …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/
DRenderControl.cpp1011 fb->updateColorBuffer(colorBuffer, x, y, width, height, format, type, pixels); in rcUpdateColorBuffer()
1033 fb->updateColorBuffer(colorBuffer, x, y, width, height, in rcUpdateColorBufferDMA()
DRendererImpl.cpp575 FrameBuffer::getFB()->updateColorBuffer(handle, x, y, width, height, format, type, in __anonf315e04f0a02()
DFrameBuffer.h297 bool updateColorBuffer(HandleType p_colorbuffer, int x, int y, int width,
DFrameBuffer.cpp1626 bool FrameBuffer::updateColorBuffer(HandleType p_colorbuffer, in updateColorBuffer() function in gfxstream::FrameBuffer