Searched refs:opengl_framework_path (Results 1 – 1 of 1) sorted by relevance
67 const char *opengl_framework_path; in apple_cgl_init() local72 opengl_framework_path = getenv("OPENGL_FRAMEWORK_PATH"); in apple_cgl_init()73 if (!opengl_framework_path) { in apple_cgl_init()74 opengl_framework_path = OPENGL_FRAMEWORK_PATH; in apple_cgl_init()78 h = dlopen(opengl_framework_path, RTLD_NOW); in apple_cgl_init()82 opengl_framework_path, dlerror()); in apple_cgl_init()