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

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

Completed in 246 milliseconds