Searched refs:st_choose_format (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.h | 51 st_choose_format(struct pipe_screen *screen, GLenum internalFormat,
|
D | st_format.c | 1532 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()
|
D | st_texture.c | 426 format = st_choose_format(pipe->screen, GL_RGBA, GL_NONE, GL_NONE, in st_create_color_map_texture()
|
D | st_cb_drawpixels.c | 1509 texFormat = st_choose_format(screen, GL_DEPTH_COMPONENT, in st_CopyPixels() 1516 texFormat = st_choose_format(screen, GL_RGBA, in st_CopyPixels()
|