Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_format.h54 st_choose_format(struct st_context *st, GLenum internalFormat,
Dst_format.c2099 st_choose_format(struct st_context *st, GLenum internalFormat, in st_choose_format() function
2166 return st_choose_format(st, internalFormat, GL_NONE, GL_NONE, in st_choose_renderbuffer_format()
2298 pFormat = st_choose_format(st, internalFormat, format, type, in st_ChooseTextureFormat()
2303 pFormat = st_choose_format(st, internalFormat, format, type, in st_ChooseTextureFormat()
2363 format = st_choose_format(st, internalFormat, GL_NONE, GL_NONE, in st_QuerySamplesForFormat()
2419 enum pipe_format pformat = st_choose_format(st, in st_QueryInternalFormat()
Dst_cb_drawpixels.c445 pipeFormat = st_choose_format(st, intFormat, format, type, in make_texture()
1513 srcFormat = st_choose_format(st, GL_DEPTH_COMPONENT, GL_NONE, in st_CopyPixels()
1521 srcFormat = st_choose_format(st, GL_RGBA32F, GL_NONE, in st_CopyPixels()
1526 srcFormat = st_choose_format(st, GL_RGBA32I, GL_NONE, in st_CopyPixels()
1531 srcFormat = st_choose_format(st, GL_RGBA32UI, GL_NONE, in st_CopyPixels()
1536 srcFormat = st_choose_format(st, GL_RGBA16_SNORM, GL_NONE, in st_CopyPixels()
1541 srcFormat = st_choose_format(st, GL_RGBA, GL_NONE, in st_CopyPixels()
Dst_texture.c416 format = st_choose_format(st, GL_RGBA, GL_NONE, GL_NONE, in st_create_color_map_texture()
Dst_cb_texture.c1977 dst_format = st_choose_format(st, dst_glformat, format, type, in st_GetTexSubImage()