Searched refs:ctxHandle (Results 1 – 1 of 1) sorted by relevance
1946 uint32_t ctxHandle = (context) ? context->rcContext : 0; in eglMakeCurrent() local1983 rcEnc->rcMakeCurrentAsync(rcEnc, ctxHandle, drawHandle, readHandle); in eglMakeCurrent()1985 rcEnc->rcMakeCurrent(rcEnc, ctxHandle, drawHandle, readHandle); in eglMakeCurrent()2294 uint32_t ctxHandle = (context) ? context->rcContext : 0; in eglCreateImageKHR() local2296 uint32_t img = rcEnc->rcCreateClientImage(rcEnc, ctxHandle, target, texture); in eglCreateImageKHR()