Searched refs:postCount (Results 1 - 3 of 3) sorted by relevance
/device/generic/goldfish-opengl/system/renderControl_enc/ |
H A D | renderControl_entry.cpp | 30 EGLint rcColorBufferCacheFlush(uint32_t colorbuffer, EGLint postCount, int forRead); 184 EGLint rcColorBufferCacheFlush(uint32_t colorbuffer, EGLint postCount, int forRead) argument 187 return ctx->rcColorBufferCacheFlush(ctx, colorbuffer, postCount, forRead);
|
H A D | renderControl_enc.cpp | 808 EGLint rcColorBufferCacheFlush_enc(void *self , uint32_t colorbuffer, EGLint postCount, int forRead) argument 827 memcpy(ptr, &postCount, 4); ptr += 4;
|
/device/generic/goldfish-opengl/system/gralloc/ |
H A D | gralloc.cpp | 1069 intptr_t postCount = 0; local 1093 postCount, 1098 ALOGE("gralloc_lock cacheFlush failed postCount=%d sw_read=%d\n", 1099 postCount, sw_read);
|
Completed in 139 milliseconds