Home
last modified time | relevance | path

Searched refs:SDL_GL_DeleteContext (Results 1 – 20 of 20) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_opengl2/
Dmain.cpp144 SDL_GL_DeleteContext(gl_context); in main()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/
Dmain.cpp152 SDL_GL_DeleteContext(gl_context); in main()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/
Dmain.cpp173 SDL_GL_DeleteContext(gl_context); in main()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_opengl3/
Dmain.cpp186 SDL_GL_DeleteContext(gl_context); in main()
/third_party/flutter/skia/example/
DSkiaSDLExample.cpp285 SDL_GL_DeleteContext(glContext);
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestgles.c40 SDL_GL_DeleteContext(context[i]); in quit()
Dtestgl2.c76 SDL_GL_DeleteContext(context); in quit()
Dtestgles2.c80 SDL_GL_DeleteContext(context[i]); in quit()
/third_party/flutter/skia/tools/sk_app/ios/
DWindow_ios.cpp87 SDL_GL_DeleteContext(fGLContext); in closeWindow()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/
Dsdlshare2.c410 SDL_GL_DeleteContext (gl_context); in main()
Dsdlshare.c653 SDL_GL_DeleteContext (gl_context); in main()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_video.h1205 extern DECLSPEC void SDLCALL SDL_GL_DeleteContext(SDL_GLContext context);
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitopengles.m65 note that SDL_GL_DeleteContext makes it current without passing the window
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h573 #define SDL_GL_DeleteContext SDL_GL_DeleteContext_REAL macro
DSDL_dynapi_procs.h599 SDL_DYNAPI_PROC(void,SDL_GL_DeleteContext,(SDL_GLContext a),(a),)
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles/
DSDL_render_gles.c1178 SDL_GL_DeleteContext(data->context); in GLES_DestroyRenderer()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c227 SDL_GL_DeleteContext(context); in ShouldUseTextureFramebuffer()
3397 SDL_GL_DeleteContext(SDL_GLContext context) in SDL_GL_DeleteContext() function
/third_party/ffmpeg/libavdevice/
Dopengl_enc.c971 SDL_GL_DeleteContext(opengl->glcontext); in opengl_release_window()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengl/
DSDL_render_gl.c1541 SDL_GL_DeleteContext(data->context); in GL_DestroyRenderer()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles2/
DSDL_render_gles2.c468 SDL_GL_DeleteContext(data->context); in GLES2_DestroyRenderer()