Searched refs:rcColorBufferCacheFlush (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_client_base.h | 33 rcColorBufferCacheFlush_client_proc_t rcColorBufferCacheFlush; member
|
D | renderControl_ftable.h | 33 {"rcColorBufferCacheFlush", (void*)rcColorBufferCacheFlush},
|
D | renderControl_client_context.h | 35 rcColorBufferCacheFlush_client_proc_t rcColorBufferCacheFlush; member
|
D | renderControl_client_context.cpp | 35 …rcColorBufferCacheFlush = (rcColorBufferCacheFlush_client_proc_t) getProc("rcColorBufferCacheFlush… in initDispatchByName()
|
D | renderControl.in | 23 GL_ENTRY(EGLint, rcColorBufferCacheFlush, uint32_t colorbuffer, EGLint postCount,int forRead)
|
D | renderControl_entry.cpp | 30 EGLint rcColorBufferCacheFlush(uint32_t colorbuffer, EGLint postCount, int forRead); 218 EGLint rcColorBufferCacheFlush(uint32_t colorbuffer, EGLint postCount, int forRead) in rcColorBufferCacheFlush() function 221 return ctx->rcColorBufferCacheFlush(ctx, colorbuffer, postCount, forRead); in rcColorBufferCacheFlush()
|
D | README | 115 EGLint rcColorBufferCacheFlush(uint32_t colorbuffer, EGLint postCount, int forRead);
|
D | renderControl_enc.cpp | 2850 this->rcColorBufferCacheFlush = &rcColorBufferCacheFlush_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 35 rcColorBufferCacheFlush_server_proc_t rcColorBufferCacheFlush; member
|
D | renderControl_server_context.cpp | 35 …rcColorBufferCacheFlush = (rcColorBufferCacheFlush_server_proc_t) getProc("rcColorBufferCacheFlush… in initDispatchByName()
|
D | renderControl_dec.cpp | 473 …*(EGLint *)(&tmpBuf[0]) = this->rcColorBufferCacheFlush(var_colorbuffer, var_postCount, var_for… in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.in | 23 GL_ENTRY(EGLint, rcColorBufferCacheFlush, uint32_t colorbuffer, EGLint postCount,int forRead)
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 975 static EGLint rcColorBufferCacheFlush(uint32_t colorBuffer, in rcColorBufferCacheFlush() function 1573 dec->rcColorBufferCacheFlush = rcColorBufferCacheFlush; in initRenderControlContext()
|