Searched refs:glesApi (Results 1 – 1 of 1) sorted by relevance
338 GLESImageApi& glesApi = dynamic_cast<GLESImageApi&>(api); in invoke() local340 …glesApi.m_egl.makeCurrent(glesApi.m_display, glesApi.m_surface, glesApi.m_surface, glesApi.m_conte… in invoke()341 return invokeGLES(glesApi, image, ref); in invoke()1354 …const GLint glesApi = m_spec.contexts[0] == TestSpec::API_GLES3 ? EGL_OPENGL_ES3_BIT : EGL_OPEN… in getConfig() local1357 EGL_RENDERABLE_TYPE, glesApi, in getConfig()