Home
last modified time | relevance | path

Searched refs:EGL_OPENGL_BIT (Results 1 – 25 of 36) sorted by relevance

12

/third_party/vk-gl-cts/modules/egl/
DteglCreateContextExtTests.cpp1035 case EGL_OPENGL_BIT: return renderable<EGL_OPENGL_BIT>; in getRenderableFilter()
1134 { "gl_10", "Create OpenGL 1.0 context", EGL_OPENGL_API, EGL_OPENGL_BIT, in init()
1136 { "gl_11", "Create OpenGL 1.1 context", EGL_OPENGL_API, EGL_OPENGL_BIT, in init()
1140 { "gl_20", "Create OpenGL 2.0 context", EGL_OPENGL_API, EGL_OPENGL_BIT, in init()
1142 { "gl_21", "Create OpenGL 2.1 context", EGL_OPENGL_API, EGL_OPENGL_BIT, in init()
1146 { "gl_30", "Create OpenGL 3.0 context", EGL_OPENGL_API, EGL_OPENGL_BIT, in init()
1148 { "robust_gl_30", "Create robust OpenGL 3.0 context", EGL_OPENGL_API, EGL_OPENGL_BIT, in init()
1150 { "gl_31", "Create OpenGL 3.1 context", EGL_OPENGL_API, EGL_OPENGL_BIT, in init()
1152 { "robust_gl_31", "Create robust OpenGL 3.1 context", EGL_OPENGL_API, EGL_OPENGL_BIT, in init()
1154 { "gl_32", "Create OpenGL 3.2 context", EGL_OPENGL_API, EGL_OPENGL_BIT, in init()
[all …]
DteglNegativeApiTests.cpp130 …static const eglu::ConfigFilter s_renderAPIFilters[] = { renderable<EGL_OPENGL_BIT>, renderable<E… in init()
315 …ig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_OPENGL_BIT>)) in init()
323 …g(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_OPENGL_BIT>)) in init()
331 …Config(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENGL_BIT>)) in init()
342 …if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENG… in init()
361 …if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENV… in init()
446 if (getConfig(&glConfig, FilterList() << renderable<EGL_OPENGL_BIT>)) in init()
DteglQueryContextTests.cpp60 case EGL_OPENGL_BIT: return EGL_OPENGL_API; in getClientTypeFromAPIBit()
75 case EGL_OPENGL_BIT: return 1; in getMinClientMajorVersion()
DteglSurfacelessContextTests.cpp92 { "OpenGL", EGL_OPENGL_API, EGL_OPENGL_BIT, DE_NULL }, in executeForConfig()
DteglCreateContextTests.cpp56 { "OpenGL", EGL_OPENGL_API, EGL_OPENGL_BIT, false, DE_NULL },
DteglRenderCase.cpp91 apiMask |= EGL_OPENGL_BIT; in getBuildClientAPIMask()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigListEGL.cpp86 renderableMask = EGL_OPENGL_BIT; in getDefaultEglConfigList()
87 conformantMask = EGL_OPENGL_BIT; in getDefaultEglConfigList()
/third_party/mesa3d/src/egl/main/
Deglcurrent.h46 EGL_OPENGL_BIT)
Deglconfigdebug.c151 (renderable & EGL_OPENGL_BIT) ? 'y' : ' ', in _eglPrintConfig()
Deglcontext.c71 bit = EGL_OPENGL_BIT; in _eglGetContextAPIBit()
/third_party/vk-gl-cts/framework/egl/
DegluStrUtil.inl289 tcu::Format::BitDesc(EGL_OPENGL_BIT, "EGL_OPENGL_BIT"),
DegluGLUtil.cpp63 return EGL_OPENGL_BIT; in apiRenderableType()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c168 if (conformant & EGL_OPENGL_BIT) in egl_conformant_to_gst()
417 if (conformant & EGL_OPENGL_BIT) in gst_gl_context_egl_dump_config()
450 if (renderable & EGL_OPENGL_BIT) in gst_gl_context_egl_dump_config()
674 egl_api = EGL_OPENGL_BIT; in gst_gl_context_egl_choose_config()
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Damdgcn_glslc.c112 EGL_RENDERABLE_TYPE, EGL_OPENGL_BIT, in create_gl_core_context()
/third_party/flutter/glfw/src/
Degl_context.h75 #define EGL_OPENGL_BIT 0x0008 macro
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLPrintEGLinfoTest.cpp457 if (conformant & EGL_OPENGL_BIT) in TEST_P()
503 if (rendType & EGL_OPENGL_BIT) in TEST_P()
/third_party/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp119 EGL_RENDERABLE_TYPE, gles ? EGL_OPENGL_ES2_BIT : EGL_OPENGL_BIT, in EGLGLTestContext()
/third_party/flutter/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp144 EGL_RENDERABLE_TYPE, gles ? EGL_OPENGL_ES2_BIT : EGL_OPENGL_BIT, in EGLGLTestContext()
/third_party/skia/third_party/externals/swiftshader/include/EGL/
Degl.h233 #define EGL_OPENGL_BIT 0x0008 macro
/third_party/skia/third_party/externals/egl-registry/api/EGL/
Degl.h233 #define EGL_OPENGL_BIT 0x0008 macro
/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwEnums.inl19 #define EGL_OPENGL_BIT 0x0008 macro
DeglwEnumsC.inl19 #define EGL_OPENGL_BIT 0x0008 macro
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_egl.c370 attribs[i++] = EGL_OPENGL_BIT; in SDL_EGL_ChooseConfig()
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/
Degl.h276 #define EGL_OPENGL_BIT 0x0008 macro
/third_party/skia/third_party/externals/angle2/include/EGL/
Degl.h257 #define EGL_OPENGL_BIT 0x0008 macro

12