/third_party/vk-gl-cts/modules/egl/ |
H A D | teglColorClearTests.cpp | 89 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 D | teglRenderCase.cpp | 98 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 D | teglNegativeApiTests.cpp | 130 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 D | teglColorClearCase.cpp | 117 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 D | teglSurfacelessContextTests.cpp | 96 { "OpenVG", EGL_OPENVG_API, EGL_OPENVG_BIT, DE_NULL } in executeForConfig()
|
H A D | teglQueryContextTests.cpp | 64 case EGL_OPENVG_BIT: return EGL_OPENVG_API; in getClientTypeFromAPIBit() 79 case EGL_OPENVG_BIT: return 1; in getMinClientMajorVersion()
|
H A D | teglCreateContextTests.cpp | 60 { "OpenVG", EGL_OPENVG_API, EGL_OPENVG_BIT, false, DE_NULL }
|
H A D | teglChooseConfigTests.cpp | 281 //{ 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 D | eglcurrent.h | 43 EGL_OPENVG_BIT | \
|
H A D | eglconfigdebug.c | 155 (renderable & EGL_OPENVG_BIT) ? 'y' : ' ', in _eglPrintConfig()
|
H A D | eglcontext.c | 68 bit = EGL_OPENVG_BIT; in _eglGetContextAPIBit()
|
H A D | eglconfig.c | 350 EGL_OPENVG_BIT | in _eglValidateConfig()
|
/third_party/EGL/api/1.2/EGL/ |
H A D | egl.h | 122 #define EGL_OPENVG_BIT 0x02 /* EGL_RENDERABLE_TYPE mask bits */ macro
|
/third_party/EGL/api/1.2/ |
H A D | egl.h | 118 #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 D | egl.h | 118 #define EGL_OPENVG_BIT 0x02 /* EGL_RENDERABLE_TYPE mask bits */ macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/ |
H A D | egl.h | 118 #define EGL_OPENVG_BIT 0x02 /* EGL_RENDERABLE_TYPE mask bits */ macro
|
/third_party/EGL/api/1.0/EGL/ |
H A D | egl.h | 140 #define EGL_OPENVG_BIT 0x02 /* EGL_RENDERABLE_TYPE mask bits */ macro
|
/third_party/EGL/api/1.0/ |
H A D | egl.h | 137 #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 D | egl.h | 137 #define EGL_OPENVG_BIT 0x02 /* EGL_RENDERABLE_TYPE mask bits */ macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.0/ |
H A D | egl.h | 137 #define EGL_OPENVG_BIT 0x02 /* EGL_RENDERABLE_TYPE mask bits */ macro
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | egl.h | 190 #define EGL_OPENVG_BIT 0x0002 macro
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | egl.h | 190 #define EGL_OPENVG_BIT 0x0002 macro
|
/third_party/EGL/api/EGL/ |
H A D | egl.h | 207 #define EGL_OPENVG_BIT 0x0002 macro
|
/third_party/mesa3d/include/EGL/ |
H A D | egl.h | 207 #define EGL_OPENVG_BIT 0x0002 macro
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | egl.h | 207 #define EGL_OPENVG_BIT 0x0002 macro
|