Searched refs:hasEglExtension (Results 1 – 2 of 2) sorted by relevance
72 bool hasEglExtension(const std::string& ext) const;
289 if (!emulationGl->hasEglExtension("EGL_KHR_gl_texture_2D_image")) { in create()559 bool EmulationGl::hasEglExtension(const std::string& ext) const { in hasEglExtension() function in gfxstream::gl::EmulationGl