Home
last modified time | relevance | path

Searched refs:EGL_OPENVG_BIT (Results 1 – 17 of 17) sorted by relevance

/external/deqp/modules/egl/
DteglColorClearTests.cpp89 CASE("vg", "Color clears using OpenVG", EGL_OPENVG_BIT, 1) in init()
97 …CASE("vg", "Color clears using multiple OpenVG contexts to shared surface", EGL_OPENVG_BIT, … in init()
100 …Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENVG_BIT, 1), in init()
101 …olor clears using multiple APIs to shared surface", EGL_OPENGL_ES2_BIT|EGL_OPENVG_BIT, 1), in init()
102 …olor clears using multiple APIs to shared surface", EGL_OPENGL_ES3_BIT|EGL_OPENVG_BIT, 1), in init()
103 …using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT|EGL_OPENVG_BIT, 1) in init()
DteglRenderCase.cpp98 apiMask |= EGL_OPENVG_BIT; in getBuildClientAPIMask()
221 …Lint apis[] = { EGL_OPENGL_ES2_BIT, EGL_OPENGL_ES3_BIT_KHR, EGL_OPENGL_ES_BIT, EGL_OPENVG_BIT }; in executeForSurface()
263 case EGL_OPENVG_BIT: in executeForSurface()
341 if (m_apiMask & EGL_OPENVG_BIT) in executeForSurface()
345 …contexts.push_back(std::make_pair(EGL_OPENVG_BIT, egl.createContext(display, config.config, EGL_NO… in executeForSurface()
DteglNegativeApiTests.cpp311 …if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENG… in init()
330 …if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENG… in init()
341 …Config(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENVG_BIT>)) in init()
349 …ig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_OPENVG_BIT>)) in init()
357 …g(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_OPENVG_BIT>)) in init()
413 if (getConfig(&vgConfig, FilterList() << renderable<EGL_OPENVG_BIT>)) in init()
595 …if (getConfig(&vgNoPreConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notSurfaceBits<EGL_VG_… in init()
602 …if (getConfig(&vgNoLinearConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notSurfaceBits<EGL_… in init()
DteglColorClearCase.cpp117 …case EGL_OPENVG_BIT: vg::clear (clear.x, clear.y, clear.width, clear.height, clear.color.toVec()… in renderClear()
130 case EGL_OPENVG_BIT: vg::finish(); break; in finish()
143 case EGL_OPENVG_BIT: vg::readPixels (dst, 0, 0, dst.getWidth(), dst.getHeight()); break; in readPixels()
DteglCreateContextTests.cpp82 { "OpenVG", EGL_OPENVG_API, EGL_OPENVG_BIT, DE_NULL } in executeForConfig()
DteglSurfacelessContextTests.cpp96 { "OpenVG", EGL_OPENVG_API, EGL_OPENVG_BIT, DE_NULL } in executeForConfig()
DteglQueryContextTests.cpp64 case EGL_OPENVG_BIT: return EGL_OPENVG_API; in getClientTypeFromAPIBit()
79 case EGL_OPENVG_BIT: return 1; in getMinClientMajorVersion()
DteglChooseConfigTests.cpp394 api |= rnd.getBool() ? EGL_OPENVG_BIT : 0; in getApiBits()
/external/mesa3d/src/egl/main/
Deglcurrent.h38 EGL_OPENVG_BIT | \
Deglmisc.c142 if (dpy->ClientAPIs & EGL_OPENVG_BIT) in _eglUpdateAPIsString()
Deglcontext.c65 bit = EGL_OPENVG_BIT; in _eglGetContextAPIBit()
Deglconfig.c332 EGL_OPENVG_BIT | in _eglValidateConfig()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d.c278 api_mask &= ~EGL_OPENVG_BIT; in init_config_attributes()
294 if (api_mask & EGL_OPENVG_BIT) in init_config_attributes()
562 dpy->ClientAPIs |= EGL_OPENVG_BIT; in egl_g3d_initialize()
/external/deqp/framework/egl/
DegluStrUtil.inl255 tcu::Format::BitDesc(EGL_OPENVG_BIT, "EGL_OPENVG_BIT"),
/external/mesa3d/include/EGL/
Degl.h156 #define EGL_OPENVG_BIT 0x0002 /* EGL_RENDERABLE_TYPE mask bits */ macro
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl16 #define EGL_OPENVG_BIT 0x0002 macro
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...