Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp215 …TestTexture forRead = createTestTextureRGBA8888SingleColor(mWidth, mHeight, 0.0f, 0.0f, 0.0f, 0.0f… in TEST_F() local
216 mFb->readColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forRead.data()); in TEST_F()
218 EXPECT_TRUE(ImageMatches(mWidth, mHeight, 4, mWidth, forUpdate.data(), forRead.data())); in TEST_F()
233 TestTexture forRead = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() local
234 memset(forRead.data(), 0x0, mWidth * mHeight * 3 / 2); in TEST_F()
235 mFb->readColorBufferYUV(handle, 0, 0, mWidth, mHeight, forRead.data(), in TEST_F()
239 forRead.data())); in TEST_F()
240 memset(forRead.data(), 0xff, mWidth * mHeight * 3 / 2); in TEST_F()
241 mFb->readColorBufferYUV(handle, 0, 0, mWidth, mHeight, forRead.data(), in TEST_F()
245 forRead.data())); in TEST_F()
[all …]
DDefaultFramebufferBlit_unittest.cpp155 TestTexture forRead = in verifySwappedColor() local
161 GL_RGBA, GL_UNSIGNED_BYTE, forRead.data()); in verifySwappedColor()
164 ImageMatches(mWidth, mHeight, 4, mWidth, targetBuffer.data(), forRead.data())); in verifySwappedColor()
/hardware/google/gfxstream/guest/renderControl_enc/
DREADME115 EGLint rcColorBufferCacheFlush(uint32_t colorbuffer, EGLint postCount, int forRead);
120 if 'forRead' is not-zero, the function returns positive value in case
122 with non-zero 'forRead' value, otherwise the function returns zero or
DrenderControl.in23 GL_ENTRY(EGLint, rcColorBufferCacheFlush, uint32_t colorbuffer, EGLint postCount,int forRead)
DrenderControl_entry.cpp30 EGLint rcColorBufferCacheFlush(uint32_t colorbuffer, EGLint postCount, int forRead);
218 EGLint rcColorBufferCacheFlush(uint32_t colorbuffer, EGLint postCount, int forRead) in rcColorBufferCacheFlush() argument
221 return ctx->rcColorBufferCacheFlush(ctx, colorbuffer, postCount, forRead); in rcColorBufferCacheFlush()
DrenderControl_enc.cpp862 EGLint rcColorBufferCacheFlush_enc(void *self , uint32_t colorbuffer, EGLint postCount, int forRead) in rcColorBufferCacheFlush_enc() argument
864 …ferCacheFlush(colorbuffer:0x%08x, postCount:0x%08x, forRead:%d)", colorbuffer, postCount, forRead); in rcColorBufferCacheFlush_enc()
884 memcpy(ptr, &forRead, 4); ptr += 4; in rcColorBufferCacheFlush_enc()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.in23 GL_ENTRY(EGLint, rcColorBufferCacheFlush, uint32_t colorbuffer, EGLint postCount,int forRead)
/hardware/google/gfxstream/host/
DRenderControl.cpp976 EGLint postCount, int forRead) in rcColorBufferCacheFlush() argument