Home
last modified time | relevance | path

Searched refs:hostCon (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1/
Dgl.cpp39 HostConnection* hostCon = HostConnection::get(); \
40 if (!hostCon) { \
44 renderControl_encoder_context_t* rcEnc = hostCon->rcEncoder(); \
49 auto* grallocHelper = hostCon->grallocHelper(); \
54 auto* anwHelper = hostCon->anwHelper(); \
/hardware/google/gfxstream/guest/GLESv2/
Dgl2.cpp39 HostConnection* hostCon = HostConnection::get(); \
40 if (!hostCon) { \
44 renderControl_encoder_context_t* rcEnc = hostCon->rcEncoder(); \
49 auto* grallocHelper = hostCon->grallocHelper(); \
54 auto* anwHelper = hostCon->anwHelper(); \
/hardware/google/gfxstream/guest/egl/
Degl.cpp136 HostConnection *hostCon = HostConnection::get(); \
137 ExtendedRCEncoderContext *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
140 HostConnection* hostCon = HostConnection::get(); \
141 if (!hostCon) { \
145 ExtendedRCEncoderContext* rcEnc = hostCon->rcEncoder(); \
150 auto* grallocHelper = hostCon->grallocHelper(); \
155 auto* anwHelper = hostCon->anwHelper(); \
162 HostConnection* hostCon = HostConnection::getWithThreadInfo(tls); \
163 if (!hostCon) { \
167 ExtendedRCEncoderContext* rcEnc = hostCon->rcEncoder(); \
[all …]
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_device.cpp31 HostConnection* hostCon = HostConnection::getOrCreate(kCapsetGfxStreamVulkan); \
32 gfxstream::vk::VkEncoder* vkEnc = hostCon->vkEncoder(); \
57 auto hostCon = HostConnection::getOrCreate(kCapsetGfxStreamVulkan); in getConnection() local
58 return hostCon; in getConnection()
65 HostConnection* hostCon = getConnection(); in SetupInstanceForProcess() local
66 if (!hostCon) { in SetupInstanceForProcess()
75 ExtendedRCEncoderContext* rcEnc = hostCon->rcEncoder(); in SetupInstanceForProcess()
89 gfxstream::vk::VkEncoder* vkEnc = getVkEncoder(hostCon); in SetupInstanceForProcess()
380 hostCon->exit(); in gfxstream_vk_DestroyInstance()