/hardware/google/gfxstream/host/tests/ |
D | FrameBuffer_unittest.cpp | 215 …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 …]
|
D | DefaultFramebufferBlit_unittest.cpp | 155 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/ |
D | README | 115 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
|
D | renderControl.in | 23 GL_ENTRY(EGLint, rcColorBufferCacheFlush, uint32_t colorbuffer, EGLint postCount,int forRead)
|
D | renderControl_entry.cpp | 30 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()
|
D | renderControl_enc.cpp | 862 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/ |
D | renderControl.in | 23 GL_ENTRY(EGLint, rcColorBufferCacheFlush, uint32_t colorbuffer, EGLint postCount,int forRead)
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 976 EGLint postCount, int forRead) in rcColorBufferCacheFlush() argument
|