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.h891 struct gl_sampler_object struct
893 GLuint Name;
894 GLchar *Label; /**< GL_KHR_debug */
895 GLint RefCount;
897 struct gl_sampler_attrib Attrib; /**< State saved by glPushAttrib */
899 uint8_t glclamp_mask; /**< mask of GL_CLAMP wraps active */
902 bool HandleAllocated;
903 struct util_dynarray Handles;