Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
Dmisc.cpp50 bool emugl::hasExtension(const char* extensionsStr, const char* wantedExtension) { in hasExtension() argument
54 const char* match = strstr(extensionsStr, wantedExtension); in hasExtension()
55 size_t wantedTerminatorOffset = strlen(wantedExtension); in hasExtension()
/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/opengl/
Dmisc.h49 const char* wantedExtension);