Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.c454 EGLint apiIndex; in _eglBindContextToThread() local
457 apiIndex = (ctx) ? in _eglBindContextToThread()
460 oldCtx = t->CurrentContexts[apiIndex]; in _eglBindContextToThread()
467 t->CurrentContexts[apiIndex] = ctx; in _eglBindContextToThread()
/external/deqp/modules/egl/
DteglImageFormatTests.cpp141 Operation (int apiIndex_, const Action& action_) : apiIndex(apiIndex_), action(&action_) {} in Operation()
142 int apiIndex; member
1031 ImageApi& api = *m_apiContexts[op.apiIndex]; in iterate()