Home
last modified time | relevance | path

Searched refs:release_behavior (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_util.h106 int release_behavior; member
Ddri_context.c138 && (ctx_config->release_behavior == __DRI_CTX_RELEASE_BEHAVIOR_NONE)) in dri_create_context()
Ddri_util.c520 ctx_config.release_behavior = attribs[i * 2 + 1]; in driCreateContextAttribs()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h325 int release_behavior; member
DSDL_video.c2909 _this->gl_config.release_behavior = SDL_GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH; in SDL_GL_ResetAttributes()
3017 _this->gl_config.release_behavior = value; in SDL_GL_SetAttribute()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.c622 _this->gl_config.release_behavior ? in X11_GL_CreateContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.c686 attribs[iattr++] = _this->gl_config.release_behavior ? in WIN_GL_CreateContext()