Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c161 strb->Base.Format = st_pipe_format_to_mesa_format(ps->format); in st_egl_image_target_renderbuffer_storage()
205 texFormat = st_pipe_format_to_mesa_format(stimg->format); in st_bind_egl_image()
Dst_format.h50 st_pipe_format_to_mesa_format(enum pipe_format pipeFormat);
Dst_format.c545 st_pipe_format_to_mesa_format(enum pipe_format format) in st_pipe_format_to_mesa_format() function
1044 mesa_format MAYBE_UNUSED mf = st_pipe_format_to_mesa_format(pf); in test_format_conversion()
1055 mesa_format mf = st_pipe_format_to_mesa_format(i); in test_format_conversion()
2283 return st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat()
2293 return st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat()
2319 mFormat = st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat()
Dst_cb_fbo.c95 strb->Base.Format = st_pipe_format_to_mesa_format(format); in st_renderbuffer_alloc_sw_storage()
189 strb->Base.Format = st_pipe_format_to_mesa_format(format); in st_renderbuffer_alloc_storage()
284 strb->Base.Format = st_pipe_format_to_mesa_format(format); in st_new_renderbuffer_fb()
Dst_vdpau.c228 texFormat = st_pipe_format_to_mesa_format(res->format); in st_vdpau_map_surface()
Dst_manager.c472 st_pipe_format_to_mesa_format(srgb_format) != MESA_FORMAT_NONE && in st_framebuffer_create()
720 mesa_format texFormat = st_pipe_format_to_mesa_format(pipe_format); in st_context_teximage()
Dst_cb_texture.c1497 mesa_src_format = st_pipe_format_to_mesa_format(src_format); in st_TexSubImage()
2045 mesa_format = st_pipe_format_to_mesa_format(dst_format); in st_GetTexSubImage()
Dst_cb_drawpixels.c451 mformat = st_pipe_format_to_mesa_format(pipeFormat); in make_texture()