Home | History | Annotate | Download | only in opengl

Lines Matching refs:library

18 #   $(call emugl-begin-static-library,<name>)
23 emugl-begin-static-library = $(call emugl-begin-module,$1,STATIC_LIBRARY)
24 emugl-begin-shared-library = $(call emugl-begin-module,$1,SHARED_LIBRARY)
34 $(eval LOCAL_MODULE_CLASS := $(patsubst HOST_%,%,$(patsubst %EXECUTABLE,%EXECUTABLES,$(patsubst %LIBRARY,%LIBRARIES,$2)))) \
57 # $(call emugl-begin-static-library,foo)
63 # $(call emugl-begin-shared-library,bar)
68 # Here, we define a static library named 'foo' which exports an include
69 # path and a shared library requirement, and a shared library 'bar' which
198 # The following function can be called to generate GL library wrapper
232 # Call this function when your shared library must be placed in a non-standard
233 # library path (i.e. not under /system/lib
234 # $1: library sub-path,relative to /system/lib
235 # For example: $(call emugl-set-shared-library-subpath,egl)
236 emugl-set-shared-library-subpath = \