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

/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_cgl.c67 const char *opengl_framework_path; local in function:apple_cgl_init
72 opengl_framework_path = getenv("OPENGL_FRAMEWORK_PATH");
73 if (!opengl_framework_path) {
74 opengl_framework_path = OPENGL_FRAMEWORK_PATH;
78 h = dlopen(opengl_framework_path, RTLD_NOW);
82 opengl_framework_path, dlerror());
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_cgl.c67 const char *opengl_framework_path; local in function:apple_cgl_init
72 opengl_framework_path = getenv("OPENGL_FRAMEWORK_PATH");
73 if (!opengl_framework_path) {
74 opengl_framework_path = OPENGL_FRAMEWORK_PATH;
78 h = dlopen(opengl_framework_path, RTLD_NOW);
82 opengl_framework_path, dlerror());
/xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/
H A Dindirect.c646 const char *opengl_framework_path; local in function:setup_dispatch_table
652 opengl_framework_path = getenv("OPENGL_FRAMEWORK_PATH");
653 if (!opengl_framework_path) {
654 opengl_framework_path = OPENGL_FRAMEWORK_PATH;
658 opengl_framework_handle = dlopen(opengl_framework_path, RTLD_LOCAL);
662 opengl_framework_path, dlerror());
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/
H A Dindirect.c609 const char *opengl_framework_path; local in function:setup_dispatch_table
616 opengl_framework_path = getenv("OPENGL_FRAMEWORK_PATH");
617 if (!opengl_framework_path) {
618 opengl_framework_path = OPENGL_FRAMEWORK_PATH;
622 handle = dlopen(opengl_framework_path, RTLD_LOCAL);
626 opengl_framework_path, dlerror());

Completed in 7 milliseconds