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.h166 GLboolean surface_based; member
258 return stObj->surface_based ? stObj->surface_format : stObj->pt->format; in st_get_view_format()
Dst_vdpau.c235 if (!stObj->surface_based) { in st_vdpau_map_surface()
237 stObj->surface_based = GL_TRUE; in st_vdpau_map_surface()
Dst_gen_mipmap.c129 if (stObj->surface_based) in st_generate_mipmap()
Dst_cb_eglimage.c261 if (!stObj->surface_based) { in st_bind_egl_image()
263 stObj->surface_based = GL_TRUE; in st_bind_egl_image()
Dst_manager.c735 if (!stObj->surface_based) { in st_context_teximage()
737 stObj->surface_based = GL_TRUE; in st_context_teximage()
Dst_cb_texture.c804 if (stObj->surface_based) { in prep_teximage()
825 stObj->surface_based = GL_FALSE; in prep_teximage()
2033 if (stObj->surface_based) in st_GetTexSubImage()
2692 if (stObj->surface_based) { in st_finalize_texture()
3151 tex->surface_based = GL_TRUE; in st_TextureView()
Dst_sampler_view.c477 format = stObj->surface_based ? stObj->surface_format : stObj->pt->format; in get_sampler_view_format()
Dst_cb_fbo.c478 if (stTexObj->surface_based) in st_update_renderbuffer_surface()