Searched refs:destroy_context (Results 1 - 14 of 14) sorted by relevance

/external/mesa3d/src/glx/apple/
H A Dapple_cgl.h55 CGLError(*destroy_context) (CGLContextObj pix); member in struct:apple_cgl_api
H A Dapple_cgl.c106 apple_cgl.destroy_context = sym(h, "CGLDestroyContext");
H A Dapple_glx_pixmap.c99 (void) apple_cgl.destroy_context(p->context_obj);
H A Dapple_glx_pbuffer.c245 apple_cgl.destroy_context(newcontext);
H A Dapple_glx_context.c267 if (apple_cgl.destroy_context(ac->context_obj)) {
/external/vulkan-validation-layers/demos/smoke/
H A DShell.h93 void destroy_context();
H A DShellAndroid.cpp157 destroy_context();
H A DShellWin32.cpp253 destroy_context();
H A DShellXcb.cpp340 destroy_context();
H A DShell.cpp285 void Shell::destroy_context() function in class:Shell
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c192 destroy_context(_EGLDisplay *dpy, _EGLContext *ctx) function
209 destroy_context(dpy, ctx);
528 destroy_context(dpy, old_ctx);
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h123 destroy_context();
137 destroy_context();
261 void destroy_context() function in struct:GalliumD3D11DeviceContext
/external/deqp/modules/egl/
H A DteglNegativeApiTests.cpp690 TEGL_ADD_API_CASE(destroy_context, "eglDestroyContext() negative tests",
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli407 (** [destroy_context ()] destroys a context. See the destructor

Completed in 270 milliseconds