Home
last modified time | relevance | path

Searched defs:destroy_context (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/bpftool/src/
H A Djit_disasm.c106 static void destroy_context(disasm_ctx_t *ctx) in destroy_context() function
299 static void destroy_context(disasm_ctx_t *ctx) in destroy_context() function
/aosp_15_r20/external/mesa3d/src/glx/apple/
H A Dapple_cgl.h55 CGLError(*destroy_context) (CGLContextObj pix); member
/aosp_15_r20/external/virglrenderer/server/
H A Drender_protocol.h105 struct render_client_op_destroy_context_request destroy_context; member
/aosp_15_r20/external/curl/src/
H A Dtool_operate.c2590 static void destroy_context(struct contextuv *c) in destroy_context() function
/aosp_15_r20/external/crosvm/devices/src/virtio/gpu/
H A Dvirtio_gpu.rs1175 pub fn destroy_context(&mut self, ctx_id: u32) -> VirtioGpuResult { in destroy_context() method
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/
H A Drutabaga_core.rs1001 pub fn destroy_context(&mut self, ctx_id: u32) -> RutabagaResult<()> { in destroy_context() method