Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/rusticl/core/
Dgl.rs463 let gl_obj = image.gl_obj.as_ref().unwrap(); in copy_cube_to_slice() localVariable
491 let gl_obj = image.gl_obj.as_ref().unwrap(); in copy_slice_to_cube() localVariable
Dmemory.rs576 pub gl_obj: Option<GLObject>, field