Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglImageFormatTests.cpp154 ImageApi (const Library& egl, int contextId, EGLDisplay display, EGLSurface surface);
164 ImageApi::ImageApi (const Library& egl, int contextId, EGLDisplay display, EGLSurface surface) in ImageApi() argument
166 , m_contextId (contextId) in ImageApi()
268 …GLES2ImageApi (const Library& egl, const glw::Functions& gl, int contextId, tcu::TestLog& log,…
278 GLES2ImageApi::GLES2ImageApi (const Library& egl, const glw::Functions& gl, int contextId, tcu::Tes… in GLES2ImageApi() argument
279 : ImageApi (egl, contextId, display, surface) in GLES2ImageApi()