Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.c614 EGLint api_bit; in _eglInitContext() local
616 api_bit = _eglGetContextAPIBit(ctx); in _eglInitContext()
617 if (!(ctx->Config->RenderableType & api_bit)) { in _eglInitContext()
619 api_bit, ctx->Config->RenderableType); in _eglInitContext()