Home
last modified time | relevance | path

Searched refs:EGL_WINDOW_BIT (Results 1 – 25 of 41) sorted by relevance

12

/external/deqp/modules/egl/
DteglRenderCase.cpp62 if (typeBit == EGL_WINDOW_BIT) in postSurface()
126 if (m_surfaceTypeMask & EGL_WINDOW_BIT) in executeForConfig()
141 executeForSurface(display, *surface, Config(config, EGL_WINDOW_BIT, 0)); in executeForConfig()
422 { "window", EGL_WINDOW_BIT, surfaceType<EGL_WINDOW_BIT> }, in getDefaultRenderFilterLists()
445 RenderFilterList filters ("other", "", EGL_WINDOW_BIT|EGL_PIXMAP_BIT|EGL_PBUFFER_BIT); in getDefaultRenderFilterLists()
DteglCreateSurfaceTests.cpp298 baseFilters << surfaceType<EGL_WINDOW_BIT>; in init()
343 baseFilters << surfaceType<EGL_WINDOW_BIT>; in init()
DteglResizeTests.cpp116 virtual EGLenum surfaceType (void) const { return EGL_WINDOW_BIT; } in surfaceType()
382 return EGL_WINDOW_BIT | EGL_SWAP_BEHAVIOR_PRESERVED_BIT; in surfaceType()
DteglQuerySurfaceTests.cpp593 testAttributes(display, *surface, EGL_WINDOW_BIT, info); in executeForConfig()
700 baseFilters << surfaceType<EGL_WINDOW_BIT>; in init()
751 baseFilters << surfaceType<EGL_WINDOW_BIT>; in init()
DteglChooseConfigTests.cpp277 { EGL_SURFACE_TYPE, EGL_WINDOW_BIT } in getValue()
401 bits |= rnd.getBool() ? EGL_WINDOW_BIT : 0; in getSurfaceType()
DteglQueryContextTests.cpp290 …else if (config.surfaceTypeBit == EGL_WINDOW_BIT && renderBuffer != EGL_SINGLE_BUFFER && renderBuf… in executeForContext()
DteglSwapBuffersTests.cpp438 static bool isWindow (const eglu::CandidateConfig& c) { return (c.surfaceType() & EGL_WINDOW_BIT) !… in isWindow()
DteglChooseConfigReference.cpp261 …rules[EGL_SURFACE_TYPE] = AttribRule(EGL_SURFACE_TYPE, EGL_WINDOW_BIT, CRITERIA_MASK, SORT… in initAttribRules()
DteglQueryConfigTests.cpp357 const EGLint wantedBits = EGL_WINDOW_BIT | EGL_PIXMAP_BIT | EGL_PBUFFER_BIT; in checkSurfaceTypeMask()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c161 if (type == EGL_WINDOW_BIT) { in droid_create_surface()
209 return droid_create_surface(drv, disp, EGL_WINDOW_BIT, conf, in droid_create_window_surface()
240 if (dri2_surf->base.Type == EGL_WINDOW_BIT) { in droid_destroy_surface()
262 if (dri2_surf->base.Type != EGL_WINDOW_BIT) in droid_swap_buffers()
400 if (dri2_surf->base.Type == EGL_WINDOW_BIT) { in droid_get_buffers_parse_attachments()
451 if (dri2_surf->base.Type == EGL_WINDOW_BIT) { in droid_get_buffers_with_format()
501 const EGLint surface_type = EGL_WINDOW_BIT | EGL_PBUFFER_BIT; in droid_add_configs_for_visuals()
Dplatform_wayland.c156 case EGL_WINDOW_BIT: in dri2_create_surface()
171 type == EGL_WINDOW_BIT ? in dri2_create_surface()
198 return dri2_create_surface(drv, disp, EGL_WINDOW_BIT, conf, in dri2_create_window_surface()
240 if (dri2_surf->base.Type == EGL_WINDOW_BIT) { in dri2_destroy_surface()
275 case EGL_WINDOW_BIT: in dri2_process_back_buffer()
435 if (dri2_surf->base.Type == EGL_WINDOW_BIT && in dri2_get_buffers_with_format()
579 if (dri2_surf->base.Type == EGL_WINDOW_BIT) { in dri2_swap_buffers()
819 types = EGL_WINDOW_BIT; in dri2_initialize_wayland()
Dplatform_drm.c110 case EGL_WINDOW_BIT: in dri2_create_surface()
146 return dri2_create_surface(drv, disp, EGL_WINDOW_BIT, conf, in dri2_create_window_surface()
329 if (dri2_surf->base.Type == EGL_WINDOW_BIT) { in dri2_swap_buffers()
464 i + 1, 0, EGL_WINDOW_BIT, NULL, NULL); in dri2_initialize_drm()
Dplatform_x11.c214 type == EGL_WINDOW_BIT ? in dri2_create_surface()
275 return dri2_create_surface(drv, disp, EGL_WINDOW_BIT, conf, in dri2_create_window_surface()
629 EGL_WINDOW_BIT | in dri2_add_configs_for_visuals()
/external/mesa3d/src/egl/main/
Deglsurface.c163 if (type != EGL_WINDOW_BIT) { in _eglParseSurfaceAttribList()
175 type != EGL_WINDOW_BIT) { in _eglParseSurfaceAttribList()
288 case EGL_WINDOW_BIT: in _eglInitSurface()
Deglconfig.c227 EGL_WINDOW_BIT },
319 EGL_WINDOW_BIT | in _eglValidateConfig()
404 if (!(conf->SurfaceType & EGL_WINDOW_BIT)) { in _eglValidateConfig()
546 if (!(conf->SurfaceType & EGL_WINDOW_BIT)) in _eglParseConfigAttribList()
Deglcontext.c405 if (surf->Type == EGL_WINDOW_BIT && ctx->WindowRenderBuffer != EGL_NONE) in _eglQueryContextRenderBuffer()
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c267 egl_val |= EGL_WINDOW_BIT; in convert_fbconfig()
384 GLX_conf->Base.SurfaceType = EGL_WINDOW_BIT; in convert_visual()
440 conf->SurfaceType &= ~EGL_WINDOW_BIT; in fix_config()
447 if (!(conf->SurfaceType & EGL_WINDOW_BIT)) { in fix_config()
843 if (!_eglInitSurface(&GLX_surf->Base, disp, EGL_WINDOW_BIT, in GLX_eglCreateWindowSurface()
/external/deqp/framework/egl/
DegluStrUtil.inl266 tcu::Format::BitDesc(EGL_WINDOW_BIT, "EGL_WINDOW_BIT"),
DegluGLUtil.cpp179 case glu::RenderConfig::SURFACETYPE_WINDOW: requiredSurface = EGL_WINDOW_BIT; break; in configMatches()
DegluGLContextFactory.cpp312 if ((supportedTypes & EGL_WINDOW_BIT) != 0) in create()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c233 case EGL_WINDOW_BIT: in egl_g3d_create_surface()
262 case EGL_WINDOW_BIT: in egl_g3d_create_surface()
325 arg.type = EGL_WINDOW_BIT; in egl_g3d_create_window_surface()
512 if (gdraw->base.Type == EGL_WINDOW_BIT) { in egl_g3d_make_current()
Degl_g3d.c264 surface_type |= EGL_WINDOW_BIT; in init_config_attributes()
300 if (surface_type & EGL_WINDOW_BIT) { in init_config_attributes()
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
Dmain.c72 EGL_SURFACE_TYPE, EGL_WINDOW_BIT, in engine_init_display()
/external/mesa3d/include/EGL/
Degl.h149 #define EGL_WINDOW_BIT 0x0004 /* EGL_SURFACE_TYPE mask bits */ macro
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl8 #define EGL_WINDOW_BIT 0x0004 macro

12