Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
Demugl_config_unittest.cpp282 const char* kGLESv1LibName = "libGLES_CM.dll"; in TEST() local
286 const char* kGLESv1LibName = "libGLES_CM.dylib"; in TEST() local
290 const char* kGLESv1LibName = "libGLES_CM.so"; in TEST() local
295 std::string GLESv1LibPath = StringFormat("gles_angle/%s", kGLESv1LibName); in TEST()