OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:openvg
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/mapi/vgapi/
SConscript
48
openvg
= env.SharedLibrary(
49
target = '
OpenVG
',
53
env.InstallSharedLibrary(
openvg
, version=(1, 0, 0))
56
openvg
= env.FindIxes(
openvg
, 'LIBPREFIX', 'LIBSUFFIX')
58
openvg
= env.FindIxes(
openvg
, 'SHLIBPREFIX', 'SHLIBSUFFIX')
60
Export(['
openvg
'])
/external/mesa3d/src/gallium/targets/egl-static/
SConscript
74
#
OpenVG
77
env.Prepend(LIBPATH = [
openvg
.dir])
79
openvg_name = '
OpenVG
' if env['platform'] != 'windows' else 'libOpenVG'
125
env.Depends(egl_gallium, [
openvg
])
/external/deqp/modules/egl/
teglVGRenderUtil.cpp
21
* \brief
OpenVG
render utils.
27
# include <VG/
openvg
.h>
65
TCU_THROW(NotSupportedError, "
OpenVG
is not supported");
72
TCU_THROW(NotSupportedError, "
OpenVG
is not supported");
77
TCU_THROW(NotSupportedError, "
OpenVG
is not supported");
/external/mesa3d/include/VG/
vgu.h
41
#include <VG/
openvg
.h>
vgext.h
43
#include <VG/
openvg
.h>
Completed in 283 milliseconds