Searched refs:rcComposeWithoutPost (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_ftable.h | 71 {"rcComposeWithoutPost", (void*)rcComposeWithoutPost},
|
D | renderControl_client_context.h | 73 rcComposeWithoutPost_client_proc_t rcComposeWithoutPost; member
|
D | renderControl_client_context.cpp | 73 …rcComposeWithoutPost = (rcComposeWithoutPost_client_proc_t) getProc("rcComposeWithoutPost", userDa… in initDispatchByName()
|
D | renderControl_entry.cpp | 68 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()
|
D | renderControl_enc.cpp | 2888 this->rcComposeWithoutPost = &rcComposeWithoutPost_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 73 rcComposeWithoutPost_server_proc_t rcComposeWithoutPost; member
|
D | renderControl_server_context.cpp | 73 …rcComposeWithoutPost = (rcComposeWithoutPost_server_proc_t) getProc("rcComposeWithoutPost", userDa… in initDispatchByName()
|
D | renderControl_dec.cpp | 1265 …*(GLint *)(&tmpBuf[0]) = this->rcComposeWithoutPost(var_bufferSize, (void*)(inptr_buffer.get())… in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.attrib | 105 rcComposeWithoutPost
|
D | renderControl.in | 61 GL_ENTRY(GLint, rcComposeWithoutPost, uint32_t bufferSize, void *buffer);
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 1244 static int rcComposeWithoutPost(uint32_t bufferSize, void* buffer) { in rcComposeWithoutPost() function 1611 dec->rcComposeWithoutPost = rcComposeWithoutPost; in initRenderControlContext()
|