Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/tests/
DFrameBuffer_unittest.cpp210 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()
DDefaultFramebufferBlit_unittest.cpp149 mFb->readColorBuffer( in verifySwappedColor()
/device/generic/vulkan-cereal/stream-servers/
DRenderControl.cpp1033 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()
DRendererImpl.cpp523 FrameBuffer::getFB()->readColorBuffer( in __anon44617cfb0702()
DFrameBuffer.h336 void readColorBuffer(HandleType p_colorbuffer, int x, int y, int width,
DFrameBuffer.cpp2180 void FrameBuffer::readColorBuffer(HandleType p_colorbuffer, in readColorBuffer() function in FrameBuffer
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationES.cpp1436 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/
DStateChangeTest.cpp2398 GLRenderbuffer readColorBuffer; in TEST_P() local
2399 glBindRenderbuffer(GL_RENDERBUFFER, readColorBuffer); in TEST_P()
2413 readColorBuffer); in TEST_P()