Searched refs:readColorBuffer (Results 1 – 8 of 8) sorted by relevance
/device/generic/vulkan-cereal/stream-servers/tests/ |
D | FrameBuffer_unittest.cpp | 210 mFb->readColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forRead.data()); in TEST_F() 366 mFb->readColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGB, GL_UNSIGNED_BYTE, forRead.data()); in TEST_F() 438 mFb->readColorBuffer( in TEST_F() 504 mFb->readColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forRead.data()); in TEST_F() 526 mFb->readColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forRead.data()); in TEST_F() 569 mFb->readColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forRead.data()); in TEST_F() 773 …mFb->readColorBuffer(handle, 0, 0, mWidth, mHeight, GL_BGRA_EXT, GL_UNSIGNED_BYTE, forRead.data()); in TEST_F() 924 mFb->readColorBuffer(cb, 0, 0, kWidth, kHeight, GL_RGBA, GL_UNSIGNED_BYTE, forRead.data()); in TEST_F() 981 mFb->readColorBuffer( in TEST_F()
|
D | DefaultFramebufferBlit_unittest.cpp | 149 mFb->readColorBuffer( in verifySwappedColor()
|
/device/generic/vulkan-cereal/stream-servers/ |
D | RenderControl.cpp | 1033 fb->readColorBuffer(colorBuffer, x, y, width, height, format, type, pixels); in rcReadColorBuffer() 1558 fb->readColorBuffer(colorBuffer, x, y, width, height, format, type, pixels); in rcReadColorBufferDMA()
|
D | RendererImpl.cpp | 523 FrameBuffer::getFB()->readColorBuffer( in __anon44617cfb0702()
|
D | FrameBuffer.h | 336 void readColorBuffer(HandleType p_colorbuffer, int x, int y, int width,
|
D | FrameBuffer.cpp | 2180 void FrameBuffer::readColorBuffer(HandleType p_colorbuffer, in readColorBuffer() function in FrameBuffer
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | validationES.cpp | 1436 const FramebufferAttachment *readColorBuffer = readFramebuffer->getReadColorAttachment(); in ValidateBlitFramebufferParameters() local 1439 if (readColorBuffer) in ValidateBlitFramebufferParameters() 1441 const Format &readFormat = readColorBuffer->getFormat(); in ValidateBlitFramebufferParameters() 1500 if (readColorBuffer->getSamples() > 0 && in ValidateBlitFramebufferParameters() 1509 *readColorBuffer == *attachment) in ValidateBlitFramebufferParameters()
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
D | StateChangeTest.cpp | 2398 GLRenderbuffer readColorBuffer; in TEST_P() local 2399 glBindRenderbuffer(GL_RENDERBUFFER, readColorBuffer); in TEST_P() 2413 readColorBuffer); in TEST_P()
|