Home
last modified time | relevance | path

Searched defs:GLMemProps (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dgl.rs332 pub struct GLMemProps { struct
342 impl GLMemProps { argument
358 pub fn get_gl_mem_props(&self) -> CLResult<GLMemProps> { in get_gl_mem_props()
H A Dcontext.rs213 gl_props: GLMemProps, in import_gl_buffer()