Home
last modified time | relevance | path

Searched refs:mwidth (Results 1 – 2 of 2) sorted by relevance

/external/virglrenderer/src/
Dvrend_renderer.c7004 unsigned mwidth = u_minify(pr->width0, level); in vrend_resource_alloc_texture() local
7007 glTexImage2D(ctarget, level, internalformat, mwidth, mheight, 0, glformat, in vrend_resource_alloc_texture()
7023 unsigned mwidth = u_minify(pr->width0, level); in vrend_resource_alloc_texture() local
7025 glTexImage3D(gr->target, level, internalformat, mwidth, mheight, in vrend_resource_alloc_texture()
7036 unsigned mwidth = u_minify(pr->width0, level); in vrend_resource_alloc_texture() local
7037 glTexImage1D(gr->target, level, internalformat, mwidth, 0, in vrend_resource_alloc_texture()
7047 unsigned mwidth = u_minify(pr->width0, level); in vrend_resource_alloc_texture() local
7049 glTexImage2D(gr->target, level, internalformat, mwidth, in vrend_resource_alloc_texture()
/external/crosvm/gpu_display/src/generated/
Dxlib.rs2020 pub mwidth: ::std::os::raw::c_int, field