Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/opengl/
Dmisc.h40 EMUGL_COMMON_API void setGlesVersion(int maj, int min);
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
Dmisc.cpp32 void emugl::setGlesVersion(int maj, int min) { in setGlesVersion() function in emugl
/hardware/google/gfxstream/host/gl/
DGLESVersionDetector.cpp143 emugl::setGlesVersion(maj, min); in calcMaxVersionFromDispatch()