Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmtypes.h980 struct gl_sampler_object struct
982 simple_mtx_t Mutex;
983 GLuint Name;
984 GLint RefCount;
985 GLchar *Label; /**< GL_KHR_debug */
987 GLenum WrapS; /**< S-axis texture image wrap mode */
988 GLenum WrapT; /**< T-axis texture image wrap mode */
989 GLenum WrapR; /**< R-axis texture image wrap mode */
990 GLenum MinFilter; /**< minification filter */
991 GLenum MagFilter; /**< magnification filter */
[all …]