Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.c511 EGLint api_bit; in _eglInitContext() local
513 api_bit = _eglGetContextAPIBit(ctx); in _eglInitContext()
514 if (!(ctx->Config->RenderableType & api_bit)) { in _eglInitContext()
516 api_bit, ctx->Config->RenderableType); in _eglInitContext()