Searched refs:gl_depthbuffer_attrib (Results 1 – 4 of 4) sorted by relevance
96 struct gl_depthbuffer_attrib Depth;
321 sizeof(struct gl_depthbuffer_attrib), in _mesa_PushAttrib()1143 const struct gl_depthbuffer_attrib *depth; in _mesa_PopAttrib()1144 depth = (const struct gl_depthbuffer_attrib *) attr->data; in _mesa_PopAttrib()
503 struct gl_depthbuffer_attrib struct5031 struct gl_depthbuffer_attrib Depth; /**< Depth buffer attributes */
1184 struct gl_depthbuffer_attrib *depth = &ctx->Depth; in set_depth_stencil_bits()