Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
Demugl_config_unittest.cpp283 const char* kGLESv2LibName = "libGLESv2.dll"; in TEST() local
287 const char* kGLESv2LibName = "libGLESv2.dylib"; in TEST() local
291 const char* kGLESv2LibName = "libGLESv2.so"; in TEST() local
296 std::string GLESv2LibPath = StringFormat("gles_angle/%s", kGLESv2LibName); in TEST()