Home
last modified time | relevance | path

Searched refs:EGL_OPENVG_BIT (Results 1 - 25 of 26) sorted by relevance

12

/third_party/vk-gl-cts/modules/egl/
H A 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, 3), in init()
100 CASE("gles1_vg", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENVG_BIT, 1), in init()
101 CASE("gles2_vg", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES2_BIT|EGL_OPENVG_BIT, 1), in init()
102 CASE("gles3_vg", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES3_BIT|EGL_OPENVG_BIT, 1), in init()
103 CASE("gles1_gles2_vg", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT|EGL_OPENVG_BIT, 1) in init()
H A DteglRenderCase.cpp98 apiMask |= EGL_OPENVG_BIT; in getBuildClientAPIMask()
227 const EGLint apis[] = { EGL_OPENGL_ES2_BIT, EGL_OPENGL_ES3_BIT_KHR, EGL_OPENGL_ES_BIT, EGL_OPENVG_BIT }; in executeForSurface()
269 case EGL_OPENVG_BIT: in executeForSurface()
347 if (m_apiMask & EGL_OPENVG_BIT) in executeForSurface()
351 contexts.push_back(std::make_pair(EGL_OPENVG_BIT, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0]))); in executeForSurface()
H A DteglNegativeApiTests.cpp130 static const eglu::ConfigFilter s_renderAPIFilters[] = { 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_OPENGL_BIT>)) in init()
350 if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT>)) in init()
361 if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENVG_BIT>)) in init()
369 if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_OPENVG_BIT>)) in init()
377 if (getConfig(&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_ALPHA_FORMAT_PRE_BIT>)) in init()
647 if (getConfig(&vgNoLinearConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notSurfaceBits<EGL_VG_COLORSPACE_LINEAR_BIT>)) in init()
H A DteglColorClearCase.cpp117 case EGL_OPENVG_BIT: vg::clear (clear.x, clear.y, clear.width, clear.height, clear.color.toVec()); break; 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()
H A DteglSurfacelessContextTests.cpp96 { "OpenVG", EGL_OPENVG_API, EGL_OPENVG_BIT, DE_NULL } in executeForConfig()
H A DteglQueryContextTests.cpp64 case EGL_OPENVG_BIT: return EGL_OPENVG_API; in getClientTypeFromAPIBit()
79 case EGL_OPENVG_BIT: return 1; in getMinClientMajorVersion()
H A DteglCreateContextTests.cpp60 { "OpenVG", EGL_OPENVG_API, EGL_OPENVG_BIT, false, DE_NULL }
H A DteglChooseConfigTests.cpp281 //{ EGL_CONFORMANT, EGL_OPENGL_BIT | EGL_OPENGL_ES_BIT | EGL_OPENGL_ES2_BIT | EGL_OPENVG_BIT }, in getValue()
282 //{ EGL_RENDERABLE_TYPE, EGL_OPENGL_BIT | EGL_OPENGL_ES_BIT | EGL_OPENGL_ES2_BIT | EGL_OPENVG_BIT }, in getValue()
407 api |= rnd.getBool() ? EGL_OPENVG_BIT : 0; in getApiBits()
/third_party/mesa3d/src/egl/main/
H A Deglcurrent.h43 EGL_OPENVG_BIT | \
H A Deglconfigdebug.c155 (renderable & EGL_OPENVG_BIT) ? 'y' : ' ', in _eglPrintConfig()
H A Deglcontext.c68 bit = EGL_OPENVG_BIT; in _eglGetContextAPIBit()
H A Deglconfig.c350 EGL_OPENVG_BIT | in _eglValidateConfig()
/third_party/EGL/api/1.2/EGL/
H A Degl.h122 #define EGL_OPENVG_BIT 0x02 /* EGL_RENDERABLE_TYPE mask bits */ macro
/third_party/EGL/api/1.2/
H A Degl.h118 #define EGL_OPENVG_BIT 0x02 /* EGL_RENDERABLE_TYPE mask bits */ macro
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
H A Degl.h118 #define EGL_OPENVG_BIT 0x02 /* EGL_RENDERABLE_TYPE mask bits */ macro
/third_party/skia/third_party/externals/egl-registry/api/1.2/
H A Degl.h118 #define EGL_OPENVG_BIT 0x02 /* EGL_RENDERABLE_TYPE mask bits */ macro
/third_party/EGL/api/1.0/EGL/
H A Degl.h140 #define EGL_OPENVG_BIT 0x02 /* EGL_RENDERABLE_TYPE mask bits */ macro
/third_party/EGL/api/1.0/
H A Degl.h137 #define EGL_OPENVG_BIT 0x02 /* EGL_RENDERABLE_TYPE mask bits */ macro
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/
H A Degl.h137 #define EGL_OPENVG_BIT 0x02 /* EGL_RENDERABLE_TYPE mask bits */ macro
/third_party/skia/third_party/externals/egl-registry/api/1.0/
H A Degl.h137 #define EGL_OPENVG_BIT 0x02 /* EGL_RENDERABLE_TYPE mask bits */ macro
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Degl.h190 #define EGL_OPENVG_BIT 0x0002 macro
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Degl.h190 #define EGL_OPENVG_BIT 0x0002 macro
/third_party/EGL/api/EGL/
H A Degl.h207 #define EGL_OPENVG_BIT 0x0002 macro
/third_party/mesa3d/include/EGL/
H A Degl.h207 #define EGL_OPENVG_BIT 0x0002 macro
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Degl.h207 #define EGL_OPENVG_BIT 0x0002 macro

Completed in 19 milliseconds

12