Home
last modified time | relevance | path

Searched defs:gl_sampler_attrib (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmtypes.h827 struct gl_sampler_attrib struct
829 GLenum16 WrapS; /**< S-axis texture image wrap mode */
830 GLenum16 WrapT; /**< T-axis texture image wrap mode */
831 GLenum16 WrapR; /**< R-axis texture image wrap mode */
832 GLenum16 MinFilter; /**< minification filter */
833 GLenum16 MagFilter; /**< magnification filter */
834 GLenum16 sRGBDecode; /**< GL_DECODE_EXT or GL_SKIP_DECODE_EXT */
835 GLfloat MinLod; /**< min lambda, OpenGL 1.2 */
836 GLfloat MaxLod; /**< max lambda, OpenGL 1.2 */
837 GLfloat LodBias; /**< OpenGL 1.4 */
[all …]