Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c1917 GLenum dst_glformat; in st_GetTexSubImage() local
1936 dst_glformat = GL_RGBA8; in st_GetTexSubImage()
1942 dst_glformat = GL_RGBA8_SNORM; in st_GetTexSubImage()
1948 dst_glformat = GL_RGBA32F; in st_GetTexSubImage()
1955 dst_format = st_choose_format(st, dst_glformat, format, type, in st_GetTexSubImage()