Searched refs:ctxHandle (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish-opengl/tests/ut_rendercontrol_enc/ |
D | ut_rendercontrol.in | 3 …, makeCurrentContext, uint32_t pid, uint32_t drawSurface, uint32_t readSurface, uint32_t ctxHandle)
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 1787 uint32_t ctxHandle = (context) ? context->rcContext : 0; in eglMakeCurrent() local 1823 if (rcEnc->rcMakeCurrent(rcEnc, ctxHandle, drawHandle, readHandle) == EGL_FALSE) { in eglMakeCurrent() 2157 uint32_t ctxHandle = (context) ? context->rcContext : 0; in eglCreateImageKHR() local 2159 uint32_t img = rcEnc->rcCreateClientImage(rcEnc, ctxHandle, target, texture); in eglCreateImageKHR()
|