Searched refs:postCount (Results 1 - 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/renderControl_enc/
H A DrenderControl_entry.cpp30 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 DrenderControl_enc.cpp808 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 Dgralloc.cpp1069 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 50 milliseconds