Searched refs:st_pipe_format_to_mesa_format (Results 1 – 8 of 8) sorted by relevance
84 strb->Base.Format = st_pipe_format_to_mesa_format(ps->format); in st_egl_image_target_renderbuffer_storage()122 texFormat = st_pipe_format_to_mesa_format(ps->format); in st_bind_surface()
51 st_pipe_format_to_mesa_format(enum pipe_format pipeFormat);
538 st_pipe_format_to_mesa_format(enum pipe_format format) in st_pipe_format_to_mesa_format() function1031 mesa_format mf = st_pipe_format_to_mesa_format(pf); in test_format_conversion()1038 mesa_format mf = st_pipe_format_to_mesa_format(i); in test_format_conversion()2264 return st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat()2272 return st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat()2298 mFormat = st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat()
95 strb->Base.Format = st_pipe_format_to_mesa_format(format); in st_renderbuffer_alloc_sw_storage()183 strb->Base.Format = st_pipe_format_to_mesa_format(format); in st_renderbuffer_alloc_storage()286 strb->Base.Format = st_pipe_format_to_mesa_format(format); in st_new_renderbuffer_fb()
228 texFormat = st_pipe_format_to_mesa_format(res->format); in st_vdpau_map_surface()
455 st_pipe_format_to_mesa_format(srgb_format) != MESA_FORMAT_NONE && in st_framebuffer_create()558 mesa_format texFormat = st_pipe_format_to_mesa_format(pipe_format); in st_context_teximage()
1475 mesa_src_format = st_pipe_format_to_mesa_format(src_format); in st_TexSubImage()2023 mesa_format = st_pipe_format_to_mesa_format(dst_format); in st_GetTexSubImage()
450 mformat = st_pipe_format_to_mesa_format(pipeFormat); in make_texture()