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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c1998 GLenum dst_glformat; local in function:st_GetTexSubImage
2034 dst_glformat = GL_RGBA8;
2040 dst_glformat = GL_RGBA8_SNORM;
2046 dst_glformat = GL_RGBA32F;
2052 dst_glformat = GL_R16;
2058 dst_glformat = GL_R16_SNORM;
2064 dst_glformat = GL_RG16;
2070 dst_glformat = GL_RG16_SNORM;
2077 dst_format = st_choose_format(st, dst_glformat, format, type,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c300 GLenum dst_glformat; local in function:get_dst_format
338 dst_glformat = GL_RGBA8;
344 dst_glformat = GL_RGBA8_SNORM;
350 dst_glformat = GL_RGBA32F;
356 dst_glformat = GL_R16;
362 dst_glformat = GL_R16_SNORM;
368 dst_glformat = GL_RG16;
374 dst_glformat = GL_RG16_SNORM;
381 dst_format = st_choose_format(st, dst_glformat, format, type,

Completed in 9 milliseconds