Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_ftable.h62 {"rcSetColorBufferVulkanMode2", (void*)rcSetColorBufferVulkanMode2},
DrenderControl_client_context.h64 rcSetColorBufferVulkanMode2_client_proc_t rcSetColorBufferVulkanMode2; member
DrenderControl_client_context.cpp64rcSetColorBufferVulkanMode2 = (rcSetColorBufferVulkanMode2_client_proc_t) getProc("rcSetColorBuffe… in initDispatchByName()
DrenderControl_entry.cpp59 GLint rcSetColorBufferVulkanMode2(uint32_t colorBuffer, uint32_t mode, uint32_t memoryProperty);
392 GLint rcSetColorBufferVulkanMode2(uint32_t colorBuffer, uint32_t mode, uint32_t memoryProperty) in rcSetColorBufferVulkanMode2() function
395 return ctx->rcSetColorBufferVulkanMode2(ctx, colorBuffer, mode, memoryProperty); in rcSetColorBufferVulkanMode2()
DrenderControl_enc.cpp2879 this->rcSetColorBufferVulkanMode2 = &rcSetColorBufferVulkanMode2_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h64 rcSetColorBufferVulkanMode2_server_proc_t rcSetColorBufferVulkanMode2; member
DrenderControl_server_context.cpp64rcSetColorBufferVulkanMode2 = (rcSetColorBufferVulkanMode2_server_proc_t) getProc("rcSetColorBuffe… in initDispatchByName()
DrenderControl_dec.cpp1107 …*(GLint *)(&tmpBuf[0]) = this->rcSetColorBufferVulkanMode2(var_colorBuffer, var_mode, var_memor… in decode()
/hardware/google/gfxstream/host/
DRenderControl.cpp1405 static int rcSetColorBufferVulkanMode2(uint32_t colorBuffer, uint32_t mode, in rcSetColorBufferVulkanMode2() function
1422 return rcSetColorBufferVulkanMode2(colorBuffer, mode, in rcSetColorBufferVulkanMode()
1603 dec->rcSetColorBufferVulkanMode2 = rcSetColorBufferVulkanMode2; in initRenderControlContext()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.in52 GL_ENTRY(GLint, rcSetColorBufferVulkanMode2, uint32_t colorBuffer, uint32_t mode, uint32_t memoryPr…