Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
DteglImageFormatTests.cpp338 GLESImageApi& glesApi = dynamic_cast<GLESImageApi&>(api); in invoke() local
340glesApi.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() local
1357 EGL_RENDERABLE_TYPE, glesApi, in getConfig()