Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/rusticl/core/
Dgl.rs331 pub struct GLMemProps { struct
341 impl GLMemProps { argument
357 pub fn get_gl_mem_props(&self) -> CLResult<GLMemProps> { in get_gl_mem_props()
Dcontext.rs213 gl_props: GLMemProps, in import_gl_buffer()