Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_format.c1098 st_choose_format(struct st_context *st, GLenum internalFormat, in st_choose_format() function
1200 return st_choose_format(st, internalFormat, GL_NONE, GL_NONE, in st_choose_renderbuffer_format()
1327 pFormat = st_choose_format(st, internalFormat, format, type, in st_ChooseTextureFormat()
1333 pFormat = st_choose_format(st, internalFormat, format, type, in st_ChooseTextureFormat()
1391 format = st_choose_format(st, internalFormat, GL_NONE, GL_NONE, in st_QuerySamplesForFormat()
1448 enum pipe_format pformat = st_choose_format(st, in st_QueryInternalFormat()
Dst_format.h54 st_choose_format(struct st_context *st, GLenum internalFormat,
Dst_cb_drawpixels.c647 pipeFormat = st_choose_format(st, intFormat, format, type, in make_texture()
1812 srcFormat = st_choose_format(st, GL_DEPTH_COMPONENT, GL_NONE, in st_CopyPixels()
1825 srcFormat = st_choose_format(st, GL_RGBA32F, GL_NONE, in st_CopyPixels()
1830 srcFormat = st_choose_format(st, GL_RGBA32I, GL_NONE, in st_CopyPixels()
1835 srcFormat = st_choose_format(st, GL_RGBA32UI, GL_NONE, in st_CopyPixels()
1840 srcFormat = st_choose_format(st, GL_RGBA16_SNORM, GL_NONE, in st_CopyPixels()
1845 srcFormat = st_choose_format(st, GL_RGBA, GL_NONE, in st_CopyPixels()
Dst_texture.c417 format = st_choose_format(st, GL_RGBA, GL_NONE, GL_NONE, in st_create_color_map_texture()
Dst_cb_texture.c2145 dst_format = st_choose_format(st, dst_glformat, format, type, in st_GetTexSubImage()
/external/mesa3d/docs/relnotes/
D7.10.rst314 - st/mesa: added cases for GL_COMPRESSED_RED/RG in st_choose_format()
D20.0.0.rst1032 - mesa/st: Reuse st_choose_matching_format from st_choose_format().