Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dmtypes.h882 struct gl_sampler_object struct
884 GLuint Name;
885 GLchar *Label; /**< GL_KHR_debug */
886 GLint RefCount;
888 struct gl_sampler_attrib Attrib; /**< State saved by glPushAttrib */
890 uint8_t glclamp_mask; /**< mask of GL_CLAMP wraps active */
893 bool HandleAllocated;
894 struct util_dynarray Handles;