Lines Matching refs:rcEnc

184 const std::string& HostConnection::queryGLExtensions(ExtendedRCEncoderContext *rcEnc) {  in queryGLExtensions()  argument
194 int extensionSize = rcEnc->rcGetGLString(rcEnc, GL_EXTENSIONS, in queryGLExtensions()
199 extensionSize = rcEnc->rcGetGLString(rcEnc, GL_EXTENSIONS, in queryGLExtensions()
212 void HostConnection::setChecksumHelper(ExtendedRCEncoderContext *rcEnc) { in setChecksumHelper() argument
213 const std::string& glExtensions = queryGLExtensions(rcEnc); in setChecksumHelper()
226 rcEnc->rcSelectChecksumHelper(rcEnc, checksumVersion, 0); in setChecksumHelper()
231 void HostConnection::queryAndSetSyncImpl(ExtendedRCEncoderContext *rcEnc) { in queryAndSetSyncImpl() argument
232 const std::string& glExtensions = queryGLExtensions(rcEnc); in queryAndSetSyncImpl()
234 rcEnc->setSyncImpl(SYNC_IMPL_NONE); in queryAndSetSyncImpl()
237 rcEnc->setSyncImpl(SYNC_IMPL_NATIVE_SYNC); in queryAndSetSyncImpl()
239 rcEnc->setSyncImpl(SYNC_IMPL_NONE); in queryAndSetSyncImpl()
244 void HostConnection::queryAndSetDmaImpl(ExtendedRCEncoderContext *rcEnc) { in queryAndSetDmaImpl() argument
245 std::string glExtensions = queryGLExtensions(rcEnc); in queryAndSetDmaImpl()
247 rcEnc->setDmaImpl(DMA_IMPL_NONE); in queryAndSetDmaImpl()
250 rcEnc->setDmaImpl(DMA_IMPL_v1); in queryAndSetDmaImpl()
252 rcEnc->setDmaImpl(DMA_IMPL_NONE); in queryAndSetDmaImpl()
257 void HostConnection::queryAndSetGLESMaxVersion(ExtendedRCEncoderContext* rcEnc) { in queryAndSetGLESMaxVersion() argument
258 std::string glExtensions = queryGLExtensions(rcEnc); in queryAndSetGLESMaxVersion()
260 rcEnc->setGLESMaxVersion(GLES_MAX_VERSION_2); in queryAndSetGLESMaxVersion()
262 rcEnc->setGLESMaxVersion(GLES_MAX_VERSION_3_0); in queryAndSetGLESMaxVersion()
264 rcEnc->setGLESMaxVersion(GLES_MAX_VERSION_3_1); in queryAndSetGLESMaxVersion()
266 rcEnc->setGLESMaxVersion(GLES_MAX_VERSION_3_2); in queryAndSetGLESMaxVersion()
270 rcEnc->setGLESMaxVersion(GLES_MAX_VERSION_2); in queryAndSetGLESMaxVersion()