Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/libOpenglRender/
DFrameBuffer.cpp272 const char *eglExtensions = s_egl.eglQueryString(fb->m_eglDisplay, in initialize() local
275 if (eglExtensions && has_gl_oes_image) { in initialize()
277 strstr(eglExtensions, "EGL_KHR_gl_texture_2D_image") != NULL; in initialize()
279 strstr(eglExtensions, "EGL_KHR_gl_renderbuffer_image") != NULL; in initialize()