OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destroy_context
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_cgl.h
55
CGLError(*
destroy_context
) (CGLContextObj pix);
member in struct:apple_cgl_api
apple_cgl.c
106
apple_cgl.
destroy_context
= sym(h, "CGLDestroyContext");
apple_glx_pixmap.c
99
(void) apple_cgl.
destroy_context
(p->context_obj);
apple_glx_pbuffer.c
245
apple_cgl.
destroy_context
(newcontext);
apple_glx_context.c
267
if (apple_cgl.
destroy_context
(ac->context_obj)) {
/external/mesa3d/src/glx/apple/
apple_cgl.h
55
CGLError(*
destroy_context
) (CGLContextObj pix);
member in struct:apple_cgl_api
apple_cgl.c
106
apple_cgl.
destroy_context
= sym(h, "CGLDestroyContext");
apple_glx_pixmap.c
99
(void) apple_cgl.
destroy_context
(p->context_obj);
apple_glx_pbuffer.c
245
apple_cgl.
destroy_context
(newcontext);
apple_glx_context.c
267
if (apple_cgl.
destroy_context
(ac->context_obj)) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_api.c
192
destroy_context
(_EGLDisplay *dpy, _EGLContext *ctx)
function
209
destroy_context
(dpy, ctx);
528
destroy_context
(dpy, old_ctx);
/external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c
192
destroy_context
(_EGLDisplay *dpy, _EGLContext *ctx)
function
209
destroy_context
(dpy, ctx);
528
destroy_context
(dpy, old_ctx);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h
123
destroy_context
();
137
destroy_context
();
261
void
destroy_context
()
function in struct:GalliumD3D11DeviceContext
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h
123
destroy_context
();
137
destroy_context
();
261
void
destroy_context
()
function in struct:GalliumD3D11DeviceContext
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
312
(** [
destroy_context
()] destroys a context. See the destructor
[
all
...]
Completed in 465 milliseconds