Home
last modified time | relevance | path

Searched refs:EGL_OPENVG_BIT (Results 1 – 21 of 21) 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()
226 …Lint apis[] = { EGL_OPENGL_ES2_BIT, EGL_OPENGL_ES3_BIT_KHR, EGL_OPENGL_ES_BIT, EGL_OPENVG_BIT }; in executeForSurface()
268 case EGL_OPENVG_BIT: in executeForSurface()
346 if (m_apiMask & EGL_OPENVG_BIT) in executeForSurface()
350 …contexts.push_back(std::make_pair(EGL_OPENVG_BIT, egl.createContext(display, config.config, EGL_NO… in executeForSurface()
DteglNegativeApiTests.cpp130 …ers[] = { renderable<EGL_OPENGL_BIT>, renderable<EGL_OPENGL_ES_BIT>, renderable<EGL_OPENVG_BIT> }; in init()
331 …if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENG… in init()
350 …if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENG… in init()
361 …Config(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENVG_BIT>)) in init()
369 …ig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_OPENVG_BIT>)) in init()
377 …g(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_OPENVG_BIT>)) in init()
457 if (getConfig(&vgConfig, FilterList() << renderable<EGL_OPENVG_BIT>)) in init()
640 …if (getConfig(&vgNoPreConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notSurfaceBits<EGL_VG_… in init()
647 …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()
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()
DteglCreateContextTests.cpp60 { "OpenVG", EGL_OPENVG_API, EGL_OPENVG_BIT, false, DE_NULL }
DteglChooseConfigTests.cpp396 api |= rnd.getBool() ? EGL_OPENVG_BIT : 0; in getApiBits()
/external/mesa3d/src/egl/main/
Deglcurrent.h43 EGL_OPENVG_BIT | \
Deglcontext.c68 bit = EGL_OPENVG_BIT; in _eglGetContextAPIBit()
Deglconfig.c350 EGL_OPENVG_BIT | in _eglValidateConfig()
Deglapi.c573 if (disp->ClientAPIs & EGL_OPENVG_BIT) in _eglCreateAPIsString()
/external/cpuinfo/tools/
Dgpu-dump.c88 .id = EGL_OPENVG_BIT,
130 .id = EGL_OPENVG_BIT,
/external/deqp/framework/egl/
DegluStrUtil.inl293 tcu::Format::BitDesc(EGL_OPENVG_BIT, "EGL_OPENVG_BIT"),
/external/swiftshader/include/EGL/
Degl.h190 #define EGL_OPENVG_BIT 0x0002 macro
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl17 #define EGL_OPENVG_BIT 0x0002 macro
DeglwEnumsC.inl17 #define EGL_OPENVG_BIT 0x0002 macro
/external/angle/include/EGL/
Degl.h207 #define EGL_OPENVG_BIT 0x0002 macro
/external/mesa3d/include/EGL/
Degl.h226 #define EGL_OPENVG_BIT 0x0002 macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h317 #define EGL_OPENVG_BIT 0x0002 macro
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h238 #define EGL_OPENVG_BIT 0x0002 macro