Searched refs:rcCreateColorBufferWithHandle (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_ftable.h | 59 {"rcCreateColorBufferWithHandle", (void*)rcCreateColorBufferWithHandle},
|
D | renderControl_client_context.h | 61 rcCreateColorBufferWithHandle_client_proc_t rcCreateColorBufferWithHandle; member
|
D | renderControl_client_context.cpp | 61 …rcCreateColorBufferWithHandle = (rcCreateColorBufferWithHandle_client_proc_t) getProc("rcCreateCol… in initDispatchByName()
|
D | renderControl_entry.cpp | 56 …void rcCreateColorBufferWithHandle(uint32_t width, uint32_t height, GLenum internalFormat, uint32_… 374 void rcCreateColorBufferWithHandle(uint32_t width, uint32_t height, GLenum internalFormat, uint32_t… in rcCreateColorBufferWithHandle() function 377 ctx->rcCreateColorBufferWithHandle(ctx, width, height, internalFormat, handle); in rcCreateColorBufferWithHandle()
|
D | renderControl_enc.cpp | 2876 this->rcCreateColorBufferWithHandle = &rcCreateColorBufferWithHandle_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 61 rcCreateColorBufferWithHandle_server_proc_t rcCreateColorBufferWithHandle; member
|
D | renderControl_server_context.cpp | 61 …rcCreateColorBufferWithHandle = (rcCreateColorBufferWithHandle_server_proc_t) getProc("rcCreateCol… in initDispatchByName()
|
D | renderControl_dec.cpp | 1056 this->rcCreateColorBufferWithHandle(var_width, var_height, var_internalFormat, var_handle); in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.in | 49 GL_ENTRY(void, rcCreateColorBufferWithHandle, uint32_t width, uint32_t height, GLenum internalForma…
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 1370 static void rcCreateColorBufferWithHandle( in rcCreateColorBufferWithHandle() function 1599 dec->rcCreateColorBufferWithHandle = rcCreateColorBufferWithHandle; in initRenderControlContext()
|