Searched refs:rcColorBufferCacheFlush (Results 1 - 4 of 4) sorted by relevance
| /development/tools/emulator/opengl/system/renderControl_enc/ |
| H A D | renderControl_ftable.h | 33 {"rcColorBufferCacheFlush", (void*)rcColorBufferCacheFlush},
|
| H A D | renderControl_client_context.h | 33 rcColorBufferCacheFlush_client_proc_t rcColorBufferCacheFlush; member in struct:renderControl_client_context_t 59 virtual rcColorBufferCacheFlush_client_proc_t set_rcColorBufferCacheFlush(rcColorBufferCacheFlush_client_proc_t f) { rcColorBufferCacheFlush_client_proc_t retval = rcColorBufferCacheFlush; rcColorBufferCacheFlush = f; return retval;}
|
| H A D | renderControl_entry.cpp | 31 EGLint rcColorBufferCacheFlush(uint32_t colorbuffer, EGLint postCount, int forRead); 175 EGLint rcColorBufferCacheFlush(uint32_t colorbuffer, EGLint postCount, int forRead) function 178 return ctx->rcColorBufferCacheFlush(ctx, colorbuffer, postCount, forRead);
|
| /development/tools/emulator/opengl/system/gralloc/ |
| H A D | gralloc.cpp | 662 int hostSyncStatus = rcEnc->rcColorBufferCacheFlush(rcEnc, cb->hostHandle,
|
Completed in 42 milliseconds