Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xquartz/GL/
H A Dindirect.c646 const char *opengl_framework_path; in setup_dispatch_table() local
652 opengl_framework_path = getenv("OPENGL_FRAMEWORK_PATH"); in setup_dispatch_table()
653 if (!opengl_framework_path) { in setup_dispatch_table()
654 opengl_framework_path = OPENGL_FRAMEWORK_PATH; in setup_dispatch_table()
658 opengl_framework_handle = dlopen(opengl_framework_path, RTLD_LOCAL); in setup_dispatch_table()
662 opengl_framework_path, dlerror()); in setup_dispatch_table()