Searched refs:rcCompose (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/guest/rendercontrol/include/gfxstream/guest/ |
D | RenderControl.h | 21 extern "C" int rcCompose(RenderControlDevice* device, const RenderControlComposition* pComposition,
|
/hardware/google/gfxstream/guest/rendercontrol/ |
D | RenderControl.cpp | 72 rc->rcCompose(rc, bytes.size(), bytes.data()); in DoCompose() 102 extern "C" __attribute__((visibility("default"))) int rcCompose( in rcCompose() function
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndCompositionTests.cpp | 98 ASSERT_THAT(mRc->rcCompose(rcDevice, &composition, 2, compositionLayers), Eq(0)); in TEST_P() 174 ASSERT_THAT(mRc->rcCompose(rcDevice, &composition, 2, compositionLayers), Eq(0)); in TEST_P()
|
D | GfxstreamEnd2EndTests.h | 197 PFN_rcCompose rcCompose = nullptr; member
|
D | GfxstreamEnd2EndTests.cpp | 186 LOAD_RENDERCONTROL_FUNCTION(rcCompose); in SetupGuestRc()
|
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_ftable.h | 48 {"rcCompose", (void*)rcCompose},
|
D | renderControl_client_context.h | 50 rcCompose_client_proc_t rcCompose; member
|
D | renderControl_client_context.cpp | 50 rcCompose = (rcCompose_client_proc_t) getProc("rcCompose", userData); in initDispatchByName()
|
D | renderControl_entry.cpp | 45 GLint rcCompose(uint32_t bufferSize, void* buffer); 308 GLint rcCompose(uint32_t bufferSize, void* buffer) in rcCompose() function 311 return ctx->rcCompose(ctx, bufferSize, buffer); in rcCompose()
|
D | renderControl_enc.cpp | 2865 this->rcCompose = &rcCompose_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 50 rcCompose_server_proc_t rcCompose; member
|
D | renderControl_server_context.cpp | 50 rcCompose = (rcCompose_server_proc_t) getProc("rcCompose", userData); in initDispatchByName()
|
D | renderControl_dec.cpp | 795 *(GLint *)(&tmpBuf[0]) = this->rcCompose(var_bufferSize, (void*)(inptr_buffer.get())); in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.attrib | 67 rcCompose
|
D | renderControl.in | 38 GL_ENTRY(GLint, rcCompose, uint32_t bufferSize, void *buffer);
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 1233 static int rcCompose(uint32_t bufferSize, void* buffer) { in rcCompose() function 1588 dec->rcCompose = rcCompose; in initRenderControlContext()
|