Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_format.h51 st_choose_format(struct pipe_screen *screen, GLenum internalFormat,
Dst_format.c1532 st_choose_format(struct pipe_screen *screen, GLenum internalFormat, in st_choose_format() function
1585 return st_choose_format(screen, internalFormat, GL_NONE, GL_NONE, PIPE_TEXTURE_2D, in st_choose_renderbuffer_format()
1612 pFormat = st_choose_format(screen, internalFormat, format, type, in st_ChooseTextureFormat_renderable()
1617 pFormat = st_choose_format(screen, internalFormat, format, type, in st_ChooseTextureFormat_renderable()
Dst_texture.c426 format = st_choose_format(pipe->screen, GL_RGBA, GL_NONE, GL_NONE, in st_create_color_map_texture()
Dst_cb_drawpixels.c1509 texFormat = st_choose_format(screen, GL_DEPTH_COMPONENT, in st_CopyPixels()
1516 texFormat = st_choose_format(screen, GL_RGBA, in st_CopyPixels()