Home
last modified time | relevance | path

Searched refs:rcCreateColorBufferWithHandle (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_ftable.h59 {"rcCreateColorBufferWithHandle", (void*)rcCreateColorBufferWithHandle},
DrenderControl_client_context.h61 rcCreateColorBufferWithHandle_client_proc_t rcCreateColorBufferWithHandle; member
DrenderControl_client_context.cpp61rcCreateColorBufferWithHandle = (rcCreateColorBufferWithHandle_client_proc_t) getProc("rcCreateCol… in initDispatchByName()
DrenderControl_entry.cpp56 …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()
DrenderControl_enc.cpp2876 this->rcCreateColorBufferWithHandle = &rcCreateColorBufferWithHandle_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h61 rcCreateColorBufferWithHandle_server_proc_t rcCreateColorBufferWithHandle; member
DrenderControl_server_context.cpp61rcCreateColorBufferWithHandle = (rcCreateColorBufferWithHandle_server_proc_t) getProc("rcCreateCol… in initDispatchByName()
DrenderControl_dec.cpp1056 this->rcCreateColorBufferWithHandle(var_width, var_height, var_internalFormat, var_handle); in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.in49 GL_ENTRY(void, rcCreateColorBufferWithHandle, uint32_t width, uint32_t height, GLenum internalForma…
/hardware/google/gfxstream/host/
DRenderControl.cpp1370 static void rcCreateColorBufferWithHandle( in rcCreateColorBufferWithHandle() function
1599 dec->rcCreateColorBufferWithHandle = rcCreateColorBufferWithHandle; in initRenderControlContext()