Home
last modified time | relevance | path

Searched refs:st_pipe_format_to_mesa_format (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c88 strb->Base.Format = st_pipe_format_to_mesa_format(ps->format); in st_egl_image_target_renderbuffer_storage()
125 texFormat = st_pipe_format_to_mesa_format(ps->format); in st_bind_surface()
Dst_format.h47 st_pipe_format_to_mesa_format(enum pipe_format pipeFormat);
Dst_cb_fbo.c93 strb->Base.Format = st_pipe_format_to_mesa_format(format); in st_renderbuffer_alloc_sw_storage()
174 strb->Base.Format = st_pipe_format_to_mesa_format(format); in st_renderbuffer_alloc_storage()
288 strb->Base.Format = st_pipe_format_to_mesa_format(format); in st_new_renderbuffer_fb()
455 strb->Base.Format = st_pipe_format_to_mesa_format(pt->format); in st_render_texture()
Dst_format.c377 st_pipe_format_to_mesa_format(enum pipe_format format) in st_pipe_format_to_mesa_format() function
1626 return st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat_renderable()