OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLAPI_LIB
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glx/apple/
Makefile
63
# override
GLAPI_LIB
64
GLAPI_LIB
= $(TOP)/src/mapi/glapi/libglapi.a
94
$(TOP)/$(LIB_DIR)/$(GL_LIB_NAME): $(OBJECTS) $(
GLAPI_LIB
) Makefile
98
$(GL_LIB_DEPS) $(OBJECTS) $(
GLAPI_LIB
)
100
$(
GLAPI_LIB
):
/external/mesa3d/src/glx/apple/
Makefile
63
# override
GLAPI_LIB
64
GLAPI_LIB
= $(TOP)/src/mapi/glapi/libglapi.a
94
$(TOP)/$(LIB_DIR)/$(GL_LIB_NAME): $(OBJECTS) $(
GLAPI_LIB
) Makefile
98
$(GL_LIB_DEPS) $(OBJECTS) $(
GLAPI_LIB
)
100
$(
GLAPI_LIB
):
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
Makefile
62
GL_LIB_DEPS := -L$(TOP)/$(LIB_DIR) -l$(
GLAPI_LIB
) $(GL_LIB_DEPS)
/external/mesa3d/src/gallium/targets/libgl-xlib/
Makefile
62
GL_LIB_DEPS := -L$(TOP)/$(LIB_DIR) -l$(
GLAPI_LIB
) $(GL_LIB_DEPS)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
Makefile
76
egl_SYS += -lm -lpthread $(DLOPEN_LIBS) -l$(
GLAPI_LIB
)
/external/mesa3d/src/gallium/targets/egl-static/
Makefile
76
egl_SYS += -lm -lpthread $(DLOPEN_LIBS) -l$(
GLAPI_LIB
)
Completed in 153 milliseconds