Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmtypes.h1237 struct gl_sampler_object struct
1239 GLuint Name;
1240 GLint RefCount;
1242 GLenum WrapS; /**< S-axis texture image wrap mode */
1243 GLenum WrapT; /**< T-axis texture image wrap mode */
1244 GLenum WrapR; /**< R-axis texture image wrap mode */
1245 GLenum MinFilter; /**< minification filter */
1246 GLenum MagFilter; /**< magnification filter */
1270 struct gl_sampler_object Sampler; argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dmtypes.h1237 struct gl_sampler_object struct
1239 GLuint Name;
1240 GLint RefCount;
1242 GLenum WrapS; /**< S-axis texture image wrap mode */
1243 GLenum WrapT; /**< T-axis texture image wrap mode */
1244 GLenum WrapR; /**< R-axis texture image wrap mode */
1245 GLenum MinFilter; /**< minification filter */
1246 GLenum MagFilter; /**< magnification filter */
1270 struct gl_sampler_object Sampler; argument