HomeSort by relevance Sort by last modified time
    Searched refs:rcColorBufferCacheFlush (Results 1 - 7 of 7) sorted by null

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 33 {"rcColorBufferCacheFlush", (void*)rcColorBufferCacheFlush},
renderControl_client_base.h 33 rcColorBufferCacheFlush_client_proc_t rcColorBufferCacheFlush;
renderControl_client_context.h 35 rcColorBufferCacheFlush_client_proc_t rcColorBufferCacheFlush;
renderControl_client_context.cpp 35 rcColorBufferCacheFlush = (rcColorBufferCacheFlush_client_proc_t) getProc("rcColorBufferCacheFlush", userData);
renderControl_entry.cpp 31 EGLint rcColorBufferCacheFlush(uint32_t colorbuffer, EGLint postCount, int forRead);
179 EGLint rcColorBufferCacheFlush(uint32_t colorbuffer, EGLint postCount, int forRead)
182 return ctx->rcColorBufferCacheFlush(ctx, colorbuffer, postCount, forRead);
renderControl_enc.cpp 816 ALOGE("rcColorBufferCacheFlush: GL communication error, please report this issue to b.android.com.\n");
    [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 677 int hostSyncStatus = rcEnc->rcColorBufferCacheFlush(rcEnc, cb->hostHandle,
    [all...]

Completed in 38 milliseconds