Home
last modified time | relevance | path

Searched refs:rcContext (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/opengl/system/egl/
Degl.cpp140 rcContext(0), in EGLContext_t()
926 rcShareCtx = shareCtx->rcContext; in eglCreateContext()
932 uint32_t rcContext = rcEnc->rcCreateContext(rcEnc, (uintptr_t)config, rcShareCtx, version); in eglCreateContext() local
933 if (!rcContext) { in eglCreateContext()
943 context->rcContext = rcContext; in eglCreateContext()
963 if (context->rcContext) { in eglDestroyContext()
965 rcEnc->rcDestroyContext(rcEnc, context->rcContext); in eglDestroyContext()
966 context->rcContext = 0; in eglDestroyContext()
985 uint32_t ctxHandle = (context) ? context->rcContext : 0; in eglMakeCurrent()
1254 uint32_t ctxHandle = (context) ? context->rcContext : 0; in eglCreateImageKHR()
DeglContext.h38 uint32_t rcContext; member