Searched refs:opengl_framework_path (Results 1 – 1 of 1) sorted by relevance
646 const char *opengl_framework_path; in setup_dispatch_table() local652 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()