HomeSort by relevance Sort by last modified time
    Searched refs:openvg (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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>
60 throw tcu::NotSupportedError("OpenVG is not supported", "", __FILE__, __LINE__);
67 throw tcu::NotSupportedError("OpenVG is not supported", "", __FILE__, __LINE__);
  /external/chromium_org/third_party/mesa/src/include/VG/
vgu.h 41 #include <VG/openvg.h>
vgext.h 43 #include <VG/openvg.h>
  /external/mesa3d/include/VG/
vgu.h 41 #include <VG/openvg.h>
vgext.h 43 #include <VG/openvg.h>

Completed in 283 milliseconds