/external/deqp/modules/egl/ |
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, … 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()
|
D | teglRenderCase.cpp | 98 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()
|
D | teglNegativeApiTests.cpp | 130 …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()
|
D | teglColorClearCase.cpp | 117 …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()
|
D | teglSurfacelessContextTests.cpp | 96 { "OpenVG", EGL_OPENVG_API, EGL_OPENVG_BIT, DE_NULL } in executeForConfig()
|
D | teglQueryContextTests.cpp | 64 case EGL_OPENVG_BIT: return EGL_OPENVG_API; in getClientTypeFromAPIBit() 79 case EGL_OPENVG_BIT: return 1; in getMinClientMajorVersion()
|
D | teglCreateContextTests.cpp | 60 { "OpenVG", EGL_OPENVG_API, EGL_OPENVG_BIT, false, DE_NULL }
|
D | teglChooseConfigTests.cpp | 396 api |= rnd.getBool() ? EGL_OPENVG_BIT : 0; in getApiBits()
|
/external/mesa3d/src/egl/main/ |
D | eglcurrent.h | 43 EGL_OPENVG_BIT | \
|
D | eglcontext.c | 68 bit = EGL_OPENVG_BIT; in _eglGetContextAPIBit()
|
D | eglconfig.c | 350 EGL_OPENVG_BIT | in _eglValidateConfig()
|
D | eglapi.c | 573 if (disp->ClientAPIs & EGL_OPENVG_BIT) in _eglCreateAPIsString()
|
/external/cpuinfo/tools/ |
D | gpu-dump.c | 88 .id = EGL_OPENVG_BIT, 130 .id = EGL_OPENVG_BIT,
|
/external/deqp/framework/egl/ |
D | egluStrUtil.inl | 293 tcu::Format::BitDesc(EGL_OPENVG_BIT, "EGL_OPENVG_BIT"),
|
/external/swiftshader/include/EGL/ |
D | egl.h | 190 #define EGL_OPENVG_BIT 0x0002 macro
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnums.inl | 17 #define EGL_OPENVG_BIT 0x0002 macro
|
D | eglwEnumsC.inl | 17 #define EGL_OPENVG_BIT 0x0002 macro
|
/external/angle/include/EGL/ |
D | egl.h | 207 #define EGL_OPENVG_BIT 0x0002 macro
|
/external/mesa3d/include/EGL/ |
D | egl.h | 226 #define EGL_OPENVG_BIT 0x0002 macro
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | eglew.h | 317 #define EGL_OPENVG_BIT 0x0002 macro
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | egl_generated.h | 238 #define EGL_OPENVG_BIT 0x0002 macro
|