Searched refs:st_choose_format (Results 1 - 8 of 8) sorted by relevance

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

Completed in 164 milliseconds