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_cb_eglimage.c117 if (!stObj->surface_based) { in st_bind_surface()
119 stObj->surface_based = GL_TRUE; in st_bind_surface()
Dst_texture.h104 GLboolean surface_based; member
186 return stObj->surface_based ? stObj->surface_format : stObj->pt->format; in st_get_view_format()
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.c550 if (!stObj->surface_based) { in st_context_teximage()
552 stObj->surface_based = GL_TRUE; in st_context_teximage()
Dst_cb_texture.c684 if (stObj->surface_based) { in prep_teximage()
702 stObj->surface_based = GL_FALSE; in prep_teximage()
1886 if (stObj->surface_based) in st_GetTexSubImage()
2498 if (stObj->surface_based) { in st_finalize_texture()
2797 tex->surface_based = GL_TRUE; in st_TextureView()
Dst_sampler_view.c371 stObj->surface_based ? stObj->surface_format : stObj->pt->format; in get_sampler_view_format()
Dst_cb_fbo.c407 if (stTexObj->surface_based) in st_update_renderbuffer_surface()