Home
last modified time | relevance | path

Searched defs:rcEnc (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.cpp97 bool processPipeInit(renderControl_encoder_context_t *rcEnc) in processPipeInit()
320 const std::string& HostConnection::queryGLExtensions(ExtendedRCEncoderContext *rcEnc) { in queryGLExtensions()
348 void HostConnection::queryAndSetHostCompositionImpl(ExtendedRCEncoderContext *rcEnc) { in queryAndSetHostCompositionImpl()
359 void HostConnection::setChecksumHelper(ExtendedRCEncoderContext *rcEnc) { in setChecksumHelper()
378 void HostConnection::queryAndSetSyncImpl(ExtendedRCEncoderContext *rcEnc) { in queryAndSetSyncImpl()
393 void HostConnection::queryAndSetDmaImpl(ExtendedRCEncoderContext *rcEnc) { in queryAndSetDmaImpl()
406 void HostConnection::queryAndSetGLESMaxVersion(ExtendedRCEncoderContext* rcEnc) { in queryAndSetGLESMaxVersion()
423 void HostConnection::queryAndSetNoErrorState(ExtendedRCEncoderContext* rcEnc) { in queryAndSetNoErrorState()
430 void HostConnection::queryAndSetDirectMemSupport(ExtendedRCEncoderContext* rcEnc) { in queryAndSetDirectMemSupport()
437 void HostConnection::queryAndSetVulkanSupport(ExtendedRCEncoderContext* rcEnc) { in queryAndSetVulkanSupport()
[all …]
DProcessPipe.cpp80 bool processPipeInit(renderControl_encoder_context_t *rcEnc) { in processPipeInit()
DVirtioGpuStream.cpp73 bool VirtioGpuProcessPipe::processPipeInit(renderControl_encoder_context_t *rcEnc) in processPipeInit()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp149 static gralloc_dmaregion_t* init_gralloc_dmaregion(ExtendedRCEncoderContext *rcEnc) { in init_gralloc_dmaregion()
157 static void get_gralloc_region(ExtendedRCEncoderContext *rcEnc) { in get_gralloc_region()
194 static bool put_gralloc_region(ExtendedRCEncoderContext *rcEnc, uint32_t sz) { in put_gralloc_region()
221 static void gralloc_dmaregion_register_ashmem(ExtendedRCEncoderContext *rcEnc, uint32_t sz) { in gralloc_dmaregion_register_ashmem()
241 static bool put_mem_region(ExtendedRCEncoderContext *rcEnc, void* ashmemBase) { in put_mem_region()
263 static void dump_regions(ExtendedRCEncoderContext *rcEnc) { in dump_regions()
273 static void get_ashmem_region(ExtendedRCEncoderContext *rcEnc, cb_handle_t *cb) { in get_ashmem_region()
287 static bool put_ashmem_region(ExtendedRCEncoderContext *rcEnc, cb_handle_t *cb) { in put_ashmem_region()
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp132 renderControl_encoder_context_t *rcEnc = hcon->rcEncoder(); in initialize() local
315 renderControl_encoder_context_t *rcEnc = hcon->rcEncoder(); in queryHostEGLString() local