Searched refs:has_gl_oes_image (Results 1 – 1 of 1) sorted by relevance
261 bool has_gl_oes_image = false; in initialize() local263 has_gl_oes_image = strstr(glExtensions, "GL_OES_EGL_image") != NULL; in initialize()266 if (fb->m_caps.hasGL2 && has_gl_oes_image) { in initialize()267 has_gl_oes_image &= strstr(gl2Extensions, "GL_OES_EGL_image") != NULL; in initialize()275 if (eglExtensions && has_gl_oes_image) { in initialize()