Home
last modified time | relevance | path

Searched refs:rcComposeWithoutPost (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_ftable.h71 {"rcComposeWithoutPost", (void*)rcComposeWithoutPost},
DrenderControl_client_context.h73 rcComposeWithoutPost_client_proc_t rcComposeWithoutPost; member
DrenderControl_client_context.cpp73rcComposeWithoutPost = (rcComposeWithoutPost_client_proc_t) getProc("rcComposeWithoutPost", userDa… in initDispatchByName()
DrenderControl_entry.cpp68 GLint rcComposeWithoutPost(uint32_t bufferSize, void* buffer);
446 GLint rcComposeWithoutPost(uint32_t bufferSize, void* buffer) in rcComposeWithoutPost() function
449 return ctx->rcComposeWithoutPost(ctx, bufferSize, buffer); in rcComposeWithoutPost()
DrenderControl_enc.cpp2888 this->rcComposeWithoutPost = &rcComposeWithoutPost_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h73 rcComposeWithoutPost_server_proc_t rcComposeWithoutPost; member
DrenderControl_server_context.cpp73rcComposeWithoutPost = (rcComposeWithoutPost_server_proc_t) getProc("rcComposeWithoutPost", userDa… in initDispatchByName()
DrenderControl_dec.cpp1265 …*(GLint *)(&tmpBuf[0]) = this->rcComposeWithoutPost(var_bufferSize, (void*)(inptr_buffer.get())… in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.attrib105 rcComposeWithoutPost
DrenderControl.in61 GL_ENTRY(GLint, rcComposeWithoutPost, uint32_t bufferSize, void *buffer);
/hardware/google/gfxstream/host/
DRenderControl.cpp1244 static int rcComposeWithoutPost(uint32_t bufferSize, void* buffer) { in rcComposeWithoutPost() function
1611 dec->rcComposeWithoutPost = rcComposeWithoutPost; in initRenderControlContext()