HomeSort by relevance Sort by last modified time
    Searched refs:EGL_OPENVG_BIT (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/deqp/modules/egl/
teglColorClearTests.cpp 89 CASE("vg", "Color clears using OpenVG", EGL_OPENVG_BIT, 1)
97 CASE("vg", "Color clears using multiple OpenVG contexts to shared surface", EGL_OPENVG_BIT, 3),
100 CASE("gles1_vg", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENVG_BIT, 1),
101 CASE("gles2_vg", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES2_BIT|EGL_OPENVG_BIT, 1),
102 CASE("gles3_vg", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES3_BIT|EGL_OPENVG_BIT, 1),
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)
teglRenderCase.cpp 98 apiMask |= EGL_OPENVG_BIT;
221 const EGLint apis[] = { EGL_OPENGL_ES2_BIT, EGL_OPENGL_ES3_BIT_KHR, EGL_OPENGL_ES_BIT, EGL_OPENVG_BIT };
263 case EGL_OPENVG_BIT:
341 if (m_apiMask & EGL_OPENVG_BIT)
345 contexts.push_back(std::make_pair(EGL_OPENVG_BIT, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0])));
teglCreateContextTests.cpp 82 { "OpenVG", EGL_OPENVG_API, EGL_OPENVG_BIT, DE_NULL }
teglSurfacelessContextTests.cpp 96 { "OpenVG", EGL_OPENVG_API, EGL_OPENVG_BIT, DE_NULL }
teglNegativeApiTests.cpp 325 if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENGL_BIT>))
344 if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT>))
355 if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENVG_BIT>))
363 if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_OPENVG_BIT>))
371 if (getConfig(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_OPENVG_BIT>))
427 if (getConfig(&vgConfig, FilterList() << renderable<EGL_OPENVG_BIT>))
610 if (getConfig(&vgNoPreConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notSurfaceBits<EGL_VG_ALPHA_FORMAT_PRE_BIT>))
617 if (getConfig(&vgNoLinearConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notSurfaceBits<EGL_VG_COLORSPACE_LINEAR_BIT>))
    [all...]
teglColorClearCase.cpp 117 case EGL_OPENVG_BIT: vg::clear (clear.x, clear.y, clear.width, clear.height, clear.color.toVec()); break;
130 case EGL_OPENVG_BIT: vg::finish(); break;
143 case EGL_OPENVG_BIT: vg::readPixels (dst, 0, 0, dst.getWidth(), dst.getHeight()); break;
teglQueryContextTests.cpp 64 case EGL_OPENVG_BIT: return EGL_OPENVG_API;
79 case EGL_OPENVG_BIT: return 1;
  /external/mesa3d/src/egl/main/
eglcurrent.h 38 EGL_OPENVG_BIT | \
eglmisc.c 142 if (dpy->ClientAPIs & EGL_OPENVG_BIT)
eglcontext.c 65 bit = EGL_OPENVG_BIT;
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 105 public static final int EGL_OPENVG_BIT = 0x0002;
  /external/deqp/framework/egl/
egluStrUtil.inl 282 tcu::Format::BitDesc(EGL_OPENVG_BIT, "EGL_OPENVG_BIT"),
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 278 api_mask &= ~EGL_OPENVG_BIT;
294 if (api_mask & EGL_OPENVG_BIT)
562 dpy->ClientAPIs |= EGL_OPENVG_BIT;
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 105 public static final int EGL_OPENVG_BIT = 0x0002;
  /development/ndk/platforms/android-9/include/EGL/
egl.h 156 #define EGL_OPENVG_BIT 0x0002 /* EGL_RENDERABLE_TYPE mask bits */
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 156 #define EGL_OPENVG_BIT 0x0002 /* EGL_RENDERABLE_TYPE mask bits */
  /external/mesa3d/include/EGL/
egl.h 156 #define EGL_OPENVG_BIT 0x0002 /* EGL_RENDERABLE_TYPE mask bits */
  /frameworks/native/opengl/include/EGL/
egl.h 156 #define EGL_OPENVG_BIT 0x0002 /* EGL_RENDERABLE_TYPE mask bits */
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/EGL/
egl.h 156 #define EGL_OPENVG_BIT 0x0002 /* EGL_RENDERABLE_TYPE mask bits */
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/EGL/
egl.h 156 #define EGL_OPENVG_BIT 0x0002 /* EGL_RENDERABLE_TYPE mask bits */
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/EGL/
egl.h 156 #define EGL_OPENVG_BIT 0x0002 /* EGL_RENDERABLE_TYPE mask bits */
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/EGL/
egl.h 156 #define EGL_OPENVG_BIT 0x0002 /* EGL_RENDERABLE_TYPE mask bits */
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/EGL/
egl.h 156 #define EGL_OPENVG_BIT 0x0002 /* EGL_RENDERABLE_TYPE mask bits */
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/EGL/
egl.h 156 #define EGL_OPENVG_BIT 0x0002 /* EGL_RENDERABLE_TYPE mask bits */
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 156 #define EGL_OPENVG_BIT 0x0002 /* EGL_RENDERABLE_TYPE mask bits */

Completed in 422 milliseconds

1 2 3