OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:egl_gallium
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/targets/egl-static/
SConscript
120
egl_gallium
= env.SharedLibrary(
125
env.Depends(
egl_gallium
, [openvg])
127
egl_gallium
= env.InstallSharedLibrary(
egl_gallium
, version=(1, 4, 0))
129
env.Alias('egl-gallium',
egl_gallium
)
Makefile
3
# This is Makefile for
egl_gallium
.so. It is static in that all state trackers
17
OUTPUTS :=
egl_gallium
188
$(OUTPUT_PATH)/
egl_gallium
.so: $(egl_OBJECTS) $(egl_LIBS)
Completed in 110 milliseconds