Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hals/
Dhost_connection_session.h49 return conn->rcEncoder(); in getRcEncoder()
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp132 renderControl_encoder_context_t *rcEnc = hcon->rcEncoder(); in initialize()
318 renderControl_encoder_context_t *rcEnc = hcon->rcEncoder(); in queryHostEGLString()
360 if (hcon->rcEncoder()->hasNativeSync() && in buildExtensionString()
364 if (hcon->rcEncoder()->hasNativeSyncV3()) { in buildExtensionString()
Degl.cpp141 ExtendedRCEncoderContext *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
149 ExtendedRCEncoderContext *rcEnc = hostCon->rcEncoder(); \
166 ExtendedRCEncoderContext *rcEnc = hostCon->rcEncoder(); \
/device/generic/goldfish-opengl/system/GLESv1/
Dgl.cpp44 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
/device/generic/goldfish-opengl/system/GLESv2/
Dgl2.cpp44 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.h154 ExtendedRCEncoderContext *rcEncoder();
DHostConnection.cpp597 ExtendedRCEncoderContext *HostConnection::rcEncoder() in rcEncoder() function in HostConnection
/device/generic/goldfish-opengl/system/vulkan/
Dgoldfish_vulkan.cpp350 ExtendedRCEncoderContext *rcEnc = hostCon->rcEncoder(); \
358 ExtendedRCEncoderContext *rcEnc = hostCon->rcEncoder(); \
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp456 ExtendedRCEncoderContext *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL); \
465 ExtendedRCEncoderContext *rcEnc = hostCon->rcEncoder(); \
Dgralloc_30.cpp115 return conn->rcEncoder(); in getRcEncoder()
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp65 ExtendedRCEncoderContext *rcEnc = hostCon->rcEncoder(); \