Searched refs:st_choose_format (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 1109 st_choose_format(struct st_context *st, GLenum internalFormat, in st_choose_format() function 1349 pFormat = st_choose_format(st, internalFormat, format, type, in st_ChooseTextureFormat() 1355 pFormat = st_choose_format(st, internalFormat, format, type, in st_ChooseTextureFormat() 1421 format = st_choose_format(st, internalFormat, GL_NONE, GL_NONE, in st_QuerySamplesForFormat() 1478 enum pipe_format pformat = st_choose_format(st, in st_QueryInternalFormat()
|
D | st_format.h | 55 st_choose_format(struct st_context *st, GLenum internalFormat,
|
D | st_cb_drawpixels.c | 638 pipeFormat = st_choose_format(st, intFormat, format, type, in make_texture() 1774 srcFormat = st_choose_format(st, GL_DEPTH_COMPONENT, GL_NONE, in st_CopyPixels() 1787 srcFormat = st_choose_format(st, GL_RGBA32F, GL_NONE, in st_CopyPixels() 1792 srcFormat = st_choose_format(st, GL_RGBA32I, GL_NONE, in st_CopyPixels() 1797 srcFormat = st_choose_format(st, GL_RGBA32UI, GL_NONE, in st_CopyPixels() 1802 srcFormat = st_choose_format(st, GL_RGBA16_SNORM, GL_NONE, in st_CopyPixels() 1807 srcFormat = st_choose_format(st, GL_RGBA, GL_NONE, in st_CopyPixels()
|
D | st_texture.c | 417 format = st_choose_format(st, GL_RGBA, GL_NONE, GL_NONE, in st_create_color_map_texture()
|
D | st_cb_texture.c | 382 dst_format = st_choose_format(st, dst_glformat, format, type, in st_pbo_get_dst_format()
|
/third_party/mesa3d/src/mesa/main/ |
D | renderbuffer.c | 54 return st_choose_format(st_context(ctx), internalFormat, GL_NONE, GL_NONE, in choose_renderbuffer_format()
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.10.rst | 314 - st/mesa: added cases for GL_COMPRESSED_RED/RG in st_choose_format()
|
D | 20.0.0.rst | 1032 - mesa/st: Reuse st_choose_matching_format from st_choose_format().
|
D | 21.3.0.rst | 2914 - mesa/st: enable calling st_choose_format() purely for translation
|