Home
last modified time | relevance | path

Searched refs:surface_based (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_texture.h152 GLboolean surface_based; member
244 return stObj->surface_based ? stObj->surface_format : stObj->pt->format; in st_get_view_format()
Dst_cb_eglimage.c200 if (!stObj->surface_based) { in st_bind_egl_image()
202 stObj->surface_based = GL_TRUE; in st_bind_egl_image()
Dst_vdpau.c223 if (!stObj->surface_based) { in st_vdpau_map_surface()
225 stObj->surface_based = GL_TRUE; in st_vdpau_map_surface()
Dst_gen_mipmap.c147 if (stObj->surface_based) in st_generate_mipmap()
Dst_manager.c712 if (!stObj->surface_based) { in st_context_teximage()
714 stObj->surface_based = GL_TRUE; in st_context_teximage()
Dst_cb_texture.c703 if (stObj->surface_based) { in prep_teximage()
724 stObj->surface_based = GL_FALSE; in prep_teximage()
1908 if (stObj->surface_based) in st_GetTexSubImage()
2499 if (stObj->surface_based) { in st_finalize_texture()
2937 tex->surface_based = GL_TRUE; in st_TextureView()
Dst_sampler_view.c453 format = stObj->surface_based ? stObj->surface_format : stObj->pt->format; in get_sampler_view_format()
Dst_cb_fbo.c412 if (stTexObj->surface_based) in st_update_renderbuffer_surface()