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.c84 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()
Dst_format.h51 st_pipe_format_to_mesa_format(enum pipe_format pipeFormat);
Dst_format.c538 st_pipe_format_to_mesa_format(enum pipe_format format) in st_pipe_format_to_mesa_format() function
1031 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()
Dst_cb_fbo.c95 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()
Dst_vdpau.c228 texFormat = st_pipe_format_to_mesa_format(res->format); in st_vdpau_map_surface()
Dst_manager.c455 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()
Dst_cb_texture.c1475 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()
Dst_cb_drawpixels.c450 mformat = st_pipe_format_to_mesa_format(pipeFormat); in make_texture()