Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.h72 bool hasEglExtension(const std::string& ext) const;
DEmulationGl.cpp289 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