Searched refs:forRead (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | renderControl_entry.cpp | 30 EGLint rcColorBufferCacheFlush(uint32_t colorbuffer, EGLint postCount, int forRead); 184 EGLint rcColorBufferCacheFlush(uint32_t colorbuffer, EGLint postCount, int forRead) in rcColorBufferCacheFlush() argument 187 return ctx->rcColorBufferCacheFlush(ctx, colorbuffer, postCount, forRead); in rcColorBufferCacheFlush()
|
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_enc.cpp | 808 EGLint rcColorBufferCacheFlush_enc(void *self , uint32_t colorbuffer, EGLint postCount, int forRead) in rcColorBufferCacheFlush_enc() argument 828 memcpy(ptr, &forRead, 4); ptr += 4; in rcColorBufferCacheFlush_enc()
|